资源列表
kais
- this book is about k-means algorithm in data mining
APIDesign-of-program-design
- WINDOWS是基于消息的系统,鼠标移动,单击,键盘按键,窗口关闭等都会产生相应的消息,那么钩子是什么意思呢,它可以监控一个消息,比如在一个窗口里单击了一下,首先获得这个消息的,不是应用程序,而是系统,系统获取这个消息后,就去查看这个消息是在哪个窗口产生的,找到窗口后,再把消息投递到相应程序里的消息队列里,这之间有一个传递过程,那么钩子的作用就是在消息到达应用程序之前截获它,钩子可以关联一个函数(钩子处理函数),也就是说,如果对一个进程安装了一个钩子,进程再接收到相应在消息之前,会先去执行钩子所
liudunchazhi
- #include <stdio.h> #include <conio.h> #define N 4 static double x[N+1]={0.4,0.55,0.8,0.9,1} static double y[N+1]={0.41075,0.57815,0.88811,1.02652,1.17520} void main() { double varx,f[N+1][N+1] int checkvalid(double x[],
caozuoxit
- 一、选择题 1、在现代操作系统中引入了( ),从而使并发和共享成为可能。 A.单道程序 B. 磁盘 C. 对象 D.多道程序 2、( )操作系统允许在一台主机上同时连接多台终端,多个用户可以通过各自的终端同时交互地使用计算机。 A.网络 B.分布式 C.分时 D.实时 3、从用户的观点看,操作系统是( )。 A. 用户与计算机硬件之间的接口 B.控制和管理计算机资源的软件 C. 合理组织计算机工作流程的软件 D.计算机资源的的管理者 4、当CPU处于管态
Code39-Barcode-Control-For-Windows-Applications.z
- this is barcode control. It s used to show barcode image.
Fortran95
- 是一本fortran95 程序设计的书,可做为参考书 -A fortran95 programming book, can be used as a reference
3
- 交通咨询问题解决,希望能帮助更多的莘莘学子-traffic problem solution
COMOn-the-nature-of
- 复合文件的内部是使用指针构造的一棵树进行管理的。编写程序的时候要注意,由于使用的 是单向指针,因此当做定位操作的时候,向后定位比向前定位要快-Within the compound file pointer constructed a tree management. Programming time to pay attention, due to the use of one-way pointer, as the positioning operation, and backward
Socket
- A simple socket program that transforms the arabic numbers into romans and the romans from arabic
Wind
- Wind Turbine useful Documents
main
- Rational calculating program source code
Windows2000-internal-obstacles
- 复合文件的内部是使用指针构造的一棵树进行管理的。编写程序的时候要注意,由于使用的 是单向指针,因此当做定位操作的时候,向后定位比向前定位要快-Within the compound file pointer constructed a tree management. Programming time to pay attention, due to the use of one-way pointer, as the positioning operation, and backward
