搜索资源列表
sort.cpp
- 写一个函数,输入参数有四个,分别是map<string,float>型数据,整数,float型数组,string型数组。返回结果,将map中的数据按float值进行排序,并将排序后的结果保存到float、string两个数组中,两个数组元素必须对应于map数据。-Write a function, there are four input parameters, are the map <string,float> data, integer, float array,
linkedlist
- 用结构体排序。有输入,删除,输出已排序的数组的功能。-Sorting by structure
max9526
- max9526 linux下的视频驱动程序,初始化数组。-max9526 under linux video driver to initialize the array.
ov7720
- OV7720 OV7725 linux下的视频驱动程序,初始化数组。-OV7720 OV7725 Linux video driver to initialize the array.
rbtree_container_new
- 纯c封装的map容器,打破c语言中没有容器,没有动态数组-Package of pure c map container, similar to the map function
vector
- 使用vector 模拟二维数组的复习,举例: 可以定义vector 的元素仍然是一个vector 比如, vector <vector <int> > 即表示一个二维int 数组,里层的vector <int> 表示第一维, 外层的vector 表示第二维:-Vector to simulate a two-dimensional array of review, for example: you can define the vector el
woqu
- 生产者与消费者:编写一个生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 -Producers and consumers: the preparation of a producer- consumer program group, supports multiple producers and consumers, producers for the two processes, the consumer process is 3.