CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 读写操作

搜索资源列表

  1. flash

    0下载:
  2. 通过NIOS环境用C语言对Flash进行读写操作,对初学者有很好的参考价值 -NIOS environment by using C language on the Flash read and write operations on the value of a good reference for beginners
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:1072
    • 提供者:gdr
  1. student

    0下载:
  2. 学生成绩管理系统C语言版,读写文件,链表操作,遍历-Student achievement management system for C language version, read and write documents, list operations, traverse
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:430933
    • 提供者:zxc
  1. flash

    0下载:
  2. C8051F系列单片机 读写内部flash系列操作 多组文件-C8051F series of read and write the internal flash MCU family operation of a group of files
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:589636
    • 提供者:zhouguyue
  1. 51Demo

    0下载:
  2. 单片机编程语言 51单片机读写U盘例程 U盘作为数据的载体目前已广泛应用于嵌入式行业,而某些电子产品在国家标准中已成了\r\n强制性的要求。在嵌入式的电子产品中实现对U盘文件的读写,成了许多厂家的技术攻关的难\r\n题。优盘伴侣EasyUDisk读写U盘模块就可以轻易解决以上问题,它是低端单片机操作U盘的最\r\n佳伴侣。\r\n\-err
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:66525
    • 提供者:zeng
  1. File.rar

    0下载:
  2. Android开源手机操作系统可以让开发人员在模拟器中进行相应的操作以使系统满足用户的各种需求。在这里我们可以通过对Android读写文件的相关操作来体验一下这款操作系统的编写方式。
  3. 所属分类:android开发

  1. teacher

    0下载:
  2. 2003 - 2004 学年度(下)C++ 课程设计题目 实现简单的教师信息管理系统,使用到了链表,定义了一个 TeacherList 类,可以实现简单的插入,查找,删除等功能,涉及到二进制文件的读写操作。-2003- 2004 school year (the) C++ Curriculum design subject teachers to achieve a simple information management system, the use of the list, Teache
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:3501
    • 提供者:赵君
  1. MFCFile

    0下载:
  2. MFC中文件操作,包括文件读写,复制,查找等-File operations in MFC, including documents to read and write, copy, find, etc.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:37515
    • 提供者:杜大海
  1. VCReadandWriteFile

    0下载:
  2. VC++读写文件的操作源代码...打开关闭文件,得到文件大小等等,有很大的参考价值-VC++ Read and write documents the operation of the source code ... open closed document, the file size, etc., there are a lot of reference value
  3. 所属分类:File Operate

    • 发布日期:2017-05-14
    • 文件大小:609311
    • 提供者:HYQ
  1. FileWrite

    0下载:
  2. 文件操作,文件读写,文档序列化,文件保存-File operations, file reading and writing, document sequence, the file is saved
  3. 所属分类:File Operate

    • 发布日期:2017-03-25
    • 文件大小:5842
    • 提供者:dengwei
  1. SOMSamples

    0下载:
  2. 用C#访问xml的一个简单实例,读写xml操作-With C# Visit xml a simple example, the read and write operations xml
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:12435
    • 提供者:李琼
  1. Access

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

    • 发布日期:2017-04-03
    • 文件大小:15232
    • 提供者:陈媛
  1. RS232dll

    0下载:
  2. 串口读写操作DLL,提供串口的读写操作,已在VC6.0编译通过。-Serial read and write operations DLL, to provide serial read and write operations, has been adopted in the VC6.0 compiler.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:8168
    • 提供者:awen
  1. SimpleNote

    0下载:
  2. 初级的C语言记事本,代码简单,功能齐全,包含了读写文件,插入删除记录等操作,建议C语言初学者参考-Primary language of C Notepad, the code is simple, functional and contains the read and write files, delete records, etc. Insert operation, the proposed C language reference for beginners
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:4643
    • 提供者:刘国荣
  1. Access

    0下载:
  2. VB开发的数据库操作通用模块,可读写数据库等-VB developed Common module database operations can read and write databases, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1597
    • 提供者:曾征辉
  1. 98

    0下载:
  2. 这个源代码是我在没有参考任何现成的代码的情况下一个字母一个字母敲进去的.目前实现了创建文件,读写文件的操作,暂时不支持子目录、长文件名、文件删除、重命名等操作。 -This source code is what I refer to in the absence of any off-the-shelf code, one letter into a letter out. Realize the creation of the current document, read and write
  3. 所属分类:File Operate

    • 发布日期:2017-04-28
    • 文件大小:120776
    • 提供者:思宇
  1. SLE4442_AVR

    0下载:
  2. SLE 4442卡的AVR单片机读写加密等操作代码,很完整-SLE 4442 cards AVR Singlechip encryption, such as reading and writing operation of the code, it is complete
  3. 所属分类:Editor

    • 发布日期:2017-04-14
    • 文件大小:4566
    • 提供者:45465
  1. bmp-24

    0下载:
  2. 读写bmp图像,进行读写操作;得到图像的位图信息;-read or write bmp pictures
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:1081
    • 提供者:刘月
  1. vbsystem

    0下载:
  2. 自己写的公交查询系统 vb读写文件操作,比较简单-Write their own public inquiry system file vb read and write operation, relatively simple
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:11942
    • 提供者:cat
  1. account

    0下载:
  2. 当我们首次去银行开帐户时,银行卡里存放入一个初始金额(5元或10元)。在存折上有银行帐号和帐户余额。当向指定的银行帐号存钱时,余额会增加;当在指定的银行帐号取钱时,余额会减少。银行帐户一经开户,除非用户取消,否则银行应该保留用户的帐号以及和帐号对应的身份信息(这个程序中不考虑用户身份的认证)。将每个用户的帐号上的重要信息存放在一个文件名为inout.txt的文件中。为了可以随时随地查询用户的帐户里的余额信息,将帐户中的相关信息以二进制格式读写文件。经过分析知道,要对用户的帐户信息进行通用(添加、
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-26
    • 文件大小:684191
    • 提供者:薇薇
  1. 184261-inifile-0.2.tar

    0下载:
  2. ini配置文件操作读写的c函数源代码库.-ini configuration file to read and write operations c-function source code base.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:21287
    • 提供者:tang
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com