单链表的操作 初始条件: 已知A,B和C为三个递增有序的线性表,现要求对A表作如下操作:删去那些既在B表中出现又在C表中出现的元素。 (1) 各线性表采用单链表作为存储结构; (2) 题中任一线性表中的元素值可以相同。 (3) 测试用例自己设计。
上传时间: 2014-01-06
上传用户:13188549192
C/C++ Reference There are no "Introduction to Programming" tutorials here. This site is meant to be used by more-or-less experienced C++ programmers, who have a good idea of what they want to do and simply need to look up the syntax. If you re interested in learning C/C++, try one of these sites: How C Programming Works C Programming C++ Language Tutorial
标签: Introduction Programming Reference tutorials
上传时间: 2014-07-26
上传用户:ljmwh2000
A*算法的一些资料,包括A*算法理论,以及java版代码及C++代码,还有一个演示程序
标签: 算法
上传时间: 2016-08-04
上传用户:aix008
linux under the C programming which complementary with the book of <linux under the C programming>has a total of Chapter 14 proceedings, and "linux .
标签: programming the linux under
上传时间: 2016-08-05
上传用户:semi1981
1. 通过8255A并口来控制LED发光二极管的亮灭。 2. A口控制红灯,B口控制黄灯,C口控制绿灯。 3. 输出为0则亮,输出为1则灭。 4. 用8253定时来控制变换时间 。
上传时间: 2013-12-06
上传用户:cccole0605
查表法实现a-law算法,使用c语言编写,使用简单,适用于语音传输系统的开发
上传时间: 2014-01-18
上传用户:koulian
已知记录序列a[1..n] 中的关键字各不相同, 可按如下所述实现计数排序:另设数组c[1..n],对每 个记录a[i], 统计序列中关键字比它小的记录个数存 于c[i], 则c[i]=0的记录必为关键字最小的记录,然 后依c[i]值的大小对a中记录进行重新排列,试编写算 法实现上述排序方法。
上传时间: 2016-08-17
上传用户:ljt101007
DESCRIPTION : BIN to seven segments converter -- segment encoding -- a -- +---+ -- f | | b -- +---+ <- g -- e | | c -- +---+ -- d -- Enable (EN) active : high -- Outputs (data_out) active : low
标签: DESCRIPTION converter segments encoding
上传时间: 2016-08-17
上传用户:ainimao
This book provides a complete intermediate-level discussion of microcontroller programming using the C programming language. It covers both the adaptations to C necessary for targeting an embedded environment, and the common components of a successful development project. C is the language of choice for programming larger microcontrollers (MCU), those based on 32-bit cores. These parts are often derived from their general-purpose counterparts, and are both as complex and feature-rich. As a result, C (and C++) compilers are necessary and readily available for these MCUs. 是初学入们,嵌入式的好教材!@简单易懂
标签: intermediate-level microcontroller programming discussion
上传时间: 2013-12-18
上传用户:lo25643
、实现的功能 A.通常情况下,交通灯按正常状态依次点亮红黄绿灯,交警可以根据路口流量的情况分别设置红、绿、黄灯持续点亮时间。 B、在夜深时,因为各路口的车流量减少,按交通规则,四个路口可以同时闪烁黄灯,在该设计中对正常情况下的持续时间进行初始化,当达到设定时间后,四个黄灯开始同时闪烁。 C、当手动控制时,可以将四个路口依次置为绿灯或者将相对的两个路口置为绿灯。
标签:
上传时间: 2014-01-10
上传用户:123456wh