-
DIRECTX INPUT获得鼠标输入 DIRECTX INPUT获得鼠标输入
DIRECTX INPUT获得鼠标输入 DIRECTX INPUT获得鼠标输入-DIRECTX INPUT获得鼠标输入DIRECTX INPUT获得鼠标输入DIRECTX INPUT获得鼠标输入
- 2022-01-27 11:18:03下载
- 积分:1
-
在 etabs 复合梁的设计
您可以设计复合梁的钢后在 etabs.its 很容易。覆盖流动模型和数值模拟的 Fortran 源代码,还有详细的非结构化网格 Delaunay 三角网格模型的二维源,附一份说明,还有动量能量方程进行了计算,是一个经典的来源,可供我们参考,这是值得学习......
- 2022-07-09 16:19:06下载
- 积分:1
-
我的第一个项目,俄罗斯方块
My 1st project, Tetris
- 2022-02-01 15:19:05下载
- 积分:1
-
自己写的一个java练习程序,可以根据输入的单词,查找出可能存在的词根。...
自己写的一个java练习程序,可以根据输入的单词,查找出可能存在的词根。-Write a java practice their own program based on the input word to find out the possible existence of root.
- 2022-06-19 22:43:03下载
- 积分:1
-
s3c2440a串口驱动源代码,可以参考自己编驱动,也可以直接拿来使用...
s3c2440a串口驱动源代码,可以参考自己编驱动,也可以直接拿来使用-s3c2440a serial driver source code, can refer to own drive, also can be directly used to use
- 2023-04-21 07:00:03下载
- 积分:1
-
很漂亮的数字时钟!可以改变颜色!如果自己在适当的修改可成为自己程序的一部分!...
很漂亮的数字时钟!可以改变颜色!如果自己在适当的修改可成为自己程序的一部分!-very nice digital clock! Colors can change! If you at the appropriate changes can be part of the procedures themselves!
- 2023-03-14 12:45:03下载
- 积分:1
-
BCB programming skills
BCB编程技巧――文件切割机-BCB programming skills-- paper cutting machine
- 2023-03-31 20:50:03下载
- 积分:1
-
带音乐播放功能的自动关机程序。可以按时间及时长选择关机,可最小化为幽灵图标...
带音乐播放功能的自动关机程序。可以按时间及时长选择关机,可最小化为幽灵图标-music playback functions with the automatic shutdown procedures. Can be a long time to choose a timely shutdown, the smallest icon into ghost
- 2022-07-01 22:48:09下载
- 积分:1
-
One of the polynomial realization of a simple adder calculator. One simple addit...
实现一个一元多项式简单的加法计算器。 一元多项式简单的加法计算器的基本功能为:
(1)输入并建立多项式;
(2)输出多项式;
(3)两个多项式相加,并建立输出多项式。
用带头结点的有序链表
-One of the polynomial realization of a simple adder calculator. One simple addition of the polynomial calculator for basic functions: (1) input and the establishment of polynomials (2) the output polynomial (3) the sum of two polynomials, and the establishment of the output polynomial. Used to take the lead in node list in an orderly
- 2022-07-04 01:26:22下载
- 积分: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