-
学习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
-
这是一个纯C语言的 H.264 解码程序,速度较慢,如果您试验时手头没有解码器,可以用此凑合。
执行命令方式为:...
这是一个纯C语言的 H.264 解码程序,速度较慢,如果您试验时手头没有解码器,可以用此凑合。
执行命令方式为:
-o 264格式的输入文件 yuv格式的输出文件
比如(假如目录为 D:H264 ):
D:H264h264_dec.exe D:H264 est.264 D:H264 est.yuv
若不输入参数,则默认为:
h264_dec.exe test.264 test.yuv-This is a pure C language of the H.264 decoding process, a slow, if you do not test the decoder, you can make do with this. For the implementation of the order:-o 264 of the input file format yuv format such as the output file (if the directory is D: H264 ): D: H264 h264_dec.exe D: H264 test.264 D: H264 test.yuv if the input parameter, the default is: h264_dec.exe test.264 test.yuv
- 2022-09-14 01:50:03下载
- 积分:1
-
BMP图像的中值滤波
对BMP图像进行中值滤波-median filter for bmp image
- 2022-06-14 17:00:42下载
- 积分:1
-
3D动画简单效果的源代码。有简单的动作。供学习使用。
3D动画简单效果的源代码。有简单的动作。供学习使用。-Simple 3D animation effects of the source code. Has a simple action. For learning to use.
- 2022-02-21 07:50:12下载
- 积分:1
-
一个可以椭圆或长方形作任意角度的的旋转的程序
一个可以椭圆或长方形作任意角度的的旋转的程序-an oval or rectangular can make arbitrary angle of the rotating procedures
- 2022-01-23 10:20:47下载
- 积分:1
-
一个3d图象,焰火特效的代码
一个3d图象,焰火特效的代码-A 3d images, special effects fireworks code
- 2022-03-18 05:34:19下载
- 积分:1
-
这是周昆编写《VC++数字图像处理》一书随光盘源代码,对于初学数字图像处理来说很有用
这是周昆编写《VC++数字图像处理》一书随光盘源代码,对于初学数字图像处理来说很有用-This is the preparation of "VC Digital Image Processing," a book with CD-ROM source code for beginner digital image processing useful term
- 2022-11-21 00:40:03下载
- 积分:1
-
用vc++编写的人脸识别系统软件,用于人脸图像的识别
用vc++编写的人脸识别系统软件,用于人脸图像的识别-With vc++ Prepared Face Recognition System software for Face Image Recognition
- 2023-07-28 21:50:02下载
- 积分:1
-
一个用d3d做的3维动态字的源代码,可以参考下做法
一个用d3d做的3维动态字的源代码,可以参考下做法-Using D3D to do a 3-dimensional dynamic character of the source code, can refer to practices under
- 2022-08-24 17:31:05下载
- 积分:1
-
mathematical morphology algorithm
该程序已数学形态学算法为基础算法,系统具有膨胀腐蚀,开闭运算,测地膨胀,流域变换,HOP-HAT变换,形态学剃度等等近一百多项图象处理功能.-mathematical morphology algorithm-based algorithm, the system is expansive corrosion, opening and closing operations, geodetic expansion, watershed transform, HOP- HAT transform, and so on morphological tonsure nearly 100 image processing functions.
- 2022-03-07 16:13:27下载
- 积分:1