资源列表
pathfinding
- prolog 找路例子程序: === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- pa
C++
- 我们知道C语言的功能非常强大, 很适合编写系统软件。利用它我们可以很容易地解决经常遇到的一些棘手的问题,如拷贝隐含或系统属性的文件(特别是光盘中的隐含文件)、在任意DOS版本或在windows中更改子目录的名称、在任意DOS 版本中使用带空格的目录名等等。 这些问题仅靠操作系统或常用的工具软件往往很难凑效。我们可以利用C语言的强大功能来编写一些小程序,能够很顺利地解决这些问题。 -We know C language is very powerful, very suitable for the
student
- 简单的学生通讯录,包括对学生信息的添加删除修改-Simple address book for students, including student information Add to delete changes
c
- 串联文件、索引文件存储模拟 操作系统课程设计-Series documents, the index file storage operating system, curriculum design, simulation
hjasdgja
- 迷你下载者代码,VC++。能下载指定的文件。-Mini downloader code, VC++. Can download the file specified.
sougou_proxy
- 教育网 搜狗免费代理 注意设置 端口号为 1998 本地服务器 127.0.0.1-educational net sogou free proxy
library-manage
- C语言编写dos下图书馆管理系统,可进行书籍名称的录入,存贮,删除,显示等功能-C language library management system under dos, books can be the name of the entry, storage, delete, display and other functions
killer
- 以PID形式来结束进程,对于部分程序非常重要,有些程序没有窗体句柄就只能以PID来结束。-PID to end the process in the form of, for part of the program is very important, some programs do not form a handle can only be ended with PID.
kas5
- robust control in powersystem
Routh_Hurwitz_Stability
- routh horwitz stability
thrdtree
- A binary tree with n nodes has n+1 pointers that store NULL. A threaded binary tree uses these pointers (that store NULL) to hold the address of predecessor and successor nodes. This helps in quick traversal of tree nodes.
