-
主要是用与flash的游戏开发,也就是多人在线游戏的制作
主要是用与flash的游戏开发,也就是多人在线游戏的制作-Mainly with the flash game development, namely multiplayer online game production
- 2022-04-16 22:46:57下载
- 积分:1
-
"Plot to Bitmap" allows the user to directly plot lines, text and filled polygon...
“打印到位图”允许用户直接将线条、文本和填充多边形打印到图像中,因此无需截屏(getframe)。
- 2022-10-16 02:40:03下载
- 积分:1
-
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形...
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access t
- 2022-03-05 21:42:30下载
- 积分:1
-
line drawing plus effects, very good
画线加效果,非常不错-line drawing plus effects, very good
- 2023-07-12 01:35:04下载
- 积分:1
-
UI实现图片滤镜的效果
资源描述可以给图片添加滤镜效果,美化图片,使你的图片更加有看点,更加突出,分享一下,大家可以相互学习,适合学习,还有改进的余地,欢迎指正,修改
- 2023-02-22 16:25:05下载
- 积分:1
-
适合初学者入门学习的程序,使用microsoft的基本功能函数。主要实现了画矩形,画直线2大功能,对处于矩形框架外的直线进行裁剪。(工程文件名为“裁剪”)...
适合初学者入门学习的程序,使用microsoft的基本功能函数。主要实现了画矩形,画直线2大功能,对处于矩形框架外的直线进行裁剪。(工程文件名为“裁剪”)-AppWizard has created this CUT application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-10-19 19:40:04下载
- 积分:1
-
vc环境里实现的简单画图功能程序 学习vc实用
vc环境里实现的简单画图功能程序 学习vc实用-vc environment to achieve a simple procedure drawing functions practical learning vc
- 2023-08-20 14:50:02下载
- 积分:1
-
this small program is a simple drawing program that uses graphics in the shape o...
这个小程序是一个简单的 绘图程序,所绘图形的形状为渔网状-this small program is a simple drawing program that uses graphics in the shape of the mesh fisheries
- 2022-12-23 14:35:06下载
- 积分:1
-
关于二维码的一个实例,一个非常好的可以学习如何编码和解码2nd bar code...
关于二维码的一个实例,一个非常好的可以学习如何编码和解码2nd bar code-Two-dimensional code on an example of a very good can learn how to encode and decode 2nd bar code
- 2022-02-05 02:12:00下载
- 积分:1
-
RSA Encryption and Decryption of BigInteger
下面是使用RSA算法使用大整数对字符串执行加密和解密的java源代码。公钥和私钥将仅通过代码随机生成,并且还取决于代码中指定的位长度。
- 2022-04-16 18:36:06下载
- 积分:1