-
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设...
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设计思想的一个简单范例以及尝试吧,希望和大家多讨论。 里面附有使用实例,以及可执行文件,适合初学者!-used to achieve the queue list and stack algorithm, Interface and realization of the structure. The original intention of a common data structure contains all the interfaces and algorithms to achieve set, as a matter of time, but only a little, as the algorithm and data structure design of a simple model and try it, and we hope that more discussion. Inside with the use of examples, as well as executable files, suitable for beginners!
- 2022-05-18 04:21:47下载
- 积分:1
-
A source of commercial software, including databases, graphics and other operati...
一个商业软件的源码,含数据库,图形等多种操作-A source of commercial software, including databases, graphics and other operating
- 2022-02-03 08:59:00下载
- 积分:1
-
Flexible Vector and Matrix Classes enable
to use vectors and matrixes with ar
Flexible Vector and Matrix Classes enable
to use vectors and matrixes with arbitrary bounds.
Content. 1. Algorithm
2. Classes
3. Program Files
4. Tests
5. Compiling
6. Running (Log File)
7. Download
- 2022-01-25 20:22:55下载
- 积分:1
-
SAE J1939 Companion Sheet
SAE J1939-71 Companion spreadsheet. A must have data for CAN bus communication development of commercial vehicles.
- 2023-06-21 20:50:04下载
- 积分:1
-
Based on the VISUAL C++ Games developed scoring system, which data structure
基于VISUAL C++开发的运动会的评分系统,属于 数据结构-Based on the VISUAL C++ Games developed scoring system, which data structure
- 2022-06-15 16:44:16下载
- 积分:1
-
一个非常简单的项目代码
工作的任务,是负责一个项目的部分代码
对一幅带有人脸信息的24位真彩色bmp文件,通过基于肤色信息的彩色图象分割法,对人脸区域的检测,以及区域标定-On a piece of information with a human face 24 true color bmp files, color information based on color image segmentation method of human face region detection, as well as regional calibration
- 2022-04-28 12:26:48下载
- 积分:1
-
数据结构C++(20041116)
数据结构C++(20041116)-data structure C (20041116)
- 2022-03-14 14:18:52下载
- 积分:1
-
数据结构:队列程序
数据结构:队列程序-data structure : queue procedures
- 2022-08-25 11:06:13下载
- 积分:1
-
发送TEXT短信模块
发送短信模块源代码!PCON &= 0x7F; //波特率不倍速
SCON = 0x50; //8位数据,可变波特率
AUXR &= 0xBF; //定时器1时钟为Fosc/12,即12T
AUXR &= 0xFE; //串口1选择定时器1为波特率发生器
TMOD &= 0x0F; //清除定时器1模式位
TMOD |= 0x20; //设定定时器1为8位自动重装方式
TL1 = 0xFD; //设定定时初值
TH1 = 0xFD; //设定定时器重装值
ET1 = 0; //禁止定时器1中断
TR1 = 1; //启动定时器1
ES=1; //开串口中断
- 2023-06-13 13:05:04下载
- 积分:1
-
基于VISAUL C++开发的 关键路径求解 属于数据结构
基于VISAUL C++开发的 关键路径求解 属于数据结构-Based on VISAUL C++ Developed to solve the critical path data structure belonging to
- 2022-02-26 06:25:12下载
- 积分:1