-
学习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
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
可以实现小球的光照效果
可以实现小球的光照效果- May realize the pellet illumination effect
- 2023-01-25 18:05:03下载
- 积分:1
-
基于mass spring模型的布料动画算法研究,非常好的
基于mass spring模型的布料动画算法研究,非常好的-Mass spring model-based animation algorithm cloth, very good
- 2022-01-26 02:27:10下载
- 积分:1
-
小球作抛物运动的模拟
小球作抛物运动的模拟-ball for parabolic movement simulation
- 2023-04-10 12:00:03下载
- 积分:1
-
图像处理的VC++开发库源代码
图像处理的VC++开发库源代码-image processing VC source development libraries
- 2023-08-19 10:10:05下载
- 积分:1
-
该函数用来对BlurDIB()生成的DIB图像进行复原操作
该函数用来对BlurDIB()生成的DIB图像进行复原操作-the function used to BlurDIB () generated DIB image recovery operation
- 2022-04-07 05:40:54下载
- 积分:1
-
Visual C++ CAD应用程序开发技术的源代码
Visual C++ CAD应用程序开发技术的源代码-Visual C CAD application development technology source code
- 2022-03-26 08:02:16下载
- 积分:1
-
linux QT坦克大战
工具:QT4 C++ Sql 实现功能:具有创建数据库文件(.db文件)、保存记录、遍历、删除、查询、修改功能 代码运行方式 1.QT4运行这个程序 2.点击“创建/打开数据”即可创建或打开相应的.db数据库.
- 2022-03-20 12:47:43下载
- 积分:1
-
procedure( cjShowLayer()
prog((cv allObjList layerObjList i j k layerObj layer...
cadence skill bindkey-procedure( cjShowLayer()
prog((cv allObjList layerObjList i j k layerObj layerName layerPurpose layerNum testList)
defstruct(cjLayerStruct layerName layerPurpose layerNum)
layerObj=make_cjLayerStruct()
- 2022-05-24 16:38:51下载
- 积分:1