CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 实现简单的文件系统

搜索资源列表

  1. FtpClient

    0下载:
  2. C#开发的FTP客户端,模仿开源的FileZilla Client界面与它类似,功能目前还没有它支持的多。本系统支持类似资源管理器的本地文件系统预览和远程文件系统预览,为了提高效率,重写了TreeView和ListView,添加了简单封装的Rebar控件,实现了FTP的绝大多数功能。后续可能还要添加SSL/TLS协议支持和SFTP功能。如有BUG可以发邮件联系(njshuangshu@sina.com) -C# development of FTP client, to imitate the
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:429744
    • 提供者:Tom
  1. pintos

    0下载:
  2. pintos源码,在原基础上实现了一些简单的修改,实现了线程调度,文件系统和内存管理-pintos source, add a few simple modifications on the basis, to achieve the thread scheduler, file system and memory management
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:360615
    • 提供者:caonima
  1. BSzaixianwenjianguanlixitong

    0下载:
  2. BS在线文件管理系统,采用asp编程,实现了对文件的简单管理,并且有比较方便的各种功能的实现.-BS online document management system, using asp programming, a simple document management, and a more convenient various functions. -BS online document management system using asp programming, to achiev
  3. 所属分类:Applications

    • 发布日期:2017-04-17
    • 文件大小:84823
    • 提供者:chenming
  1. wenjianguanli

    0下载:
  2. 简单文件管理系统,实现一些基本文件目录的操作,创建删除目录文件,改变目录-Simple document management system to achieve some of the basic operation of directory, create the directory to delete files, change directory
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-24
    • 文件大小:28287
    • 提供者:周玉
  1. LMS

    0下载:
  2. 纯C语言的图书管理系统,实现了借书还书人员管理等一些简单的操作。数据的保存用c语言操作文本文件。使用链表。-Pure C language library management system to achieve the borrowing and returning books and other personnel management simple. Data preservation operation using c language text file. The use of lin
  3. 所属分类:Education soft system

    • 发布日期:2017-04-24
    • 文件大小:22449
    • 提供者:ggm
  1. shengyinwenjian

    0下载:
  2. 基于Visual c++.net (VC.net) 编写的 声音文件播放演示 程序。代码都有注释。实现功能为:如何播放WAV简单声音文件,如何播放系统缺省声音文件;如何使用MCI播放WAV和MIDI声音文件等。-Based on Visual c . Net (VC.net) prepared to play sound files demo program. Code have the Notes. The realization of functions: How to Play Si
  3. 所属分类:.net

    • 发布日期:2017-04-27
    • 文件大小:155489
    • 提供者:羊妹妹
  1. 2410-fs-ldqmoon

    0下载:
  2. 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf(
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-26
    • 文件大小:28877
    • 提供者:罗德强
  1. xuhanshu

    0下载:
  2. 在linux文件系统下,实现虚函数,简单地说,那些被virtual关键字修饰的成员函数,就是虚函数。虚函数的作用,用专业术语来解释就是实现多态性(Polymorphism),多态性是将接口与实现进行分离;用形象的语言来解释就是实现以共同的方法,但因个体差异而采用不同的策略-In linux file system, the virtual function implementation, easy to say that those who have been modified by the k
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4175295
    • 提供者:天行
  1. 11

    0下载:
  2. 这是一个简单的投票程序,对于刚学PHP和朋友来说是一个很不错的入门程序。在这里给大家介绍一下,希望能对朋友们有所帮助。 该系统是由以下四个文件组成的:有HTML调查表单的survey.htm,实现调查功能的survey.php,记录调查项目的data.txt和记录调查结果的survey.txt.其中data.txt和survey.txt我们可以用NOTEPAD分别创建之,并传到程序目录下。文件data.txt中存的是要进行调查的项目,注意每个项目应占一行;而survey.txt则可以是一个
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-13
    • 文件大小:1926
    • 提供者:owen
  1. tongxunlu

    0下载:
  2. 通讯录系统,简单的对通讯录进行编程,可实现文件的输出-Address book system, easy to program to the address book, documents can be output
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1341
    • 提供者:李利芳
  1. checkplane

    0下载:
  2. 用VC语言做的简单的飞机订票系统。大部分的实际功能都可实现。并生成文件存储相应数据。调试好的,可运行。-VC language with a simple booking system of the aircraft. Most of the actual function can be realized. And generate a corresponding data file storage. Debugging good run.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:41542
    • 提供者:武昊
  1. resourcemanagementsystem

    0下载:
  2. 用c#编写的一个简单的系统资源管理器,能够实现提取系统的所有磁盘的信息和对文件的拖放增删改查的操作-C# prepared with a simple resource management system, and can extract all the disk systems of information and drag and drop the document to check the operation of additions and deletions
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:150565
    • 提供者:将以台
  1. 02

    0下载:
  2. 简单的学生管理系统,实现了对学生的添加、删除、修改和查询。数据存在文本文件中-Simple student management system, the students add, delete, modify, and query. Text file data
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1970132
    • 提供者:tree
  1. 1254545454

    0下载:
  2. 运动会成绩统计系统为用户提供了一个简单友好的用户接口,功能需求分析描述如下: (1)整个程序的信息界面为汉字界面,输入输出均用汉字实现; (2)系统的操作界面,有提示用户如何操作; (3)运动会的基本项目包括:100米,长跑,跳高; (4)从键盘可以将学生的各个运动项目的成绩输入; (5)运动会的录入成绩可以通过查询方式在屏幕上显示出来;(通过学校的编号) (6)程序具有修改输入资料的功能; (7)程序实现对文件的读取和写入操作; (8)程序具有对某一运动会项目的
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:122921
    • 提供者:陈胜
  1. FBWFApp_2005

    0下载:
  2. 类似三态树型控件,附有选择框,能完整显示磁盘文件树。不是简单的事例,而是真正地实现了列举系统中所有磁盘的文件,而且详细利用递归算法提取了当前选中的文件。非常值得研究。-Similar to the tri-state tree control, with a selection box that can display full disk file tree. Is not a simple case, but really the system achieved a list of all d
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:89720
    • 提供者:kent
  1. aeasysystemforjournal

    0下载:
  2. 一个简单又高效的日志系统 本文给出一个性能高,使用简单的日志解决方案。本模块实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗尽。-A simple and effective logging system In this paper, a high-performance, using a simple log solution. The module to achieve vo
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:71764
    • 提供者:iris
  1. downloader

    0下载:
  2. 无极下载者源码,原理:驱动程序可以穿透还原卡,并且可以修改系统文件,这里是通过修改系统文件userinit.exe来实现userinit.exe的功能很简单,就是启动explorer.exe。这里就是通过替换uerinit.exe,伪造一个userinit.exe。这个伪造的程序可以实现uerinit.exe的原始功能,并可以实现自定义的功能,比如下载执行,发送数据。驱动的功能就是替换指定的系统文件-Promise those who download the source code, the
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1560372
    • 提供者:卡本
  1. ChatSystem

    0下载:
  2. java开发的聊天系统,实现功能有公聊、私聊、传送文件等基本功能,是学习java网络编程和协议接口的好资料。简单易学。-java chat system developed to realize functions of public chat, private chat, transfer files and other basic functions, is to learn java network programming and protocol interface to the goo
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:230779
    • 提供者:Java精灵
  1. std

    1下载:
  2. 任务简介 设计并实现一个精简的学生成绩管理系统,要求有不同类别的学生(本科生、硕士生和博士生)并且能够实现学生成绩的录入、显示、查询、修改和删除等功能。 功能介绍 能对学生的学号、成绩、姓名、所属(本科生、研究生、博士生)进行简单的管理,并且都是通过文件进行操作的。 拥有管理系统的基本功能: 未登录时能根据学生的学号进行查询学生信息。 拥有一个登录界面用于管理员登录。 登录成功后,可以注销登录,注销登陆后管理员的界面的按钮变成灰色(点击无反应)。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:418558
    • 提供者:高泽楷
  1. students_manage_system

    0下载:
  2. 学生管理系统 简单的实现从文件中进行输入输出功能 主要文件 students.h /students manage system.c-This is a simple instance of Input_Output_from_file the main files : students.h and students manage system.cpp
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:1003475
    • 提供者:k25566
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 28 »
搜珍网 www.dssz.com