搜索资源列表
exercices
- 这是用prolog写的几个程序:程序1是一个旅行社关系系统,程序2是一个家族关系系统,程序3是一个成绩管理系统-This is prolog written several programs : a procedure is a travel agency relations systems, procedures 2 is a family relationship systems, procedures 3 is a performance management system
学生公寓管理系统
- 学生公寓管理系统,用C编的,写得还不错的程序-student apartment management system, the C series, written procedures also good
AprioriAlgorithm
- 在使用时,请先在“控制面板/管理工具/数据源ODBC”中配置数据源,名称为“TRANSACTION”,数据库在 Apriori 文件夹下。-when used, the post "Control Panel / management tools / ODBC data source," the source of configuration data, known as "TRANSACTION", the database Apriori folder
a8866
- 人工神经网络matlab编程,BP网络实例 入境旅游人数的预测结果对于旅游管理部门和政府部门有着重要的参考意义,寻求科学合理的预测模型是保障预测结果准确可靠的关键。根据我国入境旅游人数的实际情况,建立由一个输入层、一个隐含层、一个输出层构成的三层BP 网络模型-ANN Matlab programming, BP examples tourist arrivals in the forecast results for the tourism management and governmen
112611712642
- 特别是在题库管理模块中对自动组卷功能常用的算法(包括随机选取法、回溯试探法和遗传算法)进行了比较。对于较流行的验证码技术也给出了具体实现。-particularly in the examination management module to automatically making up the algorithm commonly used functions (including random selection method, Retrospective testing and gen
custmer
- 客户关系管理系统,VS2005,SQL2005编写,能够运行,没有密码
HR
- 一个小型的人事管理系统,开发环境为VS 2005。前台为ASP页面,后台为C#语言和SQL Server数据库,适合作为ASP网页制作学习的入门例子。
zujuanxitong
- 基于asp的遗传算法组卷系统,同时具有在线考试,题库管理,以及成绩,考生管理等功能。
School_Score_Manage_System
- 学校学生成绩管理系统源代码,ASP语言写的
gzxt
- vf编译的工资管理系统 vf编译的工资管理系统
DSR
- AD HOC 网络[1 ]是一种不需要基础设施的自组织和自管理网络, 网络中所有的节点同时具有终端 和路由器的功能. 因此, 网络可以通过节点路由发现机制转发分组, 并进行路由维护. DSR 是为AD HOC 网 络设计的路由协议, 性能较优, 但对延迟、带宽、丢包率等都没加限制, 即无QoS 支持. 采用遗传算法对其 进行路由发现的优化, 使之具有QoS 保障. 并采用仿真实验对基于遗传算法的动态源路由协议与原有的动态 源路由协议在延迟、投递率和网络开销等方面进行了比较, 分析
C50
- 功能强大的决策树分类算法,是C4.5的改进版本,但在精度,速度和内存开销上均有了很大的改进。目前由rulequest公司管理,其可执行程序版本为商业版本,此GPL许可的源代码对外发布。-Both C4.5 and C5.0 can produce classifiers expressed either as decision trees or rulesets. In many applications, rulesets are preferred because they are simp
AgentPersonMachineInteract
- 人机对话系统一直是人工智能领域内的研究热点,随着语音技术的日渐成熟,对话管理逐渐被认为是对话系统的关键问题,是整个系统的核心功能体现。由于种种限制,目前的人机对话系统大多是面向单个任务领域内的对话,而且只能在单机上运行,很少考虑对话过程涉及的多主题、主题切换、主题间的信息共享,以及对系统的复杂功能进行任务分解,使分解后的各个功能模块能运行在不同终端上通过通信合作实现更加强大的功能,使得系统易于扩展。 Agent技术是解决这些问题的最好方法,利用Agent技术可以很容易地实现任务的分解,多Ag
genetic_programming_model
- 本文作者使用遗传规划技术实现了人口增长模型的预测,对人口控制和管理起到了很有价值的作用。-The author of this article the use of genetic programming techniques to achieve a population growth model predicted that the population control and management has played a valuable role.
Implement_Apriori_with_VC
- 用VC实现了Apriori算法. 在使用时,请先在“控制面板/管理工具/数据源ODBC”中配置数据源,名称为“TRANSACTION”,数据库在 Apriori 文件夹下。-VC achieved using Apriori algorithm. In use, the first in the
rennianshibie
- 人脸识别因其在安全验证系统、信用卡验证、医学、档案管理、视频会 议、人机交互、系统公安(罪犯识别等)等方面的巨大应用前景而越来越成为 当前模式识别和人工智能领域的一个研究热点。 -Face Recognition in the security of their authentication systems, credit card verification, medical, file management, video conferencing, human-computer i
5
- 股票交易系统的管理程序。已经调试没有错误。希望对需要的人有帮助。-Stock management system. Has been no error debugging. Would like to help people in need.
ordinalGAimplementfortrayloading
- 关于物流管理中的托盘装载遗传算法实现——基本版-ordinal GA implement for tray loading
guanlixitong
- 一个简单的,个人信息管理系统!其中有全部的代码,及窗体文件!-A simple, personal information management system!
StateMachine
- 一个有限状态机的编程范例 StateMachine包 状态机管理 IStateMachine.as 状态机接口 MyEvent_Control.as 消息管理,状态管理 MyEvent_Single.as 单个事件 Total.as 实现了状态机接口(IStateMachine)的基类,将其理解为抽象类比较好 A.as 继承基类(Total)的状态机,这个才是真正可用的 B.as 同A Main.as 调用,以及启动 若要使