资源列表
Information_System_of_Students_Implement_by_C
- 学生信息查询系统C语言实现 包含的功能有: 1、 系统功能选择菜单:提供了5个功能 A、 按“班级+平均成绩”显示原始数据 B、 输入学号,显示学生档案,并可选择用顺序查找或者折半查找去实现 C、 输入不完全的学生姓名即可模糊查找学生档案。 D、 输入班级及课程即可统计平均分,优秀率及及格率。 2、 数据显示函数 3、 学号查找函数 4、 模糊查找函数 5、 成绩统计函数 -Student Information System C language f
Some_DataStruct_Arithmetic_Implement_by_C
- 1 归并链表 2 静态链表 3 堆栈 4 KMP模式匹配 5 排序 6 关键路径-a static Chain Chain 2 3 4 stack KMP Ranking 6 5 Critical Path
banbozhenzi
- 微代天线计算中的偶数阶半波阵子的自阻抗计算。
banbozhenzi2
- 微代天线计算中的半波阵子的奇数阶自阻抗计算。
integral2
- 运用物理光学法和矩量法计算带罩天线的远场辐射。-use of optical physics and Moment Method band antenna covers the far field radiation.
Simulate_Process_Scheduling_Implement_by_C
- 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static
Simulate_Allocate_Memory_Implement_by_C
- 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
Some_Sort_Program_Implement_by_C
- 几种排序算法的C语言实现 用函数实现如下算法: (1) 直接插入排序, 希尔排序 (2) 冒泡排序, 快速排序 (3) 选择排序, 堆排序 (4) 归并排序 (5) 基数排序 -several algorithm using C language function algorithm to achieve the following : (a) direct insertion sort, Hill sequencing (2) Bubble Sort, rapid
AntColonySystem
- 蚁群算法的C语言实现 关于蚁群算法网上有很多C++和java实现的 C的没有见过 就自己做了 感觉能更好的体现算法-ant colony algorithm C language on the Internet ant colony algorithm many C and java achieve C never seen done on their own feeling better reflect the algorithm
AssociationRuleConvert
- 编码格式转换工具主要用于关联规则挖掘实验数据的预处理,转换训练集中事务编码格式,可在整数型编码、布尔型编码及序数型编码之间转换。-encoding format conversion tools used mainly Mining Association Rules experimental data preprocessing, conversion training would focus Services Coding format, the integer-coding, coding
anncode
- 一个神经网络的程序 ,通过神经网络进行预测。内含测试数据,训练数据。-a neural network procedure for the adoption of neural network prediction. Intron test data, training data.
csf
- c常用数值算法,主要包括矩阵特征值与特征向量的计算、数学变换与滤波等20多种算法的实现-c commonly used algorithm, including Matrix eigenvalues and eigenvectors of computing, mathematics and transform more than 20 filtering algorithm to achieve