登录
首页 » Windows开发 » 简单画图程序,对线、矩形的画法,实现橡皮筋的方法

简单画图程序,对线、矩形的画法,实现橡皮筋的方法

于 2022-06-16 发布 文件大小:56.87 kB
0 139
下载积分: 2 下载次数: 1

代码说明:

简单画图程序,对线、矩形的画法,实现橡皮筋的方法-A simple drawing program, pairs of lines, rectangular painting, rubber band method of achieving

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 多功能文本编辑器,没有使用MFC或API,完全是由自己构造的消息机制...
    多功能文本编辑器,没有使用MFC或API,完全是由自己构造的消息机制-multi-functional text editor, to use MFC or API, is entirely constructed by the news their mechanism
    2022-02-26 04:23:31下载
    积分:1
  • 1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect...
    1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect.asm -o bootsect.bin 2、WRBOOT.COM 功能:将BOOTSECT.BIN 写到软盘的引导扇区 源代码文件:WRBOOT.ASM 编译方法 nasm wrboot.asm -o wrboot.com 使用方法:将BOOTSECT.BIN 与WRBOOT.COM 置于同一目录下,软驱中插入软盘,执行WRBOOT.COM 3、OS.PCS 功能:操作系统的任务切换演示 源代码文件:PCS.ASM 编译方法 nasm pcs.asm -o os.pcs 使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。 -1, BOOTSECT.BIN features: 1.44M floppy disk boot sector of the document source code files: BOOTSECT.ASM compiler methods nasm bootsect.asm-o bootsect.bin2, WRBOOT.COM features: The floppy disk BOOTSECT.BIN wrote the guide Sector source code files: WRBOOT.ASM compiler methods nasm wrboot.asm-o wrboot.com use Methods: BOOTSECT.BIN with WRBOOT.COM under the same directory, insert the floppy diskette, the implementation of WRBOOT.COM3, OS.PCS functions: task switching operating system demo source code files: PCS.ASM compiler methods nasm pcs.asm-o os.pcs use
    2022-03-26 13:01:00下载
    积分:1
  • 《精通正则表达式》第三版英文pdf版,高级程序员必读。
    《精通正则表达式》第三版英文pdf版,高级程序员必读。- Proficient in the regular expression the third edition of the English pdf version of must-read high-level programmers.
    2022-01-25 21:37:49下载
    积分:1
  • 数字转换为中文大写代码段
    数字转换为中文大写代码段-converted to digital code of the Chinese capital
    2023-07-04 21:50:03下载
    积分:1
  • Cshape 项目中引入报表功能说实用的动态链接库 功能实用 是学习的好例子...
    Cshape 项目中引入报表功能说实用的动态链接库 功能实用 是学习的好例子-Cshape project features the introduction of statements that the dynamic link library of practical utility function is a good example of learning
    2022-01-25 23:50:13下载
    积分:1
  • 用信号量实现读者和写者的程序
    读者-写者问题的读写操作限制(包括读者优先和写者优先): 写-写互斥,即不能有两个写者同时进行写操作。 读-写互斥,即不能同时有一个线程在读,而另一个线程在写。 读-读允许,即可以有一个或多个读者在读。 读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。 写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
    2022-04-22 12:41:24下载
    积分:1
  • 销售1.0点
    应用背景销售1.0点主要特点:1、客户管理2、供应商管理3、库存管理4、销售管理5。客户亭(单独的客户页面跟踪订单,订单和许多更多)6、产品管理7、高级报告管理员登录信息:用户名管理密码- 12345客户登录信息:他们可以注册和使用该软件的订单,跟踪订单和更多。关键技术销售点(C # V1.0和SQL服务器)这个项目是用C和SQL Server 2012 # 4.5为我客户的开发研究。
    2022-03-01 06:21:10下载
    积分:1
  • 一个小简单的图书查询系统.可以调用数据库里的存书情况.
    一个小简单的图书查询系统.可以调用数据库里的存书情况.-A tiny and simple system for book searching. You can use it to get the informations about the books in your lib data base
    2023-02-21 11:10:03下载
    积分:1
  • 带颜色的静态文本控件
    带颜色的静态文本控件-color with the static text control
    2022-03-10 16:30:36下载
    积分:1
  • 小时候,我看到过这样的一道智力题: 一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条船,由于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊...
    小时候,我看到过这样的一道智力题: 一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条船,由于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊要吃菜,请问农夫如何才能使三样东西平安过河。经过不难的推理,相信读者都能轻而易举的解出这道题。但是,我们是否能用计算机解这一道题呢?答案是肯定的。本文就让读者去领略一下计算机快速解决问题。-was a kid, I saw the intelligence that one : a farmer with a wolf, a goat and some vegetables across the river. Only a river boat, small boat, can only put under farmer and his thing. Unattended circumstances, the wolf to Qiyang, the sheep to the meal, ask the farmers how to make three things safely across the river. It is not difficult to read the reasoning, I believe readers are easily able to come up with Jesus. However, we can use the computer solutions for this and that? The answer is yes. This paper to let readers understand what computer quick fixes to the problem.
    2022-03-07 10:02:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载