资源列表
UseHookForThread
- 在线程中使用HOOK的编程要点 我所上传的是一篇关于如何在线程中使用钩子机制的文章,由于考虑到各自的程序所作的事情各不相同,所以文中以要点的形式摘录了程序的源代码。虽然源代码是用C++ Builder 5.0,相信编程者只要搞清楚这些要点,则采用其他C++编程环境实现起来也很容易。-thread in the use of the programming elements HOOK my upload is a thread on how to use the article hook me
3
- 从下拉框cbxName选择人名后,在标签lblAddr上显示此人的地址,运行结果如图4-3所示
高斯随机数发生程序
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时 ,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。 使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去 。 另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非 常简单,这里就不提示了。-procedures have only mea
get_by_ip-2005-02-06.tar
- 一个PHP Class ,能获得你的IP位置 /******* sample ***** $ipdata=new get_by_ip echo str_repeat(\"-=\", 10).\"<br><br>\" echo $ipdata->msg echo str_repeat(\"-=\", 10).\"<br><br>\" echo $ipdata->ip.\"<br>\" echo $ipdata->host
3-1584-library
- make use of this project
getLastUserActivity
- This application helps to know the last log in and task of the system
FileWatch
- 封装改写的文件监控读取类.可有效解决监控文件目录的问题-Package to rewrite the file to monitor the reading class. Can be an effective solution to the problem of monitoring file directories
hugeint
- C++的一个类HugeInt(头文件形式)实现大整数加,乘,乘方,能计算12345^3456等大数-A Class named HugeInt to compute huge int plus, times and so on
AttributeValue
- X.501 Attribute Value for Linux.
display
- IOS手机端开发,是有jquery mobile做前台显示开发,实现文字的缩放功能。-IOS mobile terminal development, there is a jquery mobile display receptionist develop, implement text zoom feature.
Module2
- 给打印机添加自定义纸张(自定义纸张名称、宽度、高度、方向)-To add custom printer paper (name of the custom paper, width, height, direction)
GetDirverInfo
- 对于文件的系统为实现对驱动器信息的提权可以用getlogicdrivestrings来实现,下面的例子就实现了这个功能,能够显示出系统的相关驱动器的信息-For the file system for the realization of the information provided on the right to drive can be getlogicdrivestrings to achieve, the following examples to achieve this func
