资源列表
Animal-expert-system
- 实现猜动物小游戏的功能,玩者回答计算机一系列问题,计算机猜测玩者想要的是什么动物-To realize the function of the small animal guess game, the player answer computer a series of problems, the computer player want to guess what animal
track-simulation-based-on-SIMSCRIPT
- 基于Windows XP操作系统,采用SIMscr ipt II.5 软件,运用SIMscr ipt语言实现货物运转系统的进程交互方法的仿真模型。 1.货物转运系统: 4个装货仓位,2个卸货仓位;进货使用大货车,出货使用小货车;装卸工人10名;进货通道走大货车,出货通道走并排小货车,分别进出。 -SIMscr ipt II.5 software based on the Windows XP operating system, cargo operation system process
image
- 图像处理,二值运算,将图像进行黑白处理,程序简短-Image processing, the binary operation, the image is black and white processing procedures brief
elevator
- 用C语言跟EGG做的一个电梯程序,有两种模式:先来先服务和顺便服务。有简单的图形化界面。内含可执行文件,.c文件,以及所有需要的图片等。-An elevator in C language with EGG program, there are two modes: a first-come, first-served and the way services. A simple graphical interface. Contains an executable file c file, a
Bomb_Boy
- 自己开发的简单的炸弹超人,可以实现爆破的功能,界面简洁-The simple Zhadanchaoren develop their own
Clean.rar
- 清除系统垃圾,只需轻轻一点,立即系统箭步如飞,clean your oS
phpmobilizer_6rgi
- php源码实现,phpmobilizer允许网站所有者添加移动能力,他们现有的网站上面实现这个功能,作为开发的各种例子程序代码-php source code to achieve , phpmobilizer allows website owners to add the ability to move their existing website to achieve the above , as the development of a variety of examples of pr
classical-cipher-report
- 古典密码技术实现的文档,报告中有可执行的源码。-The classical cryptography technology documents, reports executable source code.
OmpSCR_v2.0.tar
- openmp关于并行编程的标准算例,里面有关于各种指导语句的用法-openmp parallel programming standard example usage on various guidance statement
zidongji
- 自动机例子,都是可执行的.c文件。包括:检测C整形变量定义(自动机).c,检测C注释风格(自动机).c,交通观测灯.c,交通观测灯解法1.c、交通观测灯解法2.c。对于学习自动机后自己编程有很大帮助。-Automaton examples are executable c file. Including: to detect C integer variable definition (automatic machine) c detected C comment style (automati
power_active_filter
- power filter in matlab
NIT_daohang
- 校园导航问题 设计目标: 设计学校的平面图,至少包括10个以上的场所,每两个场所间可以有不同的路,且路长也可能不同,找出从任意场所到达另一场所的最佳路径(最短路径)。 基本要求一般情况下,校园的道路是双向通行的,可设计校园平面图是一个无向网。顶点和边均含有相关信息。 (1)定义数据结构:设计校园平面图,在校园景点选10个左右景点。以图中顶点表示校园内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等有关信息。 (2)为来访客人提供图中任意景点相关信息