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

搜索资源列表

  1. XmlHelper

    0下载:
  2. XmlHelper子文件夹:XML Helper类库及测试程序的所有源代码及可执行文件。-XmlHelper subfolders : XML Helper library and testing procedures for all source code and executable files.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:97.78kb
    • 提供者:fzj
  1. 如何将多个文件捆绑成一个可执行文件-配套源代码

    1下载:
  2. 如何将多个文件捆绑成一个可执行文件-配套源代码.zip-how to bundle multiple files into one executable file-matching source code. Zip
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:159.89kb
    • 提供者:毛毛
  1. FileEncrypt_Sources

    0下载:
  2. 文件加密源代码,带界面的,还可以把文件变成自动解密的可执行程序-file encryption source code, with the interface, can also be used to automatically declassified documents into the executable
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:69.91kb
    • 提供者:可耕地
  1. FileCutAndEquipment

    0下载:
  2. 完成文件分割和分割后的文件重新组装起来,为了减少程序尺寸,所有源代码都本人是用纯粹的c/c++编写的,可执行程序只有200K大小。没有用MFC,因此是命令行界面的。但功能绝对强大,不好用你砍我。-completed document segmentation and segmentation of the files reassembled and procedures in order to reduce size, all source code is purely my c / c pre
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8.27kb
    • 提供者:haifeng
  1. SFXUpdate

    0下载:
  2. 制作自动升级安装包的工具代码。可将一批文件压缩打包生成可执行的自动升级安装包。打包前可以预先设置每个文件的安装路径,是否需要注册(如OCX文件),以及安装路径真确性判断(是否含有某文件)。压缩格式为zip格式。-produced automatically upgraded to install the tools code. Can be compressed and packed up some documents generated automatically upgraded execu
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:377.7kb
    • 提供者:allyfeng
  1. 文件和目录操作

    0下载:
  2. 采用VB6编制的小小程序,有源代码,无须解压密码,可以实现文件和目录在自己建立的可执行文件下的简单操作-use VB6 procedures for the preparation of small, active code without extracting passwords, files and directories in themselves, in the executable file under the simple operation
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:30.74kb
    • 提供者:黄仪涛
  1. do-exe-file-tool

    0下载:
  2. 这是一个MFC编制的工具,可执行文件制作器。你可以在原码中修改学习-This is a preparation tool for MFC, executable file Maker. You can modify the code in the original study
  3. 所属分类:File Operate

    • 发布日期:2017-03-24
    • 文件大小:98.05kb
    • 提供者:mjf
  1. getcodeline

    0下载:
  2. 统计一个目录下代码行数(只统计c++后缀名为.h和.cpp的文件)。使用了windows api。如果想统计其他后缀名的代码,请打开源码,自己修改在编译。 使用方法:进入想统计的目录,直接执行命令。 或者 比如你想统计 e:\c++ 下代码行数,可以不进入该目录,直接输入 getcodeline e:\c++ (getcodeline为你编译的可执行文件名字)。 可以使用管道把信息输出到一个文件中查看。如:getcodeline e:\c++ > out.txt 大家
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:66.36kb
    • 提供者:luo hao
  1. filesrc

    0下载:
  2. sysinternals公司的文件系统监视工具源代码,通过动态加载驱动的方式实现对系统所有文件系统操作进行监控,代码包括驱动以及可执行文件的全部源代码。感谢Mark Russinovich 和 Bryce Cogswell 的辛苦工作。 -sysinternals file system' s source monitoring tools, dynamic load-driven approach to achieve all the files on the system to m
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:542.87kb
    • 提供者:flashvip
  1. pemaker2

    0下载:
  2. 代码注入,PE文件添加新节 -Inject Your Code to a Portable Executable File
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:58.37kb
    • 提供者:ccc
  1. pemaker3

    0下载:
  2. 肯定不是同一源代码,代码注入 -Inject Your Code to a Portable Executable File
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:65.41kb
    • 提供者:ccc
  1. pemaker4

    0下载:
  2. 肯定不是同一源代码,代码注入 -Inject Your Code to a Portable Executable File
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:68.67kb
    • 提供者:ccc
  1. edit_pe_import_table

    0下载:
  2. 《导入表内注入代码》文章代码,本文介绍注入代码到PE(Portable Executable可移植的执行体)文件格式的Import Table(导入表,也有译为“引入表”)技术,其也被称为API重定向技术(API redirection technique)。 -" Import the table into the code" article code, article describes the code injected into the PE (Portable Exe
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:519.14kb
    • 提供者:rihou
  1. BindFileset

    1下载:
  2. 上兴捆绑机源代码修正版,可将多个可执行文件进行捆绑,运行时后台自动释放,放顺序执行。-Xing bundling machine on the revised version of the source code can be bundled with multiple executable files, run-time automatically in the background release, put the order of implementation.
  3. 所属分类:File Operate

    • 发布日期:2016-01-18
    • 文件大小:49.26kb
    • 提供者:xiaole
  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
    • 文件大小:41.92kb
    • 提供者:Pavel
  1. Driver2C_2012

    1下载:
  2. 解析S19文件的工具。可以把S19文件里可执行代码解析为一个字符数组,并且有起始地址和结束地址及代码的校验和。-S19 file parsing tools. The S19 can file executable code resolves to an array of characters, and there are starting and ending addresses and code checksum.
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:332.86kb
    • 提供者:cs
  1. Patojource

    0下载:
  2. 数据结构课程设计-下雨,里面附带源程序和可执行文件,-Data structure course design- rain, with source code and executable file,
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:175kb
    • 提供者:NOBJ-65049
搜珍网 www.dssz.com