资源列表
[网络编程] rphvIeButton
说明:在IE的工具栏上加个按钮。有很多程序喜欢装完了之后在ie上加个按牛,使别人点了之后运行他们自己的程序,方便大家使用他的程序,我们也可以这么做,这个代码教你怎么实现。-in IE toolbar add buttons. There are many procedures like after the Flight ie by adding 000 cattle and allow others to the point after running their own procedures to<张自> 在 2008-10-13 上传 | 大小:5.44kb | 下载:0
[ActiveX/DCOM] if8l_GetWindowHwnd
说明:获得屏幕上任何一个控件的句柄和信息,和父容器的句柄信息 -was on the screen in any one control and handle information, and the father of the container handle information<张自> 在 2008-10-13 上传 | 大小:7.97kb | 下载:0
[界面编程] vv11181
说明:件产品是我们开发人员的血汗,维维软件园不支持任 何单位和个人盗用软件,支持广大单位或个人购买和使用正 版软件。本站个别软件如果存在影响您版权的问题,请与本 站联系。-product that is the development of our blood and sweat, Weiwei Software Park does not support any units and individuals pirated software, support to units or ind<程启下> 在 2008-10-13 上传 | 大小:280.47kb | 下载:0
[打印编程] 1-pplz--pplb
说明:这是一个如何调用条码打印机的DLL文件来打印条形码的例子,主要是教你怎么写DLL声名语句-how it is called a bar code printers DLL files to print bar code examples, mainly to teach you how to write DLL famous phrase<陈东升> 在 2008-10-13 上传 | 大小:560.72kb | 下载:0
[Windows编程] 2005125143011398
说明:雪花屏保源码,希望对喜欢搞屏保的有所帮助,希望大家支持。-snowflakes screensaver source, and I hope to the likes screensavers can help, hope you will support them.<蒋家安> 在 2008-10-13 上传 | 大小:173.25kb | 下载:0
[其它] yamd-0.32.tar
说明:很好用的内存泄漏检测工具。要配合linux的gcc使用,安装后将你的编译器gcc命令换成yamd-gcc就行了,在运行程序的时候yamd会提醒你是否存在内存泄漏问题。-good use of memory leak detection tools. To tie in the linux gcc use, after you install the compiler gcc orders replaced yamd - gcc held on the operational procedures<段> 在 2008-10-13 上传 | 大小:33.98kb | 下载:0
[C#编程] 分配回收
说明: 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分<王阳> 在 2008-10-13 上传 | 大小:14.96kb | 下载:1