资源列表
test_22.3
- 3、 编写一个函数。该函数接受下列参数:一个int数组的名称,数组大小和一个代表选取次数的值。然后函数从数组中随机选择指定数量的元素并打印他们。每个元素最多选择一次(模拟抽奖或挑选陪审成员)。另外,请使用time()或其它类似的函数生成种子。以便srand()函数初始化随机数生成器rand()。编写一个简单的程序测试该函数。-The preparation of a function. The function accepts the following parameters: the name
ConvexHull
- convex hull using quick hu-convex hull using quick hull
HareTorToiseRace
- 龟兔赛跑,这是我个人编写的,不好,大家-HareTorToiseRace
linkedlist
- this is a linked list program that wrote in C.
Fraction
- 自定义fraction类,就是我们学c++时经常碰到的小作业-Customize fraction class, we learn c++ is often encountered when a small operation
UCTextBoxPromt
- Textbox that is support add new lines and always selects the last added line.Multilines and hideSelection supported.
55
- 主要任务是用计算机对学生信息进行日常管理, 如查询、修改 、 增加、 删除, 另外还考虑到用户登录的权限, 针对学生信息和权限登录的学生成绩管理系统-Student achievement management system
S7-SCL-PID
- SIEMENS PID温度仿真模块的SCL源代码,希望对做s7-300温控的朋友能有些帮助-SIEMENS PID temperature simulation module SCL source code, I hope to do some s7-300 thermostat friends can help
msktiaozhishibie
- msk信号调制识别,简单,快速的算法,比较实用,强烈推荐-msk signal modulation recognition, simple, fast algorithms, more practical, it is strongly recommended
szjf
- 数值积分的计算程序,使用了复化梯形公式和复化Simpson公式-The calculation program of numerical integral, using complex trapezoid formula and compound Simpson formula
8255
- 首先分别向A口和B口写入80H和01H,然后分别将该数右移和左移一位,再送到端口上,这样循环下去,从而实现流水灯的显示。-A first written, respectively, to the port and the B port 80H and 01H, respectively, then the number of right and left one, and then sent on a port, so the cycle continues, in order to achi
afafa
- 本实验实现邻接表表示下无向图的广度优先遍历。 程序的输入是图的顶点序列和边序列(顶点序列以*为结束标志,边序列以-1,-1为结束标志)。程序的输出为图的邻接表和广度优先遍历序列。例如: 程序输入为: a b c d e f * 0,1 0,4 1,4 1,5 2,3 2,5 3,5 -1,-1 程序的输出为: the ALGraph is a 4 1 b
