CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 读取文件信息

搜索资源列表

  1. pe_decoder

    1下载:
  2. 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来获取文件信息的,我在想是否还有别的方法可以绕过将文件映象到内
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:111036
    • 提供者:heroin
  1. StreamToFile

    0下载:
  2. 从文件流中读取文件信息,保存成text,?游募
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:164126
    • 提供者:aihua
  1. EncTextToPic

    0下载:
  2. 把文本信息加密到图片: 这个代码演示了把指定的文本信息加密后插入到图片文件中,并且可以进行读取图片解密文本信息,这个功能对于保护您的图片版权信息有着很大的作用。而且这个程序的一些界面特效也不错,如选项卡的动画滚动,窗体的淡入淡出的显示等编程思路值得学习。-make text message encryption to Photo : This code is the designated demonstration of the text messages encrypted insert
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:33271
    • 提供者:zepeng
  1. getRadaHead

    0下载:
  2. 读取探地雷达数据的文件头,如果读取的是其他文件的信息头,可以直接修改,谢谢分享
  3. 所属分类:系统编程

    • 发布日期:2014-01-16
    • 文件大小:1139
    • 提供者:hong
  1. CGI_GetPDFFileInfo

    0下载:
  2. 从PDF文件中读取文件的关键信息,信息包括日期,页数等
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1353
    • 提供者:李君
  1. AsamRead

    2下载:
  2. 这个程序通过直接读取SAM文件内的信息,显示注册表文件内的内容。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:40135
    • 提供者:wanglingwei
  1. 硬盘信息读取文件

    0下载:
  2. 一个用来遍历逻辑分区的软件。但是软件中有几个问题:1、读取速度不是很好。2、读取C:盘时候有错误。这个2个问题,本人没有解决。还望高手可以多多指点。联系:flyz-81@163.com-used to traverse a logical partitioning software. But software, a number of problems : 1, read speed is not very good. 2, reading the C : disk is the wrong t
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:471884
    • 提供者:张庆
  1. Linux-MAC20081224.rar

    1下载:
  2. 在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A I
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:14138
    • 提供者:darinwang
  1. readfile

    0下载:
  2. delphi拖拉读取文件,响应拖拉事件读取文件信息-delphi drag to read the file, and respond to drag events to read the file information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:178636
    • 提供者:abc
  1. modbus

    0下载:
  2. modbus rtu协议 linux 平台的实现.读取相关配置文件信息.通过串口发送数据.-modbus rtu protocol linux platform. read the configuration file information. send data through serial port.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:220589
    • 提供者:Daniel
  1. ReadINI

    0下载:
  2. 这个vc++工程可以读取INI文件的内容信息-This project could read a INI file
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:385578
    • 提供者:Ivan.Ru
  1. Process

    0下载:
  2. 线程结束代码,通过从配置文件中读取进程信息,并执行相应的操作,避免从任务管理器中使用鼠标进行操作-Threaded end of the code, read from a configuration file through the process information and perform the appropriate operation from the Task Manager to avoid using the mouse to operate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:40603
    • 提供者:anlin
  1. xmltree_src

    0下载:
  2. 使用msxml读取xml文件,读取的文件信息通过tree控件有层次显示出来,一目了然-Read xml file using msxml, read the file information through a hierarchical tree control is displayed at a glance
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:184392
    • 提供者:zx
  1. secret_writing_in_bmp

    0下载:
  2. bmp文件信息密写与读取,可以用于重要信息的隐藏与传送-Secret writing and reading in BMP, which can be used to hide and transfer important information
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3574059
    • 提供者:qwertt
  1. MY_PE_CHANGE_1

    0下载:
  2. 读取pe文件信息 添加部分说明 vs2005 直接编译可以通过 mfc框架-Pe file information is added to read some of that vs2005 mfc framework can be directly compiled
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-10
    • 文件大小:17373349
    • 提供者:sdlao
  1. RyxGps

    0下载:
  2. 这是一个用VC++写的模拟程序,用以模拟GPS接受信息并分析将结果显示出来,数据来源是卫星,通过定时读取而得来,只要能够保证定时读取到数据,就可以进行分析,确定卫星的位置,然后演示不同坐标系的转换,同时还有文件信息如何提取并显示。 -This is a written with VC++ simulation program to simulate the GPS information and analysis of the results received is displayed, t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:514018
    • 提供者:madud00144
  1. qw

    0下载:
  2. "1:输入学生成绩保存到链表\n", "2:计算每位学生总成绩\n", "3:按照总成绩大小对记录进行排序\n", "4:输出所有学生成绩到一个文件中\n", "5:显示新输入的学生信息\n", "6:从文件中读取信息\n", "7:将文件信息保存在链表中\n", "8:根据姓名查找学生记录\n", "9:结束程序\n"-studentnode*move1=head->next
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:2151
    • 提供者:
  1. MP3Headinfo

    0下载:
  2. MP3头文件信息读取,文件有MP3HeadP.cpp,MP3HeadP.h,直接调用就好-MP3 header information read documents MP3HeadP.cpp, MP3HeadP.h, like direct call
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:2283
    • 提供者:advila
  1. fileinfomation

    0下载:
  2. 首先选择文件,然后读取文件信息并显示,使用QT进行开发-First the file, and then read and display file information
  3. 所属分类:Driver develop

    • 发布日期:2017-04-28
    • 文件大小:55795
    • 提供者:caomei
  1. ReadRadarSources

    0下载:
  2. 根据雷达基数据头文件信息,读取雷达基数据资料并绘制反射率回波-According to the radar base data header file information, read radar base data and draw reflectivity echo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:13303
    • 提供者:salad
« 12 »
搜珍网 www.dssz.com