-
C语言经典50例1
C语言经典50例1-This file contains fifty classical source codes which are written in C programme language
- 2023-08-28 17:25:03下载
- 积分:1
-
这个小程序可以实现从指定的入口寻找到至多4条可以走出此迷宫的路径...
这个小程序可以实现从指定的入口寻找到至多4条可以走出此迷宫的路径-this small program can be achieved from designated for the entrance to a maximum of four could get out of this maze of trails
- 2022-05-14 16:32:31下载
- 积分:1
-
一个C++迷宫游戏的源码及迷宫地图文件 从文件读取迷宫,键盘控制移动方向,显示步数和碰壁次数,同步显示移动的当前位置,到达出口后显示祝贺信息,迷宫地图可在文件中...
一个C++迷宫游戏的源码及迷宫地图文件 从文件读取迷宫,键盘控制移动方向,显示步数和碰壁次数,同步显示移动的当前位置,到达出口后显示祝贺信息,迷宫地图可在文件中更改。-A C++ source code and the maze game maze maze map files to read from a file, the keyboard control the direction of movement, showing the number of steps, and rebuffed the number of simultaneous display moving the current location, after the show to congratulate the arrival of export information, maze maps are available in the document changes.
- 2022-12-06 06:55:02下载
- 积分:1
-
c++模板应用。。 。。 。。。
c++模板应用。。 。。 。。。
-vc
- 2023-01-24 04:50:04下载
- 积分:1
-
计算布朗运动的小程序,很好用。this program is used to calculate brown motion...
计算布朗运动的小程序,很好用。this program is used to calculate brown motion-Calculation of Brownian motion of small procedures, a very good use. this program is used to calculate brown motion
- 2023-07-07 20:40:02下载
- 积分:1
-
a small learning routines, learning to see a small routines, we can
一个学习使用的小例程,可以看看
一个学习使用的小例程,可以-a small learning routines, learning to see a small routines, we can
- 2022-06-16 03:50:20下载
- 积分: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
-
STM32 TIM1 pWM
STM32 TIM1 pWM
- 2022-09-27 00:50:03下载
- 积分:1
-
stream driver functions
最基本的流驱动接口函数,以及几个相关的配置文件,可以供初学者参考-stream driver functions
- 2022-02-24 23:41:37下载
- 积分:1
-
超市库存管理,采购,销售模块。完美语句,…
管理超市库存,采购,销售的模块.完善的报表,收银.方便管理人员查看报表,再好的为管理人员做出正确的决策提供依据.-Supermarket inventory management, purchasing, sales module. Perfect statements, the cash register. To facilitate managers to view reports, no matter how good for managers to make the right decisions.
- 2022-03-23 20:04:11下载
- 积分:1