-
鼠标画图
要求:1、左键按下去开始画线,抬起后结束画线;左键双击后在该点会画一个大小随机的四边形。
2、右键单击后在该点会画一个大小随机的圆;中键按下...
鼠标画图
要求:1、左键按下去开始画线,抬起后结束画线;左键双击后在该点会画一个大小随机的四边形。
2、右键单击后在该点会画一个大小随机的圆;中键按下后会在屏幕上输出一行“用鼠标画图的实验”字符,颜色和字体可以自定义。
3、所有数据的存储要定义在文档类中,而且之前所有的图形都可以回显。不要求对程序生成的图形进行文件保存
-Mouse drawing requirements: 1, left it to start by drawing a line, raised his paintings after the end of line left double-click in the point size will draw a random quadrilateral. 2, right-click in the point will draw a circle the size of random in key press will be output on the screen and his " experiments with the mouse to draw" characters, colors and fonts can be customized. 3, all data storage to the definition of class in the document, but before all of the graphics can be a significant return. Does not require the program to generate the graphics file
- 2023-06-19 01:45:04下载
- 积分:1
-
常用算法程序集C语言――排序,对初学者有点帮助!!!1
常用算法程序集C语言――排序,对初学者有点帮助!!!1-Commonly used algorithm for assembly C language- sort of a little help for beginners! ! ! 1
- 2022-01-22 02:35:09下载
- 积分:1
-
可以在文件夹中删除不要的文件,支持层次搜索
可以在文件夹中删除不要的文件,支持层次搜索-can delete folders of documents should not support levels Search
- 2022-01-26 06:18:34下载
- 积分:1
-
The code on this diskette has been organized by chapter. Each subdirectory conta...
The code on this diskette has been organized by chapter. Each subdirectory containing listing has a readme.txt describing program usage and any relevent
- 2022-02-05 04:55:00下载
- 积分:1
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1
-
运动目标跟踪示例程序,对于学习和开发目标跟踪帮助很大
运动目标跟踪示例程序,对于学习和开发目标跟踪帮助很大-code for tracking
- 2022-08-03 01:23:48下载
- 积分:1
-
对WinCVS 2.0.2源代码。这是CVS的Windows客户端。你可以下载它…
WinCvs2_0_2的源代码,windows版的CVS客户端,能够编译-source code for WinCvs 2.0.2. It is the CVS windows client. you can download it and complible it directly.
- 2022-09-07 19:15:03下载
- 积分:1
-
windows下http的post方法的代码
资源描述windows下用curl编写的一个简单的连接httpserver的源码,使用post的方法。
- 2023-07-10 04:45:05下载
- 积分:1
-
nes模拟器,viusal basic写的,想研究nes模拟器的看看吧
nes模拟器,viusal basic写的,想研究nes模拟器的看看吧-nes simulator, viusal basic writing and wants to study nes simulators let"s see it
- 2022-07-05 03:08:46下载
- 积分:1
-
游戏斗地主
游戏斗地主-Game斗地主
- 2022-01-27 20:32:18下载
- 积分:1