搜索资源列表
StudInfoManager(Win)
- 一个学生信息管理系统,使用了多中数值算法,有HASH查找,归并排序,堆排序,快速排序,界面也不错-a student information management system, using a number of numerical algorithms, hash search, merging, in order of ranking reactor, rapid sequencing, and the interface is good
SOVA
- 这是log-map或者说是软输出维特比算法的一个实现。-This is the log-map or the soft output Viterbi Algorithm in a realization.
vb+access
- 用VB+Access做的图书管理系统! 通过简单的算法可以做出图书的录入和录出!-do library management system. A simple algorithm can make the entry books and recorded out!
几个小型设计
- 几个小型设计项目。算法说明比较详细,可参考。希望对有此需要的学生有参考价值。-few small design projects. A more detailed note algorithm can be found. Hope is such a need for students to have the reference value.
九宫格
- 九宫格的A*算法实现 可以选择两个估价函数,完成九宫格的自动求解。指导学生完成的一个优秀的课程设计,附完整的源代码和课程设计文档,主要是算法。-Jiugongge the A * algorithm can choose two valuation function, complete Jiugongge automatic solution. Students completed an outstanding curriculum design, with complete source co
bahuanghou44444
- 八皇后问题的拓展,n皇后问题的深度优先算法,可以把结果以文件形式输出。N<=20-eight of the Queen's expansion, n depth of the Queen's priority algorithm, the results can be output in the form of a document. N
ADTree
- JAVA的一个程序,是分类算法中的判定树的一部分。-JAVA a process, the classification algorithm of decision tree part.
xushengxuexiguanglixitong
- 设计一个学生信息管理系统,学生对象至少要包含:学号、姓名、性别、成绩1、成绩2、总成绩等信息。要求实现以下功能: 1.总成绩要求自动计算; 2.查询:分别给定学生学号、姓名、性别,能够查找到学生的基本信息(要求至少用两种查找算法实现); 3. 排序:分别按学生的学号、成绩1、成绩2、总成绩进行排序(要求至少用两种排序算法实现)。 -design of a student information management system, targeting students at le
051150032
- 学生基本注册信息管理系统,(1)用户名与密码的输入,再进行登陆验证,连续登录三次不成功,退出。 (2)建立一个学生基本注册信息的链表。 (3)选择要进行的操作:a、注册,建立一个链表的新结点,并以 新结点作为链表的表头 b、查询,分为按学号、姓名、性别、年龄、专业、班级和年级查询 ,并显示所查到的信息 c、修改,用新的信息替换以前的信息 d、删除,为了保护链表的表头,用一个结构类似堆栈的指针实现,此处排除了删除栈顶元素的特殊情况 e、排序,用起泡排序算法实现将
longgekuta.《系统仿真导论》
- 针对肖田元教授所著的《系统仿真导论》中龙格库塔法参考程序研究生很难看懂的现象,我加上了注释,使初学者能把学习算法和编写程序对应起来,从而可以有效地掌握算法的实现,对于用龙格库塔法进行在线实时仿真、建模、最优控制及自适应控制的教学有意义。,Professor Xiao Tianyuan for the book " Introduction to System Simulation," in reference to Runge-Kutta method is difficu
Struts+Hibernate.zip
- 本程序所写的排课,选课系统是采用Hibernate+Struts架构的来设计的, 同时具有排课和选课的双重功能,本程序的排课算法并不适用于多方面的需求, 而是只满足于学生选课, 管理员排课的一个简单的模型结构,而且只一个信息科学与技术这一个系部,功能方面相对有限一个排课选课系统,This procedure written Timetable, elective system is the use of Hibernate Struts framework to design, and at
Winscok
- 帮助用户学习数值分析中的迭代算法,是学习用的好帮手,真的比较好-Numerical analysis to help users learn the iterative algorithm is used to learn a good helper, really good
PolynomialClass
- 面向对象设计课程设计中一个典型的算法问题,用多项式类实现,重载函数的应用-Object-oriented design the curriculum design of the algorithm in a typical problem, with the realization of polynomial type, heavy-duty applications function
kebiaopaike
- 以前从网上下载的一个比较好的排课系统,排课系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。课表安排完全自动化(也可手工安排),排完后可进行调整,采用随机安排方式,具有排课速度快、准确率高、效果好,并能自动计算教师教学工作量,多种格式的班级、教师、全校课程表的输出。主要功能包括:课表管理(新建、打开、删除课表)、基本设置(年级、班级、教师、课程)、教学设置(上课时间、课时、教师任课)、排课设置(班级课表、排课条件、科目优先、排课选项)、教师安排、
C93
- 使用c实现计算机存储管理分区分配算法,课程设计非常有用。-Use c to achieve a computer memory management partition algorithm, curriculum design, very useful.
JDK
- CJ00336命题公式范式生成算法研究与程序设计毕业设计毕业论文全套设计-CJ00336 propositional formula Algorithm Paradigm Research and Design of a full set of Design Graduation Thesis
Libary
- 这是一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。图例丰富,算法清晰。-This is a VB-database management system. The database using ACCESS 2000. Rich in legend, the algorithm clearly.
vbvaguemathematics
- 这是模糊数学算法的vb程序,帮助大家学习模糊数学及其编程算法。-This is a fuzzy mathematics algorithm vb program to help them to learn from fuzzy mathematics and programming algorithms.
jiegoutu
- 针对肖田元教授所著的《系统仿真导论》中面向结构图法参考程序研究生很难看懂的现象,我加上了注释,使初学者能把学习算法和编写程序对应起来,从而可以有效地掌握算法的实现,对于用面向结构图法进行在线实时仿真、建模、最优控制及自适应控制的教学有意义。-Professor Xiao Tianyuan for the book " Introduction to System Simulation" in reference to France for the chart is diffic
batchCompare
- 该程序实现对文件夹中的单文件的C或C++源文件进行两两相似度比较,给出相似度百分比,使用时,要求比较的文件以.c或.cpp或.cc为扩展名,并放在c:盘compare文件夹中。程序使用的算法为,快速公共子串算法,可以对2W字符长度的代码进行评判。可用于教学当中,检测同生编程作业独立完成情况。-The program realized a single file folder of C or C++ source files pairwise similarity comparison, the