-
实现乒乓球游戏,主程序的功能是进行初始化工作,并控制“乒乓球”游戏的开始。...
实现乒乓球游戏,主程序的功能是进行初始化工作,并控制“乒乓球”游戏的开始。-Realize table games, the main program
- 2022-10-08 21:15:02下载
- 积分:1
-
FTPCommand是一个在嵌入式环境(WindowsCE,PalmOS,symbian)下可运行的ftp命令程序。...
FTPCommand是一个在嵌入式环境(WindowsCE,PalmOS,symbian)下可运行的ftp命令程序。-FTPCommand is an embedded environment (WindowsCE, PalmOS, symbian) can run ftp command procedures.
- 2022-01-22 03:51:06下载
- 积分:1
-
yedjtu UIT UTK
xfnb rtuy i w4tuerwe 4 errdvbi rtuoeroutbj xclksdj sdjfsd包括;
- 2022-03-03 22:37:29下载
- 积分:1
-
该系统是专为法院档案管理而设计的,它包含了法院档案管理的许多方面。...
该系统是专为法院档案管理而设计的,它包含了法院档案管理的许多方面。-The system is designed for court records management and design, it contains the court on many aspects of file management.
- 2023-07-21 02:40:04下载
- 积分:1
-
图像处理中SSE的应用
SSE – Streaming SIMD Extension,是Intel从PIII开始加入的一种x86扩展指令集。在SSE以前,x86的浮点运算都是以栈式FPU完成的,有一定x86汇编经验的人应该不会对那些复杂的fld、fst指令陌生吧。而SSE一方面让浮点运算可以像整数运算的模式、如 add eax , ebx 那样通过直接访问寄存器完成,绕开了讨厌的栈,另一方面引入了SIMD这个概念。SIMD – Single
Instruction Multiply Data,顾名思义,它可以同时让一条指令在多个数据上执行,这种
- 2022-02-09 16:46:15下载
- 积分:1
-
2000下,绝对磁盘扇区读写程序
2000下,绝对磁盘扇区读写程序-2000, the absolute disk read and write procedures Sector
- 2022-06-28 15:54:44下载
- 积分:1
-
精品 能够把VC7.0
精品 能够把VC7.0-8.0的工程转换到VC6.0的工程, 界面也很漂亮,鼠标一拖,一切搞定。-Products able to VC7.0-8.0 project converted to VC6.0 project, the interface is also very beautiful, one dragging the mouse, all done.
- 2023-04-18 06:20:03下载
- 积分:1
-
to check and control parallel port in a system
to check and control parallel port in a system-to check and control parallel port in a system
- 2022-02-09 19:31:03下载
- 积分:1
-
Bezier曲线绘制,可以实现多种调解需求,交互能力很强。
Bezier曲线绘制,可以实现多种调解需求,交互能力很强。-Bezier curve drawing, you can realize a variety of mediation demand, the capacity of a strong interaction.
- 2022-03-11 20:51:54下载
- 积分: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