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

搜索资源列表

  1. window unix file

    0下载:
  2. 操作文件的函数的说明和代码,包含了所有文件操作的功能,适合在windows和unix下运行。-operation as a function of the document descr iption and code, containing all the file manipulation functions, suitable for the windows and unix running.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6068
    • 提供者:于明着
  1. like-lunix-file-systerm

    0下载:
  2. use vc++ write like lunix file systerm,it is a computer os course experiment.-use vc write like lunix file systerm. it is a computer os course experiment.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8072
    • 提供者:yanan
  1. File

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

    • 发布日期:2014-01-17
    • 文件大小:38704
    • 提供者:jiangyang520
  1. File Encryption Utility

    0下载:
  2. 文件加密,可以对任意文件进行加密-file encryption, to arbitrary files can be encrypted
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:152489
    • 提供者:章小强
  1. Expr - multithreading file transport---For Linux V

    0下载:
  2. 多线程文件的传输实现 需要在linux shell 下操作-multithreaded file transfer realize the need to operate under linux she
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:29094
    • 提供者:政家谦
  1. File+System+Forensic+Analysis

    1下载:
  2. File System Forensic Analysis is a good book to learn linux file system
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3994012
    • 提供者:与乁
  1. WritePE.rar

    0下载:
  2. 改写PE文件,插入特定代码!静态注入,一个改写插入代码的例子!VS2005编译,Rewrite PE file, insert the specific code! Static injection, insert a rewritten code examples! VS2005 compiler
  3. 所属分类:Network Security

    • 发布日期:2017-03-29
    • 文件大小:13413
    • 提供者:dapro
  1. enumfilehandle

    0下载:
  2. 枚举系统中所有已打开文件的句柄,有时一个文件删不掉,可能是文件句柄没有释放,可以用它来寻找哪个进程打开了文件,结束这个进程或者关掉句柄就可以了-Enumerate the system to handle all open files, and sometimes can not afford to delete a file, it may not release the file handle, you can use it to find which process opens a fil
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:5501
    • 提供者:9908006
  1. PE_EXEVIEW_PEFILE

    0下载:
  2. The Portable Executable File Format from Top to Bottom原文、译文及源代码 1、The Portable Executable File Format from Top to Bottom 是最早讲解PE格式的文章之一,是了解PE格式入门很好的文章,原文可以在MSDN1998光盘找到中。 2、这篇文章被国内网友多次翻译,有代表性的译文有两个: 看雪软件安全论坛(bbs.pediy.com)中的ah007译为:可移植的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:484837
    • 提供者:lch
  1. cgic_upload

    1下载:
  2. 使用cgi实现文件的上传,是经过修改和完善的,需要的下。-Realize the use of cgi file upload is the result of the revision and perfection of their own, and the next required.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:137761
    • 提供者:啊光
  1. aes-java-file

    0下载:
  2. 使用java编写的aes文件加密源代码,经测试能对文本进行加密,密钥为128 192 256bit-Prepared using aes file encryption java source code, the test can encrypt the text, the key for the 128 192 256bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:8997
    • 提供者:cai
  1. througuput

    0下载:
  2. 该文件为分析计算ns2中无线网络的吞吐量提供了一个awk代码,可根据自己的情况做些修改。-The file is analyzed and calculated the throughput of the wireless network in ns2 provides a awk code, according to their own circumstances do change.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:551
    • 提供者:朱晓芬
  1. UAFXCW

    0下载:
  2. vc中出现cannot open file "uafxcw.lib", 可下载此库解决.-vc appear cannot open file "uafxcw.lib", can download this library to solve.
  3. 所属分类:Network Security

    • 发布日期:2017-04-09
    • 文件大小:2203507
    • 提供者:wennaisong
  1. File-integrity-testing-procedures

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:21496
    • 提供者:Sunny kim
  1. file

    0下载:
  2. 基于QT做的文件传输,能够传输不同文件格式的文件-ksdfjejfowlfllfldkfjiejofweowlfjfeoofj
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1970238
    • 提供者:李金宝
  1. NS2_trace_measure

    0下载:
  2. 这是NS2的Trace文件分析教程,用于指导NS2初学者分析Trace文件得到网络仿真性能。内有分析实例,很详细。-This is the Trace File Analysis NS2 tutorial to guide beginners of NS2 network simulation performance by Trace file. There are examples of analysis in great detail.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:168600
    • 提供者:歼10
  1. filefilter

    0下载:
  2. linux文件过滤驱动程序,实现文件透明加解密-linux file system filter driver, to achieve transparent encryption file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1554
    • 提供者:gy
  1. Zend-PHP-file-decryption-tool

    0下载:
  2. PHP文件zend解密工具 Zend PHP file decryption tool-Zend PHP file decryption tool
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1565562
    • 提供者:张建凯
  1. file-md5-calculation

    0下载:
  2. 计算文件的md5值,c++写的,具体的自己看文件。-Calculate file md5 value, c++ to write the specific file that looks.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:127214
    • 提供者:徐鑫华
  1. Tape File System

    1下载:
  2. Source Code and scr ipts for using Tape Jukebox as a File system. Uses Fuse on Linux OS. No Documentation.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2015-09-29
    • 文件大小:186541
    • 提供者:jimw1024
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com