-
procedure will only run one example, and an example of the former activated
程序只运行一个实例,并激活前一个实例-procedure will only run one example, and an example of the former activated
- 2023-01-26 09:35:04下载
- 积分:1
-
回收站的类。回收站的类
回收站的类。回收站的类-Recycling class. Recycling of categories
- 2022-02-21 01:36:09下载
- 积分:1
-
此代码是用在被成为数学魔法师的MAPLE软件上运行的。此代码清晰的描述了拉普拉斯的基本变换。...
此代码是用在被成为数学魔法师的MAPLE软件上运行的。此代码清晰的描述了拉普拉斯的基本变换。-This code is used in the magician to become the MAPLE mathematical software running. This code clearly describes the basic Laplace transform.
- 2022-03-23 11:58:22下载
- 积分:1
-
local computer network programming examples
本地计算机网络编程实例-local computer network programming examples
- 2022-04-22 05:28:26下载
- 积分:1
-
43种差分程序
43种差分程序-43 Differential procedures-----------------------------
- 2022-01-24 18:00:24下载
- 积分:1
-
fft Fast Algorithm for fft transform, based on VC++ development, but also hope t...
fft快速算法,用于fft变换,基于VC++开发,还望各位指正。-fft Fast Algorithm for fft transform, based on VC++ development, but also hope to correct.
- 2022-01-26 02:05:26下载
- 积分:1
-
一个微
一个java微型编辑器程序(需要改为*.jar)-a micro-editor (need to be converted into*. jar)
- 2023-01-01 12:20:03下载
- 积分:1
-
IE风格工具条,定时关机
IE风格工具条,定时关机-IE style tools, Mytob.BSNotes
- 2022-02-15 20:50:15下载
- 积分:1
-
Delphi版本的State模式范例
Delphi版本的State模式范例-Delphi version of the model example of State
- 2022-04-07 21:12: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