搜索资源列表
StudInfoManager(Dos)
- 一个DOS下的学生信息管理系统,使用了多中数值算法,有HASH查找,归并排序,快速排序,对排序-The management of student information in DOS,which uses several algorithms.for example,HASH search,return compositor,quick compositor,pair compositor.
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
二叉树学生成绩管理系统
- 我用二叉搜索树做的学生成绩管理系统, 算法比较全面, 希望大家提出宝贵建议 我的邮箱lp1985621@yahoo.com.cn-I use two forks of trees search student performance management system, the algorithm is more comprehensive, and we hope that the valuable suggestions put forward my mail lp1985621
SOVA
- 这是log-map或者说是软输出维特比算法的一个实现。-This is the log-map or the soft output Viterbi Algorithm in a realization.
填充裁剪
- 基于c++build的填充裁剪的源代码,可供初学者参考,使用算法较为简单-c build on the cutting filled the source code available for advanced users, the use of relatively simple algorithm
vb+access
- 用VB+Access做的图书管理系统! 通过简单的算法可以做出图书的录入和录出!-do library management system. A simple algorithm can make the entry books and recorded out!
1357984321
- 此文件包含迷宫的经典算法和易错的地方。能实现查找路径功能。 -maze of classical algorithm easy wrong place. Search paths can achieve functional.
几个小型设计
- 几个小型设计项目。算法说明比较详细,可参考。希望对有此需要的学生有参考价值。-few small design projects. A more detailed note algorithm can be found. Hope is such a need for students to have the reference value.
kmp_algorith
- kmp算法实现,使用java实现,代码经过调试,绝对高效率,正确和可靠-KMP algorithm, using java achieved through debugging code, the absolute high efficiency, correct and reliable
九宫格
- 九宫格的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.
2-D_FDTD_TE_code
- 使用有限时间差分算法来计算2维目标散射的例子-use of the limited time-difference algorithm to calculate two-dimensional scattering example
数据结构经典演示程序
- 这是用C++编写的程序,描述数据结构的经典算法的演示,让学者更容易明白和理解!
Dijkstra算法求最短路径
- Dijkstra算法求最短路径 c语言源码,数据结构学习
3495-anqn.学生成绩分析系统
- 一个学生成绩分析系统,基于数据挖掘的决策树算法的系统,An analysis of student achievement systems, based on data mining system, Decision Tree Algorithm
kebiaopaike
- 以前从网上下载的一个比较好的排课系统,排课系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。课表安排完全自动化(也可手工安排),排完后可进行调整,采用随机安排方式,具有排课速度快、准确率高、效果好,并能自动计算教师教学工作量,多种格式的班级、教师、全校课程表的输出。主要功能包括:课表管理(新建、打开、删除课表)、基本设置(年级、班级、教师、课程)、教学设置(上课时间、课时、教师任课)、排课设置(班级课表、排课条件、科目优先、排课选项)、教师安排、
OI_ICPC
- 国际大学生程序设计大赛试题,解析,辅导。算法设计的好资料-International Collegiate Programming Contest examination questions, analysis and counseling. Good information on algorithm design
yichuan
- 本系统依靠计算机来完成教务工作中复杂的排课部分,基于遗传算法的排课系统不仅避免了手工排课产生的老师上课时间冲突和教室冲突,而且可以通过交叉和遗传实现课程的人性化的安排,避免同一个老师的课程连续上或同一个班级的课程在有些时间段排得太密集或太稀疏。该项目用C++实现,主要分为三个模块,用户的注册和登陆模块,课程等基本信息的编辑模块,具体排课的实现模块。-very interesting
基于遗传算法与粗糙集理论的移动机器人路径规划研究
- 基于遗传算法与粗糙集理论的移动机器人路径规划研究的matlab实现,我已经进行了一些优化