-
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步...
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步骤一:生成对话框工程,并加入相应的控件,图片的显示使用Picture控件;
步骤二:定义生成图形所需要的参数;
步骤三:通过参数定义,生成对应的Bitmap,再在Picture控件中显示该位图,具体实 现参看源程序。
步骤四:将生成的Bitmap保存为位图文件。
-VC did not learn how long I will do this small tools and share with you. Its main function is to be generated from the definition graphics and seals for the preservation bmp picture, and I hope to use you a bit. The specific methods to achieve the following : Step 1 : Generation dialog, and add the corresponding controls, the pictures showed a picture control; Step 2 : definition graphics generated by the parameters; Step 3 : through the definition of parameters, generate the corresponding Bitmap, and the Picture Control showed the bitmap, See achieve specific source. Step 4 : Generation to preserve the Bitmap bitmap file.
- 2023-04-09 06:30:03下载
- 积分:1
-
我自己用vb写的一个写字版 用whm写的 如果你在做写字版可以参考下呵呵不错的哦...
我自己用vb写的一个写字版 用whm写的 如果你在做写字版可以参考下呵呵不错的哦-my own use vb write a written version of WHM write if you do write in reference to the next version of Oh oh well
- 2023-01-19 01:30:04下载
- 积分:1
-
采用递归的方法对正六边形进行填充,得到了一个很好看的图形。很有规则。...
采用递归的方法对正六边形进行填充,得到了一个很好看的图形。很有规则。-using recursive method is right for filled hexagons, was a very good graphics. Very rules.
- 2022-12-02 01:25:03下载
- 积分:1
-
New Paint write by Visual Basic
New Paint write by Visual Basic
- 2022-01-25 23:11:34下载
- 积分:1
-
7529LCD 初始化 source code
7529LCD åˆå§‹åŒ– source code-7529LCD Init source code
- 2022-03-19 09:26:37下载
- 积分:1
-
三维重建 (mls + 泊松)
利用 pcl 库三维重建代码, 基于三维点云表面法向量的优化,主要是moving least square 方法,基于Poisson
表面重建的三维重建。 读入的是pcd文件,也可以是其他的格式。需修改读入文件的加载函数
- 2022-12-08 21:30:03下载
- 积分:1
-
在这个目录中包含代码实现K
kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Outpu
- 2022-08-15 00:35:38下载
- 积分:1
-
based on the camera face detection, the VFW is not the procedure used SDK, more...
基于摄像头的人脸检测,用的是VFW的程序没有用SDK的,比较粗糙-based on the camera face detection, the VFW is not the procedure used SDK, more rough
- 2022-01-31 11:15:55下载
- 积分:1
-
一个十分有趣的弹跳球体
一个十分有趣的弹跳球体-a very interesting bouncing ball
- 2022-07-12 09:02:22下载
- 积分:1
-
数字图像处理,离散余弦dct变换域中水印的提取
数字图像处理,离散余弦dct变换域中水印的提取-digital image processing, discrete cosine transform domain Extra watermark extraction
- 2022-02-01 05:15:52下载
- 积分:1