CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - 可实现read

搜索资源列表

  1. SelectFilesPath_new

    0下载:
  2. 该程序实现了对读取多个文件的文件路径的处理,将选中的多个文件路径显示在列表中,还实现了对某个文件夹的选择,并可将选中文件夹的路径显示在列表中-the program achieved a number of documents to read in the paper path, it will select a number of file path displayed in lists, but also to achieve a certain folder options could b
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:32.1kb
    • 提供者:fwy
  1. DISK_SCAN_FilesCopy_And_AutoRun_And_Run_cannotbede

    1下载:
  2. 这个代码大家绝对有用!!!看到网络上有一个闪盘资料大盗的代码(VC++6.0版本),包括我们这个站里的也有几个,我看过了,基本上都是一个代码.我综合和站里的几个代码,实现了其功能,包括可以对硬盘全盘扫描,分析文件名类型,后台运行(通过API函数实现进程的隐藏),开几自动运行(通过修改注册表的Run项),这都是站里代码所没有的功能. 代码是用VB6.0写的,我也有 VB.net的版本的,在实际使用过程中6.0的比.NET可移植性好多了(不用装.NET FRAME). 如果有有有更好的修改建
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:24.43kb
    • 提供者:simple
  1. C_Ini

    0下载:
  2. 实现对INI文件的操作,比如INI的读和写。比较规范,辅助用来实现程序中可变化参数的设置。-Implementation of the INI file operations, such as the read and write INI. Fairly standard, auxiliary procedures can be used to achieve changes in parameter settings.
  3. 所属分类:File Operate

    • 发布日期:2017-05-03
    • 文件大小:969.01kb
    • 提供者:高茜
  1. TrendGraph

    1下载:
  2. 实现多个CSV格式文本文件读取,文件浏览, 并用zedGRAPH绘制曲线,可多条显示及单条删除功能等-Multiple CSV format text file read, file browser, and draw the curve with zedGRAPH can be more than a single display and delete functions. .
  3. 所属分类:File Operate

    • 发布日期:2017-05-04
    • 文件大小:1.46mb
    • 提供者:allen
  1. FileSystem

    0下载:
  2. 实现windows的fat16文件系统的模拟运行,可以实现文件夹的创建和删除、文件的创建和删除及多级目录的测试、可进行文件的打开、关闭与定位读写的模拟-The windows fat16 file system to achieve the simulation run, can create and delete folders, create and delete files and multi-level directory of the test, the file can be ope
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:47.62kb
    • 提供者:shangxuan
  1. read-and-write-CSV-file

    0下载:
  2. 可以实现CSV的写入文件读取。同样如果将程序稍作改动就可实现各种格式的文件的写入和读取。文件是以逗号和回车为间隔的写入的。这样可以用excel软件打开该文件。同时,在读取时,将存取的数字在逗号和回车的交替中提取出来。-You can write the CSV file to read. The same if the program make a little change can be achieved in various formats file write and read. The
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1.85mb
    • 提供者:potterwei
  1. mult-users-mult-dir-file-system

    0下载:
  2. 功能: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1.34mb
    • 提供者:longer
  1. ReadConfig

    0下载:
  2. 利用C语言实现配置文件(.ini)的读写操作,可跨平台使用,实现的功能与windows API 函数 GetPrivateProfileString 和WritePrivateProfileString的功能一样-Using C language to complete two functions which can read and write config files, like that with suffix .ini
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:16.58kb
    • 提供者:yangpeng
  1. score-management

    0下载:
  2. 实现简单的学生成绩管理的C程序,可排序、存储、读取文件、搜索某学生成绩等-Simple student achievement management of C program, you can sort, store, read the file, search for a student performance, etc.
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:202.45kb
    • 提供者:denghua
  1. open-txt

    0下载:
  2. 可实现txt文件读取的功能,写入和读取,编码用C#方法。-Txt file to read can realize the function of writing and reading, coding with C# methods.
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:579byte
    • 提供者:jameslan
  1. txt_read-and-write

    0下载:
  2. 可实现txt文档的读取和写入,编码由UTF-8转GB,解决乱码问题-Can realize the txt document to read and write, encoding UTF-8 to GB, to solve the garbage problem
  3. 所属分类:File Operate

    • 发布日期:2017-06-03
    • 文件大小:14.33mb
    • 提供者:姜志英
搜珍网 www.dssz.com