搜索资源列表
QueueDriver
- uc/osII平台下一个队列数据结构的源代码实现,该代码可以直接应用到用户的程序中而无需做任何改动。-uc / osII platform under a queue data structure to achieve the source code, the code can be applied directly to the user's proceedings without any changes.
DCPower
- 用于复杂的数据结构寻找,提供公用公式,它可帮我们简化多沉的代码,提供灵活的查询数据体-for complex data structure for providing common formula, it can help us simplify Shen code, to provide flexible access to data -
motorctrl
- 电动机pid控制的源码(算法),具有比较规范的数据结构,例外很好地应用了pid控制算法。-Motor pid control of the source (algorithm), with a standard data structure, exceptions to the application of good pid control algorithm.
Chineseoutput
- 嵌入式汉字输入法及汉字库设计,点阵字库,精简的数据结构,高效的4键输入法-embedded Chinese character input method and Store Design, lattice character, streamlining the data structure, efficient four key input method
slist
- 1、链接存储方法 链接方式存储的线性表简称为链表(Linked List)。 链表的具体存储表示为: ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的,也可以是不连续的) ② 链表中结点的逻辑次序和物理次序不一定相同。为了能正确表示结点间的逻辑关系,在存储每个结点值的同时,还必须存储指示其后继结点的地址(或位置)信息(称为指针(pointer)或链(link)) 注意: 链式存储是最常用的存储方式之一,它不仅可用来表示线性表,而且
cf_fp_mul_c_11_52
- verilog浮点乘发器,特定数据结构,指数底为10-Verilog float by their hair, a specific data structure, the index for the end of 10
cf_fp_mul_p_5_10
- verilog浮点乘发器,特定数据结构,指数底为10,利用pipeline-Verilog float by their hair, a specific data structure, the index for the end of October, using pipeline
cf_fp_mul_p_8_23
- verilog浮点乘发器,特定数据结构,指数底为10,利用pipeline-Verilog float by their hair, a specific data structure, the index for the end of October, using pipeline
cf_fp_mul_p_11_52
- verilog浮点乘发器,特定数据结构,指数底为10-Verilog float by their hair, a specific data structure, the index for the end of 10
cf_fp_mul_c_8_23
- c语言浮点乘发器,特定数据结构,指数底为10-floating point multiplication hair, a specific data structure, the index for the end of 10
parkguids
- 公园导游图 数据结构课程设计作业 需要的人下 功能:给出一张某公园的导游图,游客通过终端询问可知: 从某一景点到另一景点的最短路径。游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。-park guide map data structure curriculum design requires a person under functions : Zhang is a park guide map, asked tourists
AV_system_pll
- AV系统数字调谐PLL频率合成器的单片机控制 文章利用LC7218PLL频率合成器在AV领域的电调谐功能,提出了一个TV/FM/AM全景接收机设计方案,重点设计分析了LC7218与单片机之间的I/O数据结构,显示了它优良的性能。
rs232
- 利用FIFO数据结构,在8051单片机上实现全双工通讯,实现MODBUS通讯协议
Threadx_html
- chm格式的threadx学习手册,查找变量,数据结构等非常方便
gal
- 使用native图形引擎的数据结构和fb(Framebuffer)的驱动程序
51
- 程序概述: 这是个具体产品程序,是联网小区楼宇对讲的管理机程序,它可以管理 成千上万个用户。 给这个程序的目的: 1、让大家了解更复杂的数据结构等 2、告戒大家光学习完开发板上的例子是不够的,那些只是练基本功 3、鼓励大家要好好学习,要不断的更新自己的知识 你需要做到的: 不要求你要和我一样去写这个程序,搞懂管理机的所有功能。你只要能 搞明白里面的一些数据类型、数据结构、函数模块等你能看到的东西就 行,还有里面隐含的一些嵌入系统
数据结构c描述习题集答案
- 减1计数器 一、设计要求 用Verilog HDL语言设计一个计数器。 要求计数器具有异步置位/复位功能,可以进行自增和自减计数,其计数周期为2^N(N为二进制位数)。 二、设计原理 输入/输出说明: d:异步置数数据输入; q:当前计数器数据输出; clock:时钟脉冲; count_en:计数器计数使能控制(1:计数/0:停止计数); updown:计数器进行自加/自减运算控制(1:自加/0:自减); load_d-a counter a reduction, design requirem
haxi
- 数据结构课程设计 哈希表的创建和实现 c语言源码 文字注解等 适合正在学习数据结构的人士参考学习-Curriculum design data structure hash table creation and the realization of c language source text notes, etc. are learning the data structure suitable for those who study
GpsDataProcess
- GPS程序数据结构,运用队列和堆栈模式处理。有效的解决数据复杂带来的难度。-GPS program data structure
程序设计与数据结构-周立功
- 程序设计与数据结构,嵌入式软件工程方法与实践丛书(Programming and data structures - Zhou Ligong)