资源列表
queue
- some code to create queue data struct in C
1612261
- c++实现在一个序列中找出最长不减子序列-C++ implementation in a sequence to find the longest subsequence does not decrease
tongxnlu5
- 简易的通讯录,可实现查找联系人、新建联系人、修改联系人信息和删除联系人信息。-Simple address book, can be found to find contacts, new contacts, modify contact information and delete contact information.
WiFi--V1.3
- 一种用于家用电器设备与互联网云端通讯的协议。已验证可靠。-wifi xieyi
shujujiegou3
- 掌握多种内排序方法的基本思想、排序过程、算法实现,能进行时间和空间性能的分析,根据实际问题的特点和要求选择合适的排序方法。-Grasp the basic idea of a variety of internal sorting algorithm, sorting process, the algorithm can be time and space performance analysis, according to the characteristics and requirement
KindSort
- 掌握多种内排序方法的基本思想、排序过程、算法实现,能进行时间和空间性能的分析,根据实际问题的特点和要求选择合适的排序方法。-Grasp the basic idea of a variety of internal sorting algorithm, sorting process, the algorithm can be time and space performance analysis, according to the characteristics and requirement
tingchechang
- 设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若停车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出停车场为它让路,待该辆车开出大门后,其他车辆再按原次序返回车场。每辆车离开停车场时,应按其停留时间的长短交费(在便道上停留的时间不收费)。-The parking lot is a long and narro
C---C-space-reconstruction-method
- C-C空间重构法,对随机信号进行空间重构。-C- C space reconstruction method, the random signal space reconstruction.
PUsc1
- 假设给定了4个n元素集合A,B,C,D,要求分别从中各选取一个元素a,b,c,d,使得a+b+c+d 0,请给出方法确定一共可以有多少选法?-a test!
yuesefuhuan
- 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。通常解决这类问题时我们把编号从0~n-1,最后[1] 结果+1即为原问题的解。-Known n individuals (identified by serial number 1,2,3 ... n, respectively) were sitting around a round tabl
BubbleSort
- 用c++实现冒泡排序,在算法中冒泡排序是一个经常被提及的算法,是排序算法中最简单的一种-With c++ implement bubble sort, bubble sort algorithm in the algorithm is a frequently mentioned, the sorting algorithm is one of the easiest
BinaryInsertSortAndSearch
- 键盘输入伪随机个数,生成相应的为随机数,实现降序二分插入算法,降序二分检索算法-Keyboard input pseudo random number, a random number is generated corresponding to achieve descending binary insertion algorithm, binary search algorithm descending