搜索资源列表
显示已加载的动态链接库.zip
- 显示已加载的动态链接库
组合加密软件包 Lock Manage 5
- Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统是由C和汇编写成,可从外部链接于主模块。可单独编译,单独调试。可执行EXE/COM程序加密模块已经过长时间的测试分析,其工作性能己十分稳定。可移植性与兼容性很好。另外,代码实现了CS,DS不换技术,使其SHELL性能难以被DEBUG识别。其内部密码采用单向不可逆变换,基本实现了不可解,原因在于四个随机密钥只能用穷举法找出。这种可靠原四密钥
yol.v1.3
- 该软件主要用于屏蔽设定关键字后的网站,具体功能包括: 可以使含有关键字的网址自动转向到你设定的网站或HTML去。 清空IE临时文件夹 清空IE历史记录 文档清空 删除收藏夹网址 删除IE地址栏网址 当然还可以定义你保密的目录 限制运行程序 清除内存中运行的程序 禁止WINDOWS下载软件等功能 恢复IE工具栏的链接名称 取消开机对话框 恢复internet选项安全页面自定义按钮 去除IE分级审查的密码 修改时间前面加广告 恢复OE标题栏广告 恢复IE搜索引擎 恢复网页右键菜单 恢复一
PingIp
- 用vb实现ping功能,调用 windows dll 和 注册表,源代码非控件。可以学习如何使用动态链接库和注册表。-with vb achieve ping function, and call windows dll registry, non-source code control. Learn how to use the dynamic link library and the registry.
3des源代码
- 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
提取网页所有链接
- 一款可以获取当前网页所有链接的程序。VC利用MFC编写完成。-one can access all current Web links procedures. VC using MFC completed.
caphtml
- 一个用于分析网页链接并批量获取所有图片的程序,没有时间优化,希望对大家有所借鉴。- Uses in to analyze the homepage link and the batch gain all pictures procedure, does not have the time to optimize, hoped has the model to everybody.
myls
- 完成ls的如下功能 不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录 ls -a:列出当前目录下的所有文件和目录 ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数 ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件 列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名
DOS源代码下载
- qbasic 写的dos源代码,包含所有源文件以及编译、链接所需工具-QBasic dos write source code, including all source documents, as well as compile, link the necessary tools
动态链接库(DLL)入门程序
- 一个比较完整的动态链接库的实现,有相应的测试程序,大家可去其他网站下载一些有关dll的资料结合该程序,入门应该很不错.-a complete dynamic link library to achieve a corresponding test procedures, we can go to other websites related to the information dll combination of the procedure, the entry should be very
显示链接(动态加载)DLL的简单示例
- 显示链接(动态加载)DLL的简单示例MyDll&MyEXE 动态加载DLL亦即显示链接D-Display Link (dynamic loading) DLL simple example MyD
TESTdll
- 该软件代码示范了如何用VC++开发环境 进行动态链接库DLL编写 及如何在应用程序中调用DLL 的函数-model code of the software how to use development environment for VC DLL and how to prepare the application procedure call the DLL function
softhy859
- 本程序是一套文章管理系统,里面加入了留言、会员、链接、投票等功能. 初始后台管理地址:POPadmin/ 用户名:admin 密码:bkye.com-this program is a set of articles management system, joined the voice inside, Member, links, voting function. initial management background Address : POPadmin / user : admin
动态链接库(dll)实例
- 这是一个很好的动态链接库(dll)实例-This is a good dynamic link library (dll) Example
BiosId 主板序列号获取动态链接库
- BiosId 主板序列号获取动态链接库-BiosId motherboard serial access dynamic link library
dll_programing
- 关于动态链接库编程方面的书籍,也有静态链接库的讲解,对于从事WINDOWS编程的朋友来说非常有帮助-Programming on the dynamic link library books, but also on the static link library, for programming WINDOWS friends very helpful
ColorStatic
- VC++动态链接库编程之MFC扩展 DLL源代码.rar 的学习应用-VC++ Dynamic Link Library programming for MFC extension DLL source code. Rar learning applications
static
- 简单实现静态链接库函数调用,进一步认识C语言的魅力-Simple implementation of the static link library function call, to further understand the charm of C language
Linux编译链接装载
- 一个关于Linux下C语言程序从编译到运行的详细过程,包括预处理、处理、汇编、链接、装载过程。(A detailed process for the process from compiling to running under Linux, including preprocessing, processing, assembly, linking, and loading.)
动态链接库
- 详细记录了linux系统和windows系统中动态链接库的生成过程。并且通过JNI调用所生成的动态链接库。(The generation of dynamic link libraries in Linux and Windows systems is documented in detail. And the generated dynamic link library is used by JNI.)