搜索资源列表

  1. 读者写者模拟

    0下载:
  2. 模拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试。-operating system simulation, achieving readers- who wrote the program examples. Vc with the preparation, direct project documents can be opened debugging.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:86016
    • 提供者:王东
  1. 模拟二级文件系统

    0下载:
  2. 用C语言编写程序,模拟二级目录的文件系统 建立一个模拟文件系统,能实现建立、打开、删除、关闭、复制、读、写、查询等功能-use C language write programmes,simulate two-level directory file systems,create a simulated file systems in order to realize the functions such as create,open,
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:178176
    • 提供者:唐瑜
  1. java写的web多文件上传

    0下载:
  2. 可在WEB上同时上传多个文件,带源代码,有例子,详细请看wwwroot下的readme帮助文档-the Web simultaneously upload multiple files, with the source code, is an example, wwwroot details please see the readme files help
  3. 所属分类:浏览器

    • 发布日期:2024-05-20
    • 文件大小:92160
    • 提供者:叶琦
  1. 写文件

    0下载:
  2. 模拟unload命令 写一个程序把学生的数据文件,成绩数据文件,课程数据文件,读出分别写到另外三个不同-simulation unload order to write a procedure, the student data files, data files results, a curriculum document, read out wrote the other three were different
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张元
  1. 文件的~1

    0下载:
  2. 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. 程序监视文件的存取

    0下载:
  2. 用vc写的程序来监视文件的操作。适合初学者。-vc used to write the document procedures to monitor the operation. For beginners.
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:hong
  1. 文件管理系统

    0下载:
  2. java写的文件管理系统 可以用来管理自己电脑上的文件 进行添加 删除 等等 -written document management system can be used to manage their computer files deleted, etc. Add
  3. 所属分类:家庭/个人应用

    • 发布日期:2024-05-20
    • 文件大小:55296
    • 提供者:写林
  1. C语言编程宝典-原版

    0下载:
  2. 本人在网络上整理的c语言学习的绝好,东东,很适合各种学习者,该东东是文本文件,您可以继续添加整理,在发上来共享!本人吐血推荐-I on the network finishing c excellent language learning, Dongdong, very suitable for all learners, Wanton is the text files, you can continue to add collati
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:146432
    • 提供者:丁志强
  1. 读者-写者问题

    0下载:
  2. 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题-the windows 98/2000, the process of creating a console, this process contain n threads. Use of these n threads to expre
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:程倩
  1. 另一个读者写者问题

    0下载:
  2. 创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题。-the process of creating a console, this process contain n threads. Use of these n threads to express n readers who write. Each thread ac
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:程倩
  1. 用login二级目录的文件系统

    0下载:
  2. 这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulat
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:程倩
  1. 模拟一个文件管理系统

    0下载:
  2. 设计的文件系统实现下述的基本操作:建立文件;删除文件;打开文件;关闭文件; 可对文件设置保护措施(读,写,执行)。-the file system is designed to implement basic operations as follow: create file delete file open file close file set security measure
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:296960
    • 提供者:林子建
  1. 文件压缩算法

    0下载:
  2. VB写的文件压缩算法,速度和压缩比都还可以。(利用了模拟指针)-This algorithm is written in VB,and the speed and compression rate are good overall!
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:pbt
  1. Linux下C语言编程--文件操作

    0下载:
  2. 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:李琳
  1. 文件操作小例程

    0下载:
  2. 用.netc#语言写的文件操作小样例源代码,代码短小精悍,具备了核心操作部分-File operator sample by .net C#
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:229376
    • 提供者:ali
  1. hex文件解密

    0下载:
  2. 详细解释HEX文件格式, 以便在烧写程序过程中使用-explanation for the format of Hex file in detail, so as to use in the process of programming.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:65536
    • 提供者:*
  1. 读-写

    0下载:
  2. 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题。-the windows 98/2000, the process of creating a console, this process contain n threads. Use of these n threads to expr
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:王飞
  1. 用vc写的文件传输程序

    1下载:
  2. 用VC编写的文件信息传输技术,包括源代码。共欣赏。-VC paper prepared by the information transmission technology, including source code. A total of appreciation.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:51200
    • 提供者:
  1. U盘文件系统

    0下载:
  2. 详细描述关于U盘的文件系统的开发,资料绝对很有用-write up flash disk file system developing,it is very useful for you.
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:128000
    • 提供者:wei
  1. 运动会记分系统6998

    0下载:
  2. 本软件的主要功能: 1.用户可以自己设定参赛学校数目,比赛项目数。 2.可以记各参赛学校的名次,包括并列名次。 3.可以按男团,女团总分,学校总分排名。 4.可以实现读文件,写文件操作。 -the software's main functions : 1. Users can set their own number of participating schools, several events. 2.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:叶开
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org