-
xianxing
1.输入一组整型元素序列,建立顺序表。
2.实现该顺序表的遍历。
3.在该顺序表中进行顺序查找某一元素,查找成功返回 1,否则返回 0。
4.判断该顺序表中元素是否对称,对称返回1,否则返回0。
5.实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。
6.输入整型元素序列利用有序表插入算法建立一个有序表。
7.利用算法 6 建立两个非递减有序表并把它们合并成一个非递减有序表。
8.编写一个主函数,调试上述算法。
* 9.综合训练:利用顺序表实现一个班级学生信息管理(数据录入、插入、删
除、排序、查找等)
(err)
- 2008-04-19 10:04:01下载
- 积分:1
-
camera
SOC芯片摄像头驱动程序,包括测试程序。含有摄像头寄存器的读写基本操作。 文件列表:
camera_gpio_sccb.c
camera_gpio_sccb.h
camera_i2c_sccb.c
camera_i2c_sccb.h
camera_test.c
camera_test.h
ov7660.h
(CMMB mobile TV camera driver, including the test procedure.)
- 2013-05-30 19:19:41下载
- 积分:1
-
adc
说明: STM32F407 多通道DMA连续采样代码,亲测可用(STM32F407 Multi-Channel DMA Continuous Sampling Code, Positive Testing Available)
- 2020-07-16 17:28:50下载
- 积分:1
-
chuankou
郭天祥串口程序,配套郭天祥的教程,和开发板(Debates serial procedures)
- 2013-07-09 10:03:39下载
- 积分:1
-
Configurazione-stack-tecnologico-SuiteOcr-(vers01
to configure visual studio to use postegres db
- 2016-04-20 22:09:25下载
- 积分:1
-
ServerSocket
code of server socket for windows
- 2012-05-31 20:47:27下载
- 积分:1
-
Artificial-neural-network
LabVIEW中人工神经网络计算的实现与应用(Artificial neural network computing in LabVIEW Implementation and Application)
- 2013-10-31 08:36:01下载
- 积分:1
-
shop_manager
说明: 设计一个程序,对商铺信息管理,商铺信息包括:商铺编号,商铺名,信誉度(0-5),(商品名称1,价格1,销量1),(商品名称2,价格2,销量2),(商品名称3,价格3,销量3)…。
商品名称包括(毛巾,牙刷,牙膏,肥皂,洗发水,沐浴露等6种以上商品),每个商铺具有其中事先确定若干商品及价格,由文件输入,销量初始为0。(Designing a program to manage shop information, which includes: shop number, shop name, reputation (0-5), (commodity name 1, price 1, sales volume 1), (commodity name 2, price 2, sales volume 2), (commodity name 3, price 3, sales volume 3)....
Commodity names include (towels, toothbrushes, toothpaste, soap, shampoo, bath lotion, etc.) more than 6 kinds of goods, each shop has a number of goods and prices in advance, input by documents, initial sales of 0.)
- 2019-02-06 19:05:42下载
- 积分:1
-
Random
说明: 动态数组的实现, mutablearray 与array 的区别, 以及跳出循环的过程(The implementation of dynamic arrays, the difference between mutable arrays and arrays, and the process of jumping out of the loop)
- 2020-06-16 14:25:20下载
- 积分:1
-
shortest-path
通信网络的架设问题 若要在n(≥10)个城市之间建设通信网络,只需要架设n-1条线路即可(With the Dijksra algorithm to network G from source points to the rest of the vertices of the shortest path)
- 2014-01-11 23:32:27下载
- 积分:1