搜索资源列表

  1. DicomReadandWrite

    0下载:
  2. dicom 文件读写,自己实现,仅供参考,共同学习。 代码中只提供了linux下编译文件。 -DICOM files to read and write, to achieve their own for reference purposes only and shared learning. Code provided only under linux compiled documents.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:95232
    • 提供者:柯夫
  1. PDA

    0下载:
  2. 基于手机的通信录、文件、图片读写开发,j2me开发架构-Phone-based communications were recorded, documents, pictures, reading and writing development, j2me development fr a mework
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-17
    • 文件大小:32768
    • 提供者:xiexp_8888
  1. ReadWrite

    0下载:
  2. 简单的文件读写源码 提供给入门者参考 -Read and write simple documents available to the entry-source reference
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:296960
    • 提供者:小满
  1. FileDemo

    0下载:
  2. 我自己开发的用于监视磁盘文件读写情况的vb.net下的程序源代码。-I have developed to read and write disk files used to monitor the situation under vb.net source code.
  3. 所属分类:.net编程

    • 发布日期:2024-05-17
    • 文件大小:36864
    • 提供者:hehhhh
  1. TomandJerry

    0下载:
  2. 用五个实例来解释linux下的c编程,包括文件读写、进程、线程、管道、TCP通信等-With five examples to explain the c programming under linux, including documents to read and write, process, thread, pipe, TCP communications
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:13312
    • 提供者:李旭章
  1. Access

    0下载:
  2. 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:陈媛
  1. GetInfo

    0下载:
  2. 简易信息采集表,c++作业,无文件读写功能,供c++初学者,学习研究-Summary information collection form, c++ Operations, no documents to read and write functionality for c++ Beginners study
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:5213184
    • 提供者:徐帅
  1. lesson12

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:54272
    • 提供者:gubin
  1. vector

    0下载:
  2. vector类,文件读写的基本操作。具体是随机产生两百个数,分别以vector的形式写入.txt文件中,然后打开两个文件,读出数,计算两个vector的乘积,并把结果写入.txt中。-vector type, the document read and write basic operation. Concrete is randomly generated number 200, respectively, the form of v
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:DB
  1. CFileAndCStdioFile

    0下载:
  2. CFile和CStdioFile的文件读写使用方法-CFile and CStdioFile the use of documents to read and write
  3. 所属分类:文件操作

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:viviChow
  1. os

    0下载:
  2. 设计一个模拟的多用户多级目录的文件系统,并提供基本命令来模拟这个文件系统的文件操作。用一个文件来模拟用户表,用来记录当前系统中的用户,每一个用户有一张自己的用户目录表,用来记录自己账户下的目录情况,目录表也是用形式保存在硬盘中。用户分普通用户,管理员,超级管理员三种,各用户只可以在自己目录下操作文件,超级管理员可以为新用户分配用户目录,可以设置用户的权限,而管理员只可以为新用户分配用户目录,普通用户则只能在自己的目录下进行文件操作。
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:262144
    • 提供者:Dante
  1. CShapeFile

    0下载:
  2. 公司项目中的shape文件读写源代码,用VC++开发的 能编译运行 希望对从事GIS的工作者有所帮组-Company projects shape documents to read and write source code, with VC++ Developed to run the compiler would like to be engaged in GIS-help group workers
  3. 所属分类:GIS编程

    • 发布日期:2024-05-17
    • 文件大小:3042304
    • 提供者:liujia
  1. fwrite

    0下载:
  2. 包含fwrite、fread等文件读写操作算法的课程设计报告。-Contains fwrite, fread and other documents to read and write operation algorithm curriculum design report.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:duhongye
  1. xmltest

    0下载:
  2. 这是一个xml文件读写的例程,基于msxml4.dll,采用dom接口,再xp、vc6下通过。-This is a xml file to read and write routines, based on the msxml4.dll, using dom interface, then xp, vc6 through.
  3. 所属分类:xml/soap/webservice

    • 发布日期:2024-05-17
    • 文件大小:34816
    • 提供者:s
  1. FileOperateForCsharp

    0下载:
  2. FileOperate For C# 在日常的工作中经常要从外部读入文件,这些代码能帮我们快速的完成此类工作。 1、C#读取分隔符文件 2、C#实现GB2312和UTF8字符编码方式的转换 3、c#写文本文件类以及方法 4、C#中常用的文件操作方法 5、文本文件读操作 6、字符串操作类 7、运用C#读取文本文件,并可选择具体范围进行平均值的计算-err
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:17408
    • 提供者:xuxin
  1. RW_ini

    0下载:
  2. 关于mfc ini 文件 读配置文件的读写-Mfc ini files on Reading configuration file to read and write
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:88064
    • 提供者:mao
  1. linux

    0下载:
  2. 设计一个简单的文件系统,包含格式化、显示文件(目录)、创建文件、登录等几个简单命令的实现,而且能完成超级块的读写、节点的读写等过程。编写一个基本体现文件系统理论的程序。在节点的使用上,主要模仿Linux的EXT2文件系统。、-Design a simple file system, including format, display file (directory), create a file, registry, such as t
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:3980288
    • 提供者:
  1. File_ini_RW

    0下载:
  2. 在工程控制软件中,有许多设计到系统配置的参数,可以将所有参数写到一个ini文件中,在VC程序中利用系统提供的GetPrivateProfileString及WritePrivateProfileString函数直接读写系统配置ini文件(指定目录下的Ini文件),而无需添加ini文件读写类.-Control software in the works, there are many design to the system config
  3. 所属分类:文件操作

    • 发布日期:2024-05-17
    • 文件大小:3467264
    • 提供者:caonimabitoo
  1. cfgmanage

    0下载:
  2. 用STL模板库实现的配置文件读写库,可以对ini文件的属性值任意读写-STL template library with the realization of the configuration file to read and write library, can ini files to read and write arbitrary attribute values
  3. 所属分类:文档资料

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:shenzhengang
  1. openfile

    0下载:
  2. 对文件读写操作,建立单文档,如何打开文件-The document to read and write operations, the establishment of a single document, how to open the file
  3. 所属分类:文件操作

    • 发布日期:2024-05-17
    • 文件大小:4438016
    • 提供者:bony
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org