搜索资源列表
4356463453453
- 这里是LDS(lossless data-compression sources)的KIT.我发现很多人都想这么一份压缩软件的源代码,但是他们很难找到,特别是一些比较好的. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方. 所有的源代码包括它们的原始文档.-LDS (lossless data-compression sourc es) of KIT. I fou
TomCrypt.548527
- tomcrypt加密函数库(http://libtomcrypt.org),由Rinick(rinick@gmail.com)编写makefile文件,可以在bcc下编译成lib-tomcrypt encryption functions (http : / / libtomcrypt.org) by Rinick (rinick@gmail.com) makefile document preparation, Under the bcc compiled lib
introduction
- introduction介绍在LINUX 下进行C 语言编程所需要的基础知识.在这篇文章当中,我们将会 学到以下内容: 源程序编译 Makefile 的编写 程序库的链接 程序的调试 头文件和系统求助
Wdm
- 本实验利用 WDM 驱动程序模型,将4 个字节的内存空间作为一个设备,安装在主机。 测试程序试图访问该设备,并对它进行存取。本实验按照 WDM 驱动程序模型编写,并获 得 makefile、source、wmi.mof等文件,在 WinXP Checked Build Enviroment 下进行编译。然 后利用测试文件对其进行测试
cDAGlab6
- 自己写的一个图的转换CMD 程序 nodag.txt是一个有环图演示输入文件. dag.txt是一个无环图演示输入文件. g.c 为主程序文件 stackar.c 为堆栈定义和调用文件 run.exe 为已编译好的可执行文件 我编写了一个MAKEFILE文件.如果不使用MAKEFILE 请在g.c文件的头部添加 #include \"stackar.c\" 然后再直接编译g.c. 使用了堆栈的演示代码.
WDKBLD
- 个人自行定义的wdk编译文件,可嵌入在VC++中用makefile编译-i definition wdk compile file, can be embedded in the makefile used to compile VC++
commonMakefile
- 这是一个通用的C++ 编译用的makefile 文件,不用修改就可直接用于任何程序的编译。-This is common makefile for any c++ projects without any modification.
TomCrypt
- 专为VC++开发的加密函数库,由Rinick编写了makefile文件,可以在bcc下编译成lib,内含使用教程和帮助文档。 -Developed specifically for VC++ encryption library from Rinick prepared makefile file can be compiled under bcc into lib, includes the use of tutorials and help documentation.
NT_Driver
- NT驱动模板,采用build工具编译!内有makefile和build文件可参考-NT the driving template, using build tools to compile! Within the makefile and build files to reference
vcPPstrings
- VC/C++源码,字符处理,字符转换 一 NMAKE和Makefile 字符编码 字符转换 关于字符转换的使用方法: 使用方法: 1 将要转换的字符串,传递给函数,从返回值中获取转换后字符串的长度。 2 分配字符串空间 3 再次调用函数,并将分配的空间传递给函数,获取结果 基本语法规则: window.exe:window.obj // 依赖行 cl.exe window
m
- minGW 一步编译执行批处理 简单执行 "m 文件名" 就可以编译生成exe可执行文件,并自动运行 带编译错误提示和使用帮助 for Windows minGCC -minGW GNU C++ make makefile for Windows minGCC
SA_LNS_C
- 石器时代lua源码, 使用方法是加到GMSV下,并把GMSV下的Makefile加入这两个文件夹编译-Stone Age lua source, use the method is applied to GMSV down and put GMSV the Makefile compile join these two folders
gpio_dev
- 1、开发环境linux2.6.362、交叉编译器gcc 4.2.33、本代码为s3c64xx GPIO驱动,代码中有完整的Makefile、Kconfig文件,和GPIO测试代码,可以和内核一起编译,方便移植。本代码已在飞凌嵌入式板子OK6410上测试通过。-(1) devolop enviroment base on linux 2.6.36 (2) cross compiler is gcc 4.2.3(3) this code is for s3c64xx GPIO driver, and
helloworld
- 路由器openwrt系统交叉编译环境测试代码hellloworld及makefile,liuux可以支持gcc编译,交叉编译环境需要下载OpenWrt-SDK-ar71xx-for-Linux-i686-gcc或直接下载openwrt编译出SDK 文件-Router openwrt cross-compile environment test code hellloworld and the the makefile, liuux support the gcc compiler, cross-
shudu
- 数独问题相信大家都知道,(不知道的可以上百度搜索),数独的求解有多种方法。 本算法采用链表方式实现数独问题的求解。采用试算的方法,理论上可求解所有数独问题。 例如如下数独问题 0 3 0 0 0 0 0 0 1 5 0 0 0 0 0 0 8 0 0 0 0 2 0 0 0 0 9 8 0 0 0 0 7 0 0 0 0 0 0 0 0 0 4 0 0 7 0 9 0 8 1 0 0 0 0 7 0 4 0 0 0 0 0 1 0 0
receive_email
- 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) progr
base64
- 本程序用于将任何文件进行Base64编码,是否是标准Base64编码取决于Makefile的DFLAGS变量是否添加-DPRIVATE_BASE64。 使用本程序的方法是: ./base64convert -e 1.mp3 encode.data //将1.mp3进行Base64编码,编码后的结果存放到encode.data文件 ./base64convert -d encode.data 2.mp3 //通过encode.data进行解码,解码的结果2.mp3这个文件
makefile
- 该文档详细介绍了如何自己写编译文件makefile文件,有利于了解编程语言转化为机器语言的过程。(This document describes in detail how to write compile files and makefile files to help understand the process of programming language into machine language.)
Rsa
- 基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。 此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。(Encrypted Chat Tool Bas