搜索资源列表
MyCom
- QT编写的串口程序,采用qextserialport-1.2win库,XP上面实现,双向串口收发,测试通过-QT prepared by the serial procedure, the use of qextserialport-1.2win library, XP to achieve the above, two-way serial transceivers, test
3
- 本程序实现计算任意长整数的加法运算,大致过程为显示提示信息-->用户输入—>显示结果。 程序中字符集限定为’1’ ’2’ ‘3’ ‘4’ ‘5’ ‘6’ ‘7’ ‘8’ ’9’ ‘0’ ’,’ ‘ ’ ,长整数的长度不予限制。 利用双向循环链表实现长整数的存储,每个结点含一个整型变量。任何整型变量的范围是-(215—1)~(215—1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-This procedure to achieve t
test
- 很多种知名公司的面试题,大多是算法问题,用C++编写的源码,还有一些比较难的问题的解答,例如:两路归并排序,-Are many well-known companies face questions, mostly algorithm issue, C++ Prepared source, there are some of the more difficult questions, such as: two-way merge sort
DoubleLinkedList
- 双向链表的查询 插入 和删除 采用c++实现了代码-Two-way linked list insert and delete query using c++ implementation of the code
mytoolpad
- 可以将个人编程资料和心得进行加密存储,Windows桌面管理,搜索机器上所有的自启动程序并任意增删,优化Windows的INTERNET参数,提供1950-2050年之间的公农历双向转化查询......(339kb)-Individuals can be programmed to encrypt information and store experience, Windows Desktop Management, search all of the machines since the l
linkedlist
- 实现双向链表的建立、打印、删除、插入等操作,是双向链表的初级应用。-The establishment of two-way linked list, print, delete, insert, such as operation, is the primary application of a two-way linked list.
shujujiegouIntNode
- 双向循环链表实现任意长的整数的加法运算法-Cycle to achieve a two-way linked list of arbitrary length integer addition operations
123
- 构建两个双向链表,能够根据第一个链表中的值查询在第二个链表中的相同值的位置-Construction of two two-way linked list, a list based on the value of inquiry in the second list value in the same position
listconv
- 把原链表倒向 先用指针循环至NULL(结尾),再--; 先从头一个一个遍历,再把读过的建成一个链表(关键是这次要建前插链表),遍历完了,倒链表也建成了,思路就是这样了,程序应该不是太难吧,你自己试试就行了. 在开始完成你的从单链表派生出来的双向链表之前,要在单链表这个基类中添加修改当前 -The side of the original list Pointer to the first cycle of NULL (the end), and then-
feng10
- 双向链表插入与删除.该程序实现的功能是创建一个双向链表,并且实现链表的插入和删除-Insertion and deletion of two-way linked list. The function of the realization of the program is to create a two-way linked list, and the realization of the insert and delete list
8_2
- 双向链表\8_2.rar 大学生c加加课程设计-Two-way linked list \ 8_2.rar Students c Gaga Course Design
Unilateralism_Cycle_List
- 数据结构中双向循环链表的实现,供初学者交流。-Circular linked list data structure in the realization of a two-way, for beginners exchange.
two-DS18B20
- 采用两篇温度采集器DS18B20,实现两路温度采集,用单片机实现。-Using two temperature collector DS18B20, to achieve two-way temperature of the collection, with MCU.
C_shuangxiangxunhuanlianbiao
- 用面向对象思想(C++)实现的数据结构--双向循环链表-Object-oriented thinking (C++) implementation of the data structure- a two-way circular linked list
DS18B20
- 8位单片机与DS18B20并行双向通信。 Quartus II 8.1项目工程文件. 主源程序文件为DS18B20.v,里面有详细注解。 例子: DS18B20 数据地址 0xf000(ROM=0) DS18B20 ROM指令地址 0xf001(ROM=1) 外部电源供电且只有一DS18B20的读取法: 发送CC到0xf001, 等待busy=0说明器件已准备好, 读0xf001的Bit1=1说明存在器件,Bit0=1为控制忙(可以省略此步) 发送44
insertionanddeletion
- 双向链表的插入和删除操作的原理和函数实现。 -Two-way linked list insertion and deletion operations
CircularDoubleLinkList
- 这个小程序是循环双向链表的基本操作…… 为什么一定要二十个字啊-This little program is the basic operation cycle of two-way linked list ... ...
data100
- 心电信号导入MATLAB 改一下PATH里的地址 一个心电信号有两路 这里两路的导入方式都有-ECG change it into MATLAB PATH in the address of a two-way ECG has written all the way here only import method
lianbiao
- 线性表的双向链表存储结构,基于C++编程环境-Linear form of two-way linked list storage structure, based on C++ programming environment
two-way-circular-linked-list
- 问题:把单链表改为双向循环链表 方法:先建立单链表;再在单链表基础上建立双向循环链表。-Question: single linked list to two-way circular linked list: 1, create a single linked list 2, to establish a two-way circular linked list in a single linked list based on.
