搜索资源列表
goaheadwebserver
- GoAhead WebServer采用开放源代码方式,任何人都可以下载、评估并修改代码,目的是为了使GoAhead WebServer成为市场上最领先的嵌入式Web服务器。重要特性: 支持虚拟服务器 可使用SNMP代理 支持SSL v3 具有搜索引擎 支持ASP、Javascr ipt、CGI、DHTML 容易移植和系统集成 可不使用文件系统 -using open-source, anyone can downl
FileSystemModel
- A model of the local file system, implemented as a concrete subclass of AbstractTreeTableModel. This class implements the TreeTableModel interface. -A model of the local file system. implemented as a concrete subclass of Abstract TreeTableModel. Th
1012412
- 本程序主要演示server对象创建文件系统对象,并由此创建一个新文本文件。对新文件进行读写操作。-major demonstration of the procedure to create server object file system object, and thus create a new text file. The new paper and write.
lunwen001
- 一种嵌入式文件系统的设计与实现 研究生论文-Embedded File System Design and Implementation of graduate theses
lunwen002
- 文件系统及磁盘管理实现机制深入研究 研究生论文-file system and disk management mechanisms to achieve in-depth study postgraduate thesis
综合学生成绩查询系统 v2.05
- 这个程序设置非常简单,但它已包含最常用的功能,它允许校方对所有学生档案进行管理,能自动创建每学期/年学生成绩记录,可按条件输入Excel报表!系统在学生档案录入时做了简化,系统能按条件自动产生每个学生的学号,能快速对学生档案进行搜索,系统自动对学生名次及综合成绩进行统计排名。所有档案进行分类管理,学生可以设置选修课程。允许远程访问,学生可以在任何时候游览自己的成绩及相关档案,也可游览自己的历史成绩,可以查询自己的名次情况。-this program is very simple, but it
学生信息系统
- 学生信息系统,这个程序设置非常简单,但它已包含最常用的功能,它允许校方对所有学生档案进行管理,能自动创建每学期/年学生成绩记录,可按条件输入Excel报表!系统在学生档案录入时做了简化,系统能按条件自动产生每个学生的学号,能快速对学生档案进行搜索,系统自动对学生名次及综合成绩进行统计排名。所有档案进行分类管理,学生可以设置选修课程。 允许远程访问,学生可以在任何时候游览自己的成绩及相关档案,也可游览自己的历史成绩,可以查询自己的名次情况。 系统有以下简易模块可升级:
ds_k9f2808u0c_rev29
- 一中常用的flash芯片,16*8M.使用该芯片和主控芯片搭成文件系统.可以将引导代码烧录其中. -used in a flash chips, 16 * 8M. The use of the chip and chip-dominated swings file system. can be guided code copying them.
hy57v281620A
- 一种常用的同步ram芯片,16位8M. 使用该芯片和主控芯片搭成系统, 可以成为系统的文件系统-a common synchronization ram chips, 16 8M. The use of the chip and chip-dominated swings, The system could become File System
jsp File Browser
- ------------------------IMPORTANT With this jsp you can destroy important files on your system, it also could be a serious security hole on your server. Use this scr ipt only, if you know what you do. There is no warranty of any kind.
SimpleP2P
- 实现的是P2P文件共享系统,是通过基于Chord原理实现的DHT网络,分享本地计算机上的文件,或下载其他计算机共享的文件。本文件系统的特点在于并不仅仅是个简单的文件传输系统,而是真正的实现文件的共享-Realize that P2P file sharing system, is achieved through the principle of Chord-based DHT network, sharing files on the local computer, or download o
Stream
- 一个遍历文件系统目录结构的程序并能够将其结构用字符打印出来-A traverse file system directory structure of the program and its structure can be printed with characters
FileSystem_Java
- java实现的简单文件系统,可以实现一般文件系统的基本操作,并赋有系统类图-to achieve a simple java file system, file system can be achieved in general the basic operation and are endowed with the system class diagram
filesystem
- java做的文件系统,操作系统课程设计,有报告,源码程序-java to do the file system, operating system, curriculum design, there have been reports, source code program
BBS-system
- 本档为制作一个BBS论坛系统的总体说明书,里面详细注明了设计过程中的细节。-The file system for the production of a BBS forum general instructions, which specify in detail the design process in detail.
manage-file
- 一个管理文件系统。运行后,可以寻找到自己电脑上的文件。方便文件的管理,有一定的参考价值。-A management file system. Running, you can find files on your computer. Convenient file management Management, there is some reference value.
File-system
- 1. 在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2. 文件物理结构可采用显式链接或其他方法。 3. 磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4. 文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5.
Operating-System-Experiment-Project
- 这是一个模拟实现操作系统进程调度,作业调度,存储器管理,文件系统管理等功能小程序,是基于java Eclipse平台实现的,愿与大家交流共享-This is a simulated operating system process scheduling, job scheduling, memory management, file system management features such as applets, java Eclipse platform-based, and we wo
the-student-management-system
- 本篇和大家讨论该“学生管理系统”的核心部分――一个特殊的数据结构。该数据结构的名称为 DLinkedStuCollection 即一个双向的链表,可以完成向前向后的遍列,同时还能在内存中没有数据时自动从 文件系统加载记录,还可以在内存中的数据到达某个极限的时候将某些记录保存到文件了!。-Benpian and we discuss the " student management system," the core part- a special data struct
Project Stage 1_student Java files
- java file system project 1