搜索资源列表
JMinesweeper1[1].2
- 我写了个和MS的扫雷长象和玩法都一样,但我的有以下特别功能: 1 开始游戏第一下永远不会点到雷 2 (保存/恢复 )可以在任何时候保存游戏状态,可在任何时候恢复 3 100% 纯 JAVA 编写, 可以在任何系统上运行,比如苹果电脑和LINUX等 4 100% 公开源代码 这个游戏基于MVC架构编写. 把jar文件默认打开程序设为JAVA虚拟机,就可双击JMinesweeper来启动游戏,如果没有装JAVA虚拟机可以去SUN的主页上下载: http://jdl.sun.com/webapps/d
snaker
- 提供linux下的终端型贪吃蛇游戏代码和在51单片机上的贪吃蛇代码(都经过测试) 文档中的snake51.c为在51单片机上的贪吃蛇代码,此代码经过测试运行。 文档中的snake_curses.c为在linux系统中基于ncurses库编写的贪吃蛇代码,也经过测试运行。编译时用命令 gcc snake_curses.c -o snake -lcurses 即可生成可执行文件snake,可在linux下的终端运行 文档中的prints为在单片机的8x8led阵列上现实蛇身体点的函数
taiqiugame
- 实现台球功能,里面有sys/types.h 的linux中的系统文件-Billiards function, which in sys/types.h linux system files
linux-ntp
- ntp协议的实现,可以在linux系统下编译,封装了该协议为一个功能文件,可方便在嵌入式系统直接使用,并带有demo范例程序。-ntp protocol implementation can be compiled under linux systems, packaging the agreement as a functional document, can be easily used directly in embedded systems, and with a demo sample
JSD1408_DMS
- dms数据挖掘系统是基于java的一款读取linux日志文件的系统-dms data mining system is a java-based system reads the log file linux
linux-file-attributes-
- 统计Linux系统中文件属性,权限,修改或创建日期,最后做一个汇总。-Statistics Linux system file attributes, permissions, modification or creation date, last a summary.
main.c.tar
- 贪食蛇 linux系统 C语言文件 运行前需要先编译一下。-Snake linux system before running C language files you need to compile it.