-
PatternVolume1
本书是一本关于模式设计及算法书籍,这是第一部!借助本书可以深入的学习模式方面的编程!(The book is a model design and algorithm books, this is the first! With the book can be in-depth study of programming!)
- 2012-03-09 14:56:48下载
- 积分:1
-
四元数解算姿态完全解析及资料汇总(3)
基于互补滤波器的四旋翼飞行器姿态解算
四元数解算姿态完全解析
惯性导航等相关资料(Attitude Solution of Four-Rotor Vehicle Based on Complementary Filter
Quaternion Solution Attitude Complete Analysis
Inertial navigation
and other related information)
- 2020-06-23 06:40:01下载
- 积分:1
-
CESeries
此为基于wince 6.0的串口类,供智能设备的通讯开发人员使用(This is based on the wince 6 serial class, for intelligent device communications developers use)
- 2017-09-27 16:51:40下载
- 积分:1
-
封装了一个web在线计算器控件webcalc(附c#源码)
封装了一个web在线计算器控件webcalc(附c#源码)-Packaging, a web of online calculators Control webcalc (c# source)
- 2022-02-21 05:27:04下载
- 积分:1
-
gauss
说明: 用c产生一个高斯噪声
用了中值定理的内容(To generate a Gaussian noise with c
With the contents of the mean value theorem)
- 2010-03-24 09:44:31下载
- 积分:1
-
ds3
单向链表的创建与操作
设单向链表中节点的数据域的数据类型为整型,编写函数实现以下操作:
(1)实现单向链表的创建(包括初始化)与输出操作,节点的个数及节点的数据由用户输入。
(源代码:ds3-1.c)
(2)查找给定的单链表中的第i个节点,并将其地址返回。若不存在第i个节点,则返回空地址。
(源代码:ds3-2.c)
(3)查找给定的单链表中值为n的节点,并将其地址返回。若不存在值为n的节点,则返回空地址。同时,还应通过参数传回该节点的序号。
(源代码:ds3-3.c)
(4)删除给定的单链表中的第i个节点,成功返回1,失败返回0。
(源代码:ds3-4.c)
(5)删除给定的单链表中值为n的节点,成功返回1,失败返回0。
(源代码:ds3-5.c)
(6)在给定的单链表的第i位上插入值为n的节点。
(源代码:ds3-6.c)
(7)在给定单链表的值为m的节点的前面插入一个值为n的节点。
(源代码:ds3-7.c)
(Creation and operation of a one-way linked list
Set up a one-way linked list data type node integer data fields , write a function to achieve the following:
( 1 ) achieve the creation of a one-way linked list ( including initialization ) and output operation , the number of nodes and node data entered by the user .
( Source : ds3-1.c)
( 2 ) Find a single list given in the i-th node and returns its address . Without the presence of the i-th node , returns an empty address.
( Source : ds3-2.c)
( 3 ) Find a given node in a given value of n single list , and return address . Without the presence of the value of n nodes , returns an empty address. Meanwhile, the number should be returned by the parameters of the node .
( Source : ds3-3.c)
( 4 ) Delete the given singly linked list in the i-th node , the successful return 1, else return 0 .
( Source : ds3-4.c)
( 5 ) to delete a single node in the list is given n , the successful return 1, else return 0 .
( Source : ds3-5.c)
( 6 ) )
- 2014-05-11 19:19:41下载
- 积分:1
-
OBD协议
OBD标准协议,其中包含ISO-15031(OBD standard protocol, which contains ISO-15031)
- 2021-04-02 16:49:08下载
- 积分:1
-
PCI9054_IO_Read_Write_Operation_Use_DriverStudio
PCI9054实现IO读写操作 非常好 PCI9054实现IO读写操作 非常好(PCI9054 IO read and write operations to achieve very good)
- 2011-01-13 14:22:09下载
- 积分:1
-
hex
说明: 汇编与c语言的混合编程,很不错的资料,值得一看(Mixed assembly language programming with c, very good information, worth a visit)
- 2011-04-03 19:02:15下载
- 积分:1
-
PWM-PRIJECT
利用stm32的TIM3产生PWM,可以调节占空比,通过寄存器配置的(Generate PWM, the duty cycle can be adjusted)
- 2013-12-18 21:24:58下载
- 积分:1