-
err
《C#入门经典2005》实例的源代码和习题答案-err
- 2022-01-25 18:59:36下载
- 积分:1
-
sleepcat 百克力数据库
sleepcat 百克力数据库-sleepcat 100 Caledon database
- 2022-05-15 17:08:29下载
- 积分: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
-
台湾林智仁教授的libsvm源代码 通用的支持向量机算法研究平台...
台湾林智仁教授的libsvm源代码 通用的支持向量机算法研究平台-Taiwan Linzhiren Professor libsvm common source of support vector machine algorithm research platform
- 2022-08-26 10:02:02下载
- 积分:1
-
VC源代码应用小程序MD5算法示例,比较难
VC源代码应用小程序MD5算法示例,比较难-VC source Application small program MD5 algorithm for example, more difficult
- 2022-03-01 21:28:46下载
- 积分:1
-
赢智能卡登录
此代码和信息是按"原样"提供无担保任何一种,明示的或暗示担保,包括但不限于A 的适销性和/或适用性的暗示的担保特定的用途。//版权所有 (c) 微软公司。保留所有权利。////
- 2022-02-28 11:28:02下载
- 积分:1
-
数据库查询示例程序
数据库查询示例程序-example database query procedures
- 2022-02-04 15:28:38下载
- 积分:1
-
本程序实现了对ADXL加速度计在Delphi的…读出的所有方面
This program implements all aspects of readout of ADXL accelerometer in Delphi. It enables plotting and checking of output of typical ADXL 202 accelerometer. You can set RS via ini file and add more functionality Do not work with ADXR gyros.
- 2022-11-02 02:30:02下载
- 积分:1
-
贪吃蛇纯c++代码
l是控制键,count是时间延迟计数器,p死亡证明,m地图上是否有食物。score是分数,level等级。struct snake是蛇的结构体struct place是地图的结构体void init_place()初始化地图void init_snake()初始化蛇,初始长度为3,方向为右void print() 打印地图和蛇
- 2022-08-05 13:07:22下载
- 积分:1
-
数据结构(C语言)――哈夫曼编码及其应用
数据结构(C语言)――哈夫曼编码及其应用-Huffman Coding and Its Application
- 2022-09-22 07:55:02下载
- 积分:1