搜索资源列表
BIGSUB
- 程序实现80位长度的减法运算,,以tc实现。原理是使用数组来进行运算-program 80 subtraction length of the operation, to achieve tc. The principle is to use the array operator
ksdsnnd
- VB实现多组循环控件,可以同时实现很多维数组的计算,实现数组维数可控,计算精度可控-VB multi-cycle control, and can achieve many peacekeeping array, the array to achieve controllable dimension, precision controllable
c
- 约瑟夫问题 约瑟夫问题: 有n个人围成一圈,顺序排号,从第一个开始报数,报到m者退出圈子,由下一个人从新开始报数,问最后六下的是几号? 要求:1.n为固定的10 2.用数组实现 3.m由键盘输入
盲均衡论文
- 全数字QAM接收机的自适应盲均衡器实现方案。该均衡器采用多模算法(MMA)和最小均方算法(LMS),称为MMA—LMS算法结合判决反馈结构(DFE),即采用前向滤波器和反馈滤波器两级滤波器组实现,提高了信道的适应性能和降低均衡器的阶数。
3-java
- 宠物商店, 1. 所有宠物都具有:名字,颜色和年龄 三个属性。宠物建议命名成Pet 2. 宠物商店中可以增加宠物、根据名字、颜色、年龄查询宠物。宠物商店建议命名成PetStore 3. 考虑实现方便,目前只有两种宠物,Cat 和 Dog ,后续会继续增加宠物类别,但是Cat和Dog具体有多少只,需要用户决定数量; 4. 宠物商店中对宠物的存放结构必须使用数组(具体数组多大,也就是多少只宠物,由用户决定数量,同第三条一个意思); 5. 测试类(PetStoreDemo),要求能
b
- 在程序中输入数组大小n,通过动态分配内存函数malloc产生一个整型数组,接着输入该数组的n个元数,并使用一个函数对组数进行排序(从小到大,要求用选择法实现)-In the procedure input array size n, through dynamic allocation of memory function malloc generate an integer array, and then enter the array of n-ary number, and use a f
HYPERLINK
- 每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. 提示:(1) 有界缓冲区可用数组实现. -producer and customer
2
- 每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. 提示:(1) 有界缓冲区可用数组实现. -producer and customer
Bank
- 请实现一个简单的银行储蓄系统,承担活期用户的存款和取款业务,要求如下: (1) 实现描述银行的类Bank,记录系统中现有哪些储户,(可用数组实现但注意越界),定义了生成储户的函数append,按照账户删除储户的函数Delete,按账号查询储户的函数query,并显示结果. (2)定义储户类Account,具有属性账号,存款人姓名和余额,操作saving withdraw和showme. 函数saving 存储业务,函数withdraw处理取款业务,(余额不足时不予以取并给提示信息),showme
DynArray_85420103
- 动态数组的实现 帮组初学者学习动态数组,是一个很好的例子-The realization of dynamic array help group for beginners to learn dynamic array, is a good example of
2
- 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现) 5) 要求使用结构体,链或数组等实现上述要求. 6) 采用多种方法且算法正确者,可适当加分. -1) The realization of the merger of the two
2
- 利用数组实现,寻找鞍点.并且打印出鞍点的位置信息.-Use the array to achieve, to find the saddle point and print out the location information of the saddle point.
n
- 实现任意位数进行相加运算(100位以内).利用数组实现.-Arbitrary number of bits for the sum operator (100) using an array to achieve.
queue
- 1.利用数组实现优先队列; 2.利用链表实现优先队列; (注:默认以最大值为优先级最高,思考:如何实现用户指定优先级(最大优先或最小优先)) -Using an array of priority queues using a linked list priority queue (Note: The default maximum value for the highest priority, thinking: how to implement user-specified
two-end-stack
- 数据结构 C语言数组实现双向栈 在两端可删除,可添加元素-Two-way data structure C language array stack at both ends can be deleted, you can add elements
8-lights-cycle-pattern
- 单片机8盏灯的循环花样,利用单片机的延时和C语言的数组实现LED灯的循环-Microcontroller 8 light cycle pattern, using SCM delay and the C language array of LED lights cycle
two-dimensional-array-Tetris-game
- 二维数组在俄罗斯方块游戏编程中的应用,分析了俄罗斯方块中关键技术,主要思想,并用二维数组实现-Application of two-dimensional array in Tetris game programming, analyses the key technology in Tetris, main idea, and a two-dimensional array implementation
Implement-employee-information
- 实现员工信息的管理。用C语言开发。通过结构体数组实现。-Implement employee information
shortest-roads
- 实现最短路径,具有可视化界面。使用二维数组实现。具有动态画图效果-shortest roads
1.3-Assignment
- 基本完成了动态数组类的抽象和封装,并实现了相关算法(Abstract and encapsulation of dynamic array classes are basically completed and related algorithms are implemented)