-
LINK
建立链表的算法:
新节点链入表尾建立链表:
动态分配第一个节点变量;
用指针head 妥善保存链表第一个节点的地址值;
依次动态分配一个新节点变量;
将上一个节点的指针域指向新生成的节点;
循环3),4)步骤,直到所有节点均连入链表;
将最后一个节点的指针域赋值为0;
(Establish the list of algorithms:
The new node links footer build list:
Dynamic allocation of the first node variable
Keep the list head pointer of the first node address value
In order to dynamically allocate a new node variable
The domain of a node pointer to the new generation of nodes
Cycle 3), 4) step, until all nodes are connected to the chain
Pointer field will last node assigned to 0 )
- 2015-01-05 16:03:48下载
- 积分:1
-
CAP_PWM
实现了使用28335进行CAP采集和PWM波形生成(The use of 28335 for CAP acquisition and PWM waveform generation.)
- 2018-11-19 10:38:56下载
- 积分:1
-
MCU_JPEG
MCU图片解码,使用STM32对JPEG图片解码,(STM32 JPEG decoder code,)
- 2013-11-03 20:09:53下载
- 积分:1
-
mp3
基于sopc的mp3算法,包含编码和译码部分的实现(The based sopc mp3 algorithm, contains part of the implementation of the encoding and decoding)
- 2013-03-29 14:34:44下载
- 积分:1
-
OpenCV计算机视觉编程攻略第3版高清中文版PDF
说明: 本书第 3 版针对 OpenCV 最新版本进行了修改,调整了很多函数和算法说明,还增加立体图像深度检测、运动目标跟踪、人脸识别、人脸定位、行人检测等内容(In the third edition of this book, the latest version of OpenCV has been modified, many functions and algorithm descriptions have been adjusted, and stereo image depth detection, moving target tracking, face recognition, face location, pedestrian detection and other contents have also been added)
- 2020-04-10 14:45:36下载
- 积分:1
-
二维的蚁群算法
二维坐标平面差旅商问题优化。目标优化出最佳路径,在仓储系统对平面内的货位拣选进行优化分析,并算出迭代次数与平均距离的关系,分布范围,需要考虑蚂蚁或运输工具的一些参数问题。
- 2022-01-21 18:53:10下载
- 积分:1
-
Serial_Communication
一个用Visual C++编写的串口通信的例程,实现了一些串口属性的设置。(A use of Visual C++, prepared by serial communication routines to achieve a number of serial port property settings.)
- 2009-03-21 19:18:06下载
- 积分:1
-
programming-game-ai-by-example.9781556220784
This easy-to-follow book provides a comprehensive and practical introduction to the basic AI techniques used by game developers, leading you through the process of designing, programming, and implementing intelligent agents for action games using C++.
- 2009-12-30 01:59:41下载
- 积分:1
-
ex7_10
本段代为顺序存储方式的循环队列类模板,介绍比较详细。(The section on behalf of the order of storage of the circular queue class template describes in more detail.)
- 2011-08-27 20:25:34下载
- 积分:1
-
mpu6050
说明: 用于MSP430F149的MPU6050程序(MPU 6050 Program for MSP430F149)
- 2020-06-23 16:40:01下载
- 积分:1