CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - c file read

搜索资源列表

  1. FileOperation

    0下载:
  2. 1)实现C++对CSV文件的读取 2)根据CSV设置好的处理命令执行本地文件的处理命令集合-1) implementation of C++ to read CSV file 2) According to the CSV set a good deal with the processing of the command to execute local files command collection
  3. 所属分类:File Operate

    • 发布日期:2017-11-02
    • 文件大小:82458
    • 提供者:健康蔬菜
  1. DDB_show

    0下载:
  2. 用C++读取bmp文件,格式为byte型,转化为opencv可用的iplimage类型,并显示出来。-In C++ to read bmp file format a byte, into the opencv available iplimage type, and displayed.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9368389
    • 提供者:李芳
  1. cpp_read

    0下载:
  2. c语言的一个简单的读文件程序 读的文件是txt格式的,-c language program with a simple reading of the file read file format is txt,
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:708
    • 提供者:陈建飞
  1. kfd

    2下载:
  2. 实现模式识别KFD学习算法预防老年人跌倒,利用keil调试,是学习嵌入式和模式识别的好资料~-This section presents the example C code of the proposed solution-based ADXL345 and ADuC7026 platform. There are four .h files and one .c file in the project, compiled by Keil UV3. The FallDetection.
  3. 所属分类:Other Embeded program

    • 发布日期:2014-07-25
    • 文件大小:5120
    • 提供者:幻叶
  1. ReadFile

    0下载:
  2. C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示-C language file operations to read and display text files and binary files read and wrap
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:10940
    • 提供者:郑硕
  1. ReadSHPapi

    0下载:
  2. 用C++编写的读写及操作SHAPEFILE文件的API,封装较为完善,供参考利用。-Written in C++ to read and write and operate SHAPEFILE file API, package better, for reference use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:177070
    • 提供者:liming
  1. read-tdms-file-by-CSharp

    5下载:
  2. 一个读取labview tdms文件的C#代码。-Labview tdms file a read C# code.
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:3780
    • 提供者: 王宝磊
  1. MyOKFile

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

    • 发布日期:2017-11-14
    • 文件大小:38806
    • 提供者:qiyunping
  1. dip_OpenFile

    0下载:
  2. 这是利用很常用的BMP图像的读取的c++源代码-This is a very common use of the BMP image to read the source code c
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:1175
    • 提供者:王辉
  1. tangll

    0下载:
  2. shape文件读取&显示源代码 c#写的-shape file read
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:26500
    • 提供者:小剑
  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. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:37488
    • 提供者:yuehua8
  1. EXCELclass

    0下载:
  2. 读取 excel 文件 导入 excle-Read excel file into excle
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:74869
    • 提供者:luolinqiu
  1. IniHandler

    0下载:
  2. 最实用性的ini文件读写类,已经经过作者多次试用认证,读写文件都十分方便,用c#编写,非常适宜green hand,是学习、工作方便的助手,并不比XML逊色!-The most practical type of ini file read and write, the author has been repeatedly tested authentication, read and write documents are very convenient, with c# Prepared,
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:4223
    • 提供者:红红
  1. C++StudentsManagementSystem

    0下载:
  2. vc学生信息管理系统 1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4)可以统计全部学生的总成绩,及其在班上的排名。 、、、、、、 -vc student information management system 1) can be read from the screen a student s information and infor
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:8843
    • 提供者:benny
  1. WBDC

    0下载:
  2. 能进行文本文件的读写操作,所有单词均放入文本文件中,进行检索和计数操作。单词的检索(返回为该单词在文本文件中的位置,可能多个,需返回多个位置)和计数(计数包括单词检索时的个数和全部单词的个数计数)。-Can read and write text files to operate, all the words are Add text file for retrieval and counting operation. Word search (back to the words in the
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:47857
    • 提供者:迟浩东
  1. INILite

    1下载:
  2. 高效的INI配置文件操作库,纯C实现,解决需要反复读写INI文件或者操作大型INI文件时的效率问题,比Win32 的INI操作函数快200倍或以上。-INI configuration files and efficient operation of the Treasury, pure C realization of the need to repeatedly solve the INI file to read and write INI files or large-scale ope
  3. 所属分类:File Operate

    • 发布日期:2015-03-18
    • 文件大小:198406
    • 提供者:刘久人
  1. CsharpNETsamples

    0下载:
  2. 详细介绍了c#开发的各个方便只是:UI,线程,数据库,GDI+,托管,加解密,文件读写,网络等。-Details of c# development all convenience only: UI, threading, databases, GDI+, hosting, encryption, file read and write, networks.
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3871333
    • 提供者:
  1. labyrinth

    0下载:
  2. 用C++实现的迷宫应用程序!可从文本文件中读入相应的迷宫!深度搜索实现!-Using C++ implementation of the maze applications! Can be read from the text file corresponding to the maze! Realize the depth of search!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:104261
    • 提供者:陈新杰
  1. File

    0下载:
  2. 用Visual C++语言实现对文件读写,win.ini文件和注册表的读写。已编译运行。-Using Visual C++ Language to read and write file.Include reading and writing of WIN.INI file and Register Table。 The program has been compiled and done well.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:47951
    • 提供者:rcd
  1. main

    1下载:
  2. 模拟实现unix文件管理系统 关键词:操作系统,文件系统,UNIX文件系统模拟 具体功能有:显示目录表,创建新目录,更改目录,创建文件,填写文件,读取文件,删除文件,更新文件。-Simulation unix implementation document management system Keywords: operating system, file system, UNIX file system simulation specific features are: table of co
  3. 所属分类:Windows Kernel

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