-
Visual C++串口编程
visual C++ serial programming
- 2022-02-06 05:11:14下载
- 积分:1
-
This is a game, the spacecraft hit the stars, I have done, not very good, but al...
这是个游戏,飞船打星星,我自己做得,不太好,还请大家多多指点哈。谢谢了。-This is a game, the spacecraft hit the stars, I have done, not very good, but also please a lot of pointing and Kazakhstan. Thank you.
- 2023-02-26 20:45:03下载
- 积分: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
-
Teaching computer programming configuration software source code, although not h...
计算机组态软件编程教材的源代码,虽然书写得不怎么样,但是这些小程序对大家还是很有帮助的。第3章-Teaching computer programming configuration software source code, although not how to write, but the U.S. is still a small program useful. Chapter 3
- 2022-04-29 00:41:15下载
- 积分:1
-
通用固定资产管理
该系统运用现代化信息技术手段加强固定资产的核算管理,可以大大的降低核算工作量,加快收集信息的速度,通过加强管理,保证固定资产的完整无缺,充分挖掘潜力,不断改进固定资产利用情况,提高固定资产的使用经济效益,不仅有利于企业增大产品产量,增加产品品种,提高产品质量,降低产品成本,还可以节约企业基本建设投入资金,以有限的建设资金不断扩大企业资产规模,实现国有资产的保值增值。
- 2022-01-21 20:51:32下载
- 积分:1
-
Disk Monitor
Disk Monitor
- 2022-06-15 18:39:09下载
- 积分:1
-
选择
select-option-disabled-emulation.js解决IE6 Select 中 option 的disabled属性无效的办法~~~在页面加载时架子该js,呵呵有点问题:onchange 时间冲突 自己-select-option-disabled-emulation.js
- 2022-05-20 04:20:48下载
- 积分:1
-
把两个数组合并,并查询
把两个数组合并,并查询-merging the two arrays, and inquiries
- 2023-01-12 22:30:03下载
- 积分:1
-
统计每行的英文字母的个数
统计每行的英文字母的个数-statistics on each side of the alphabetic Number
- 2022-02-05 05:59:04下载
- 积分:1
-
支持向量机回归分析
利用基于神经网络的matlab中的toolbox工具箱实现回归分析,给定一组特定的输入与期望输出,通过神经元间的相互作用,调整权值和偏差。
- 2022-03-18 14:13:33下载
- 积分:1