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

搜索资源列表

  1. CMasterSystem

    0下载:
  2. 一个自己写的完全用C语言做的管理系统,用到了链表、结构体、读写文件,字符界面简洁美观,查找、插入、删除、添加、创建、统计、修改、保存、读取等功能全面。-Write a complete C language to do with the management system, use the list, structure, reading and writing files, character interface is simple and beautiful, find, insert, d
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:3249
    • 提供者:波波
  1. csharp100

    0下载:
  2. c#(c sharp)实用100小实例 内容有 锯齿型数组 重载 邮件提示器 邮件发送程序 透明窗口 进度条的使用 运动的球 菜单的使用 翻牌游戏 网页下载器 线程例子 线程休眠 类型转换 简易计算器 生成网页 添加控件 浮动的窗口 浏览图片 测试webserer 栈的操作 枚举的使用 构造函数 来抓我啊 显示系统字体 时钟的使用 旋转的秒针 方法重载 文件读写 文
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2202452
    • 提供者:cao
  1. TestIni

    0下载:
  2. c语言封装的dll,读写取ini文件的源代码-c language package for dll, ini file to read and write access the source code
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:168591
    • 提供者:zmxfirst
  1. File_CSV

    0下载:
  2. TXT .INI .CSV 三种文件类型的操作,包括读,写。-TXT. INI. CSV file of three types of operations, including reading, writing.
  3. 所属分类:File Operate

    • 发布日期:2017-05-29
    • 文件大小:12014083
    • 提供者:谢晖
  1. SDcard_rw

    0下载:
  2. 基于ATmega128的SD卡读写实验C程序源码,支持FAT文件格式.-Based on ATmega128 The SD card reader test C program source code, supports FAT file format.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:106046
    • 提供者:Lee
  1. LogicSoundCard

    0下载:
  2. 一个用C#写的语音录播库。调用了DirectX,DirectSound。 麦克录音类通过事件把数据送出,语音播入类通过向其内部的一个循环队列中添加数据来自动播放。 其它的类分别是读写wav格式文件的类和播入wav格式文件的类。-Using C# to write a voice recording and broadcasting libraries. Called DirectX, DirectSound. Mike recording the data sent by event t
  3. 所属分类:DirextX

    • 发布日期:2017-03-29
    • 文件大小:73535
    • 提供者:北风
  1. os

    0下载:
  2. 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:36013
    • 提供者:yiyuzhiming
  1. lesson12

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

    • 发布日期:2017-04-16
    • 文件大小:59751
    • 提供者:玄一
  1. StreamRW

    0下载:
  2. 使用StreamWriter和StreamReader读写文件,StreamWriter和StreamReader都是C#中两个文件操作函数,一个是读文件,一个是写文件-Read and write files using the StreamWriter and StreamReader, StreamWriter and StreamReader two files are C#, operating functions, one is reading a file, a file is w
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:18676
    • 提供者:wei
  1. DataGridView_Odbc

    0下载:
  2. 关于DataGridView的最基本的实例程序,包括增加行、删除行、将修改结果送回数据库等功能。 框架为Visual C++ CLR,数据库种类ODBC,数据库位置为本地的mdb文件。 程序中使用的数据库也包含在了压缩包中,是我对一些IT公司的打分,除了说腾讯是250之外,没什么意义。-DataGridView instance on the most basic procedures, including an increase rows, delete rows, will modi
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-11
    • 文件大小:2630482
    • 提供者:yjt
  1. Code

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

    • 发布日期:2017-04-23
    • 文件大小:38914
    • 提供者:田海龙
  1. file-read-write_C-Language

    0下载:
  2. 对常用的文件读写做了小结,不清楚的朋友可以看看,还是不错的幺-Read and write files on the common with a summary, do not know friends can see, is good unitary
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:2504
    • 提供者:刘庆
  1. File

    0下载:
  2. 多种方法的文件读写包括C的OPENFILE,c++的流读写FILE类等-many way to read/write file
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3686262
    • 提供者:xxxxxxx
  1. DXFImportecscode

    2下载:
  2. 用C#编写的,读写DXF文件并且显示。很好,外文的。-read dxf files and display,using c#。english。
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:113869
    • 提供者:song
  1. lesson-2

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

    • 发布日期:2017-04-03
    • 文件大小:61500
    • 提供者:hunter
  1. 006

    0下载:
  2. 简单图书管理系统用c++实现。涉及读写文件的基础知识。-Library management system with a simple c++ implementation. Involved in the basics of reading and writing files.
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-07
    • 文件大小:994051
    • 提供者:liu
  1. C-CPPDLL

    0下载:
  2. 主要实现C/C++ 对文件读写各种操作。-Main achieved C/C++ for file read and write all kinds of operations.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:678625
    • 提供者:黄啸群
  1. C-data-structures-applet

    0下载:
  2. 赫夫曼 迷宫问题 图的创建和遍历 文件的读写 文学研究助手 运动会分数统计 约瑟夫环实验报告示范及其源代码 银行业务模拟程序和作业-Huffman maze map file creation and traversal of literature to read and write scores of statistical research assistant Joseph Central Games Demonstration experiment report
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1668252
    • 提供者:彭默
  1. File

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

    • 发布日期:2017-04-04
    • 文件大小:36581
    • 提供者:sd
  1. C-read-and--write-file

    0下载:
  2. c语言文件的读写,各种格式的输入输出,简单易懂-C files intput and output
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:136248
    • 提供者:xuming
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 42 »
搜珍网 www.dssz.com