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

搜索资源列表

  1. EXEInfo

    0下载:
  2. Sample Code to parse PE-header of PE-files using WinAPI only. All dialog parts coded without standard VCL Libraries, so it s good way to have very small result executable file (approx. 20 kb).
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:42930
    • 提供者:Pavel
  1. Yuanfile

    0下载:
  2. 不同格式把文件拖到窗口,可以将不同格式文件合并,表面上只有第一个拖进去的文件,这样可以达到隐藏文件的目的-Window onto the file in different formats, you can merge documents of different formats, only the first one on the surface dragged into the file, so you can achieve the purpose of hidden files
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1930506
    • 提供者:原掏
  1. tupianguanli

    0下载:
  2. 可以在线修改每个页面的显示量,你的站点名字,图片管理名字,做到拿到就能用,不太熟ASP的朋友也能轻松调试。-Can be modified online display each page of your site name, image management name, so that you can use to get, not cooked ASP friends can easily debug.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:941642
    • 提供者:李明
  1. ExportExcelData

    0下载:
  2. 实现对Excel的操作。包括修改,导出Excel等。涵盖了Excel的全部功能-Realization of Excel operations. Including modifications to export Excel and so on. Covers all of the features of Excel
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:138843
    • 提供者:张文哲
  1. CodeAnalysis

    0下载:
  2. mfc编写的代码统计,可以设置统计的空白行,注释行等。-mfc write code statistics, you can set the statistical blank lines, comment lines and so on.
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:268122
    • 提供者:郑贝
  1. tree-

    0下载:
  2. 树的程序包,我是个初学者,源码是从某书配套光盘中拷贝出来的,希望站长给个学习的机会,让我成为归站的会员,谢谢站长-Tree package, I was a beginner , source code is copied from a book supporting the CD out, I hope to give owners a chance to learn , so I became a member owned stations , thank webmaster
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:2642
    • 提供者:褚水清
  1. AttachToFile

    0下载:
  2. 可将一个文件以二进制形式附加在另一个文件中,以便程序在运行后释放相关资源文件以运行-You can attach a file in binary form in another file so that the program to release resources file to run after run
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:113995
    • 提供者:刘龙
  1. quazip_debug_release

    1下载:
  2. qt5 qt4 中quazip开源qt的压缩库 ,原版下载下来会出错 ,经过调试可以使用了 并且把已经编译好的最新的lib dll a so 文件加入进去了-qt5 qt4 qt open in quazip compression library, download original mistakes, debugging can be used and has compiled the latest lib dll a so files added into the
  3. 所属分类:File Operate

    • 发布日期:2017-06-02
    • 文件大小:15231104
    • 提供者:赵军
  1. str.c

    0下载:
  2. 常用的字符串操作,包括切割,校验等等等 很实用的函数-Common string operations, including cutting, parity and so on and so very useful function
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:7549
    • 提供者:yys
  1. library-ADMIN

    0下载:
  2. 图书管理信息包括:图书名称、图书编号、单价、作者、存在状态、借书人姓名、性别、学号等,使之能提供以下功能: 1、新进图书基本信息的输入。 2、图书基本信息的查询。 3、对撤销图书信息的删除。 4、办理借书手续。 5、办理还书手续。-Library management information includes: name books, book number, price, author, there is a state of the borrower' s name
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:196840
    • 提供者:杰少
  1. AVR-Samples

    0下载:
  2. It is a pack (Part1 of 2) of 25 AVR Programming Sample Codes, with different fully standalone ready made AVR Applications, such as ThermometerLCD,multiple file handling, SD Card monitor and so on... Worth a look if you want to really learn AVR-GCC
  3. 所属分类:File Operate

    • 发布日期:2017-06-10
    • 文件大小:17492697
    • 提供者:mmm
  1. JZIPDEMO

    0下载:
  2. 用Java压缩解压ZIP文件,将利用java.util.zip 包中提供的类来实现压缩和解压zip 格式文件的功能。当然,本例在功能上完全没有Winzip 等成熟的压缩软件那么强,也不能做的很强,本例仅仅是演示如何来使用java.util.zip 包中的类。-ZIP file compression and decompression using Java will use the class java.util.zip package provided to achieve compressi
  3. 所属分类:File Operate

    • 发布日期:2017-04-24
    • 文件大小:39868
    • 提供者:杨德才
  1. MemManager

    4下载:
  2. 生成一个由随机产生的字符型数据组成大的数据文件(例如,大小≥1GB)。将该文件中的所有字节进行倒放,存入原文件,即将文件中的首字节与尾字节对换,次字节与次尾字节对换,以此类推。 编写两个程序,一个程序采用常规的文件访问方法,另一个程序采用内存映射文件方法。 请记录两种方法完成字节倒放所需要的时间,并进行比较。 -Generate a random character data generated by the formation of large data files (for exa
  3. 所属分类:File Operate

    • 发布日期:2017-05-27
    • 文件大小:9719538
    • 提供者:Liuning
  1. PageRank

    0下载:
  2. 求解PageRank的值,所谓PageRank就是Google公司研发的,用来链接各个网页。-Solving PageRank value, the so-called PageRank is developed by the company, to link to each page.
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:1957
    • 提供者:张明
  1. Contents-Page-create-hyperlinks

    0下载:
  2. 在目录页列出本工作簿的所有工作表并建立超级链接 使你在点击目录对应工作表的名字即可进入相应的工作表-Listed in the catalog page workbook all worksheets and establish hyperlinks So you click on the name of the directory corresponding worksheet to enter the appropriate worksheet
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:866
    • 提供者:KLBS
  1. stable_matching

    0下载:
  2. gale-shapley算法的c++实现,用于稳定婚姻匹配,入学匹配,器官匹配等等问题-gale-shapley algorithm c++ implementation for stable marriage matching, enrollment matching, organ matching and so on
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:19796
    • 提供者:李琪
  1. students-management

    0下载:
  2. 本项目为“学生成绩管理系统”。主要功能在于通过对学生成绩的多种操作,来实现对学生成绩的管理和分析。 主要操作有:使用不同权限登录,新建存储文件,打开存储文件并导入系统,将数据保存到存储文件上,添加学生信息,查找并显示学生信息,删除学生信息,编辑学生信息,显示所有学生信息,对学生信息进行排序等。 -This project is a student performance management system. The main function is to student achiev
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:5233
    • 提供者:
  1. nc_read

    0下载:
  2. 该文件中的程序能够实现将nc、hdf、遥感数据等保存到Geotif中,并且能够读写nc和hdf文件-Procedures can be achieved in this file will save nc, HDF, remote sensing data, and so on to Geotif, and be able to read and write nc and HDF file
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:10273
    • 提供者:yingjie
  1. TestFileIO

    0下载:
  2. Java类库中字节流由InputStream类和OutputStream类派生。由于InputStream,OutputStream是针对字节流的,所以读取文件前先要定义byte[],然后把文件流读取到byte[]里面.-Derived the InputStream class and OutputStream class byte stream in the Java class library. Thanks to InputStream, OutputStream is aimed a
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:3684
    • 提供者:Simon-4
  1. pltest

    0下载:
  2. pltest代码分析工具主要功能是静态分析和动态测试。 1 静态分析 包括“函数信息分析”、“指标信息分析”、“代码质量分析”,“数据流分析”、“复杂度分析 ,”循环分析“并生成doc格式的报告。报告主要包括“代码信息统计”、“编码标准违反情况统计”、“注释信息统计”、“复杂度及数据流信息”,“Halsteads信息”等内容。 2 动态测试 系统对选定的文件进行“插桩”、“编译链接”、“动态执行”,“动态分析”等操作。动态测试报告的内容包括:函数调用返回信息、对语句覆盖率、分
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1518532
    • 提供者:tianyu
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com