-
该程序可以写出 first集和分follow集自己打开看就知道
该程序可以写出 first集和分follow集自己打开看就知道-The program can write the first set and the sub-set of their own follow open to see that
- 2022-08-24 19:11:24下载
- 积分:1
-
名字空间扩展编程例子
名字空间扩展编程例子-name space expansion of programming examples
- 2022-02-20 03:40:32下载
- 积分:1
-
This the one I do calculators, calculation
这是本人做的一个计算器,可以计算+-*/cos
sin tan asin atan,还可以识别括号,大家快来看看哈-This the one I do calculators, calculation-*/cos sin tan asin atan can also identify brackets, we hurry to see Kazakhstan
- 2022-03-06 21:24:39下载
- 积分:1
-
自动打开关闭CD机舱门,方便使用,值得一试试看
自动打开关闭CD机舱门,方便使用,值得一试试看-Turn off automatically open the CD drive door
- 2022-08-17 08:43:32下载
- 积分:1
-
简单的垃圾收集器,我想尝试很多次的影响,发挥重要作用。
简单垃圾回收器本人以多次试用效果不错,请大家多提意见
-Simple garbage collector I would like to try the effect of a good many times, please do so everyone
- 2022-08-03 10:28:47下载
- 积分:1
-
获取NT下的所有用户
获取NT下的所有用户- Gains under NT all users
- 2022-10-06 13:10:03下载
- 积分:1
-
ini adalah program anak keperawatan
ini adalah program anak keperawatan
- 2022-12-25 03:45:03下载
- 积分:1
-
一个和flashget那样的能够监视剪贴版并且得到其中的内容的程序,推荐下载...
一个和flashget那样的能够监视剪贴版并且得到其中的内容的程序,推荐下载--A program which can watch on the clipboard and get the content of them as flashget,recommend!
- 2022-03-14 19:20:01下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
Windows 95 System Programming SECRETS is Matt Pietrek s third major work on how...
Windows 95 System Programming SECRETS is Matt Pietrek s third major work on how to truly understand Microsoft Windows. Matt has been mucking about with this Windows stuff for quite some time. His life as techno-guru
began when he graduated in 1988 from the University of
Santa Cruz with a degree in physics but only two computer
courses under his belt. After joining the tech support depart-
ment at Borland, he quickly distinguished himself by tying for
the lowest score in an evaluation that gauged "employee sym-
pathy for the customer."
- 2022-04-12 02:11:28下载
- 积分:1