搜索资源列表
ini文件的读和写.zip
- ini文件的读和写
WINDOW程序员使用指南DLL和内存管理.zip
- 学习资料\WINDOW程序员使用指南DLL和内存管理
添加URL快捷方式到收藏夹、开始菜单和桌面上.rar
- 添加URL快捷方式到收藏夹、开始菜单和桌面上
《DES算法的介绍和实现》配套源代码
- 《DES算法的介绍和实现》配套源代码- \"DES Algorithm Introduction And Realization\" necessary source code
密码编码和密码分析:原理与方法
- 密码编码和密码分析:原理与方法-encryption and password Analysis : Theory and Methods
Windows对象的分配和释放函数
- Windows资源对象的分配和释放函数-Windows object allocation and release function
Windows 与 Unix 和 Linux 架构比较
- Windows 与 Unix 和 Linux 架构比较-Windows and Unix and Linux framework comparison
邮件加密和发送程序
- 能够对发送的邮件进行加密和解密,并且能够发送和收取邮件,是很好的学习和说明程序。加密算法使用TEA,发送邮件使用的是JMAIL组建,程序使用Skin++加有皮肤。-able to send mail encryption and decryption, and can send and receive mail, is a very good study and a descr iption of the proceedings. Encryption algorithm used TEA, s
delphi禁止和启用本地连接的代码
- 如何用Delphi实现WINDOWS XP中“本地连接”的启用和禁用。-how to use Delphi WINDOWS XP "local connection" and prohibited the opening.
获取鼠标下控件句柄和内容
- 获取鼠标下控件句柄和内容(主要是获取网页中的,并操作).rar-access under mouse control handle and content (mainly access to the website, and operation). Rar
实例52 获取Windows版本号和运行模式
- 获取windows版本号和运行模式!vc写的-access windows version and the operation mode! Vc write
获得WIN的版本和SP补丁包的版本
- 获得WIN的版本和SP补丁包的版本,非常快速,非常准确-get win and sp servion very quick and correct
谈谈Delphi中的类和对象
- 说到类和对象,我们不能不提及这样几个概念:类,对象,实例。就我个人觉得可 以这样来理解:对象指的是泛称,自然界的任何实体都可以看成一个对象;而类则是 以这些对象某些特征而分成的一系列的种类;实例则是特指属于某一个类的一个对象-said classes and objects, we can not fail to mention the following concepts : type, object, examples. I personally think that this can be
Win95和NT下直接存取物理内存和端口IO地址的程序
- Win95和NT下直接存取物理内存和端口IO地址的程序-Win95 and NT direct access to physical memory addresses and port IO procedures
实践大师:UNIX awk和sed编程篇
- 这本书主要讲述了在UNIX下编写shell脚本的两个能力强大的工具awk和sed-this book mainly about the UNIX shell scr ipt prepared ability of the two powerful tool awk and sed
手机短消息服务的服务器和客户端.tar
- 手机短消息的服务器端和客户端的源代码 是应用于LINUX/UNIX开发环境的-phone short message server and client source code is used in Linux / UNIX development environment
C和C++嵌入式系統編程
- C和C++嵌入式系統編程.pdf 详细介绍了嵌入式系统特点,以及实际变成中的具体方法和思路实现-C and Embedded Systems Programming. Pdf detailed characteristics of embedded systems, as well as practical into the specific methods and approaches to achieve
基于PXA270和QT的照相机设计
- 嵌入式课程设计 基于PXA270和QT的照相机设计
第3章内核编程语言和环境
- Linux内核编程教程第三章:内核编程语言和环境。第三章全部内容(Linux kernel programming tutorial third chapter: kernel programming language and environment. The whole content of the third chapter)
进程的创建和管道通信
- 进程的创建和管道通信使用系统调用pipe ( )建立一条管道 创建2个子进程,两个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出来自于两个子进程的信息,并显示在屏幕上(Process creation and pipeline communication)