搜索资源列表
三种DLL插入方法
- DELPHI编程技巧,有关三种DLL插入方法,很好用的,快下载吧-Delphi programming skills, the three DLL insertion method is useful, fast download it
ul
- 词法分析器的一种编程方法,用多种方法实现对词法分析器的实现-lexical analyzer in a programming methods, and use a variety of methods to achieve the realization of a lexical analyzer
可编程定时器
- 本文介绍了可编程定时器8253的基本使用方法和源程序 -This paper introduces a programmable timer 8253 the basic methods and the use of source
shizh
- 这个时钟程序是我在1993年编的一个小程序,现在贴出来给大家做参考,它执行后驻留内存,到整点时会报时,你可以用 Ctrl-Alt-U 把它从内存中下掉,可以用 Ctrl-Alt-C 变换颜色,用 Ctrl-Alt-O 把报时声音关掉(如果感到讨厌的话),在驻留内存时,用了直接改内存控制块的方法,所以用 MEM 或 MI 无法在内存中看到它,键盘控制用了直接截取 INT 9 的方法。 这个程序虽然很小,编译后才1K多一点点字节,但是麻雀虽小,五脏俱全,在这个程序中,你可以参考到以下编程方法
Visual C++. NET编程150例
- >一书是学习C++.NET的最简洁方法,通过案例学习达到事半功倍的作用,非常不错的,想下就下吧!-lt; Lt; Visual C.NET programming 150 cases gt; Gt; A book is learning C.NET the most concise way, through case study and achieve a multiplier effect, very good, the next to the next!
xianjinxianchu
- 先近先出,时间片轮转,以及优先级的进程调度程序。采用叻C++的编程方法。值得下载。-first-out near first time films rotate, and the process of priority scheduling procedures. Using C + + featuring the programming method. Worth the download.
LED_fade_up_down
- 控制LED慢慢变亮和慢慢变暗的一个汇编程序.初学者可以多分析一下,从而能学到一些编程方法和思路-control LED change slowly and gradually darken-a compilation of the procedure. Beginners can analyze, It will be able to learn some programming methods and ideas
CDPlayer_Vc++
- 用VC++编写的CD播放程序,简单好用,容易学习VCD的编程方法-VC prepared by the CD player, a simple user-friendly, easy to learn the programming methods VCD
window_socket
- windows网络编程技术随书源码,比较详细介绍了windows 平台下各种网络编程方法-windows of network programming source books, more detail on the windows platform networks Programming
c#时尚编程100例
- 包括常用的编程方法。-include common programming methods.
ftp
- 该源码非常好,是用最新JAVA写的,是最先进的编程方法
Flash
- dsp2407中对flash的编程方法实例 很有帮助的
iconlock_src
- 使用sdk编程方法锁定桌面图标 可以帮助了解sdk编程方法
tubiao
- 使用sdk编写的提取图标的程序 可以帮助了解sdk的编程方法
delphi_clock
- 使用delphi编写的超酷小时钟 可以帮助了解delphi编程方法
killtimer
- 使用sdk编写的拦截过滤程序中某个消息的小程序 可以帮助了解sdk的编程方法
pass
- 一个使用sdk编写的看星号的小程序 可以帮助了解sdk的编程方法
fj
- 用VC++编写的扑克牌升级游戏源代码,对面向对象编程方法及升级游戏算法有很大帮助
A9-1
- 这个程序是掌握通过GDT表访问段的编程方法设计的。
Register
- Windows95/98/Me的注册表包含了windows95/98/Me的系统配置、PC机的硬件配置、Win32应用程序和用户的其他设置信息。注册表和INI文件不同,它是多层次的树状数据结构,具有六个分支(根键),每个分支又由许多的键和键值组成,而每个键则代表一个特定的配置项目。 在实际编程工作中,我们遇到了如何在Visual C++中对Windows95/98/Me注册表整个 树状结构信息进行访问和修改的问题,如查询和修改注册表中用户姓名和公司名称的有关信息。 通过编程实践,