搜索资源列表
FileSearcher
- 文件搜索系统 智能排序 可以按文件内容或文件名搜索,并且可以按文件名,修改日期... ...排序 当初学校java实训的项目 那时侯不知道有LinkedList竟然自己花了3天时间自己写了的LinkList 有什么问题请和我联系 QQ:281284015 Email:ibm_chen@163.com -document search system for smart scheduling according to the contents of the docum
107215806Delphi
- 个简单的学生成绩管理系统,在VC和SQL 2000下测试成功,(里面有数据库备份文件,直接还原即可,还原数据库后可以在USERS表里找到帐号和密码.-a simple student performance management system, the VC 2000 and SQL tested successfully, (they have a database backup file, direct reduction, and it would be reduced after -A
FileOperate
- 文件系统操作类,可进行文件的读写,创建,删除,修改等操作,比较方便-Type of file system operation, can read and write documents, create, delete, modify, such as operation, more convenient
JDokan
- 用户文件系统dokan java版本实现-User' s file system fuse windows version of the realization of
shijian
- VC书籍 Java书籍 Delphi/CppBu-VC Books Java Books Delphi/CppBuilder software engineering certification exam materials other books and articles/documentation software design/software engineering document format technology management industry of biog
newproject
- 基于JDK的Java IDE的设计与实现。该系统集Java源代码的编辑、编译、运行、 动态显示行号、图形界面中显示程序出错信息、多页编辑源代码等功能于一体, 利用OOA&OOD的方法,通过Java语言来实现。核心设计思想:系统的编辑器用 JTextArea类实例为主体来充当,编译器和解释器则是通过调用JDK开发包中提供的 javac程序和java程序来实现,并通过File类实例建立起编辑器、编译器和解释器的联系。-JDK-based design and
NetDisk
- Hadoop分布式文件系统HDFS访问例程,为Java界面程序,通过IOUtils.copyBytes可将 本地上传文件到HDFS;或从HDFS下载文件到本地硬盘。开发环境为Eclipse。-Hadoop Distributed File System HDFS access routines for Java interface program, through IOUtils.copyBytes can upload files to the local HDFS or downloa
SSH5
- 文件上传系统,使用java做出来的。可以简单看一看。-File upload system, using java to do it.
Accelerometer
- 这是一个用Java编写的文件,来自于书籍,用来得到装有安卓操作系统的加速度传感器数据,可用于进行游戏编程和机器控制。-this is a file which is used to get data of acceleration sensor phones using Android operating system, and it uses java to write.
sqlite3数据库操作示例
- SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库