-
一个系统面板调用程序,可以调用~~面板
一个系统面板调用程序,可以调用~~面板-a procedure called panel system can be called ~ ~ panels
- 2023-01-10 18:45:04下载
- 积分:1
-
这4个部分系列将讨论的窗口访问控制模型,以及它是如何。
This 4 part series will discuss the Windows access control model and how it is implemented in Windows NT and 2000. In this 2nd article we will start programming with security identifiers, access control lists and security descriptors. We will solve trivial problems using the SID, obtain information from an access token, enable a privilege, fill up an access control list, and finally we will check if we have access to a resource. The demo project provided is a Whoami clone written Windows 2000 style. The source code includes equivalent programs of the article s code written with the Low level APIs, the Windows 2000 APIs, and the Active Template Library.
- 2022-04-24 18:59:16下载
- 积分:1
-
可以实现对成绩的查看 修改 和管理 计算等
可以实现对成绩的查看 修改 和管理 计算等-Can realize the achievements of view modification and management of computing
- 2022-09-18 20:00:03下载
- 积分:1
-
ibm硬盘保护单元外部调用方法
可以操作ibm笔记本系统的陀螺仪...
ibm硬盘保护单元外部调用方法
可以操作ibm笔记本系统的陀螺仪-ibm external hard drive protection unit can call the method of operation ibm notebook system gyroscope
- 2022-02-12 21:45:17下载
- 积分:1
-
I look at some on
本人在网上搜罗过一些与关机有的代码,发现关机的代码差不多都一样,而对关机前的特效的代码几科没有,只有一个WIN2000的,其方法如:制造一个刷子,用灰色刷屏幕!以下这部分为网上的一个老版本的关机效果代码,不是很好-I look at some on-line and off some code, the code found off almost the same, and right before turning off the effects of several branches no code, only a WIN2000, and its methods as : manufacturing a brush. Brush with gray screen! Following this into an online version of the old code shutdown effect is not good
- 2022-01-23 10:25:45下载
- 积分:1
-
用C语言实现hilobert
hilbert变换,对正弦函数采样,然后对h(t)采样,做褶积,得到90度相移的虚地震道
- 2022-05-10 19:17:43下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
线程池的管理,实现了多线程,是windows下的多线程软件,做成了类模块,方便移植。...
线程池的管理,实现了多线程,是windows下的多线程软件,做成了类模块,方便移植。-Thread pool management, realize the multi-threaded, is under the windows of the multi-threaded software, create a class module to facilitate the transplant.
- 2022-02-01 08:55:53下载
- 积分:1
-
diskid32.dll V2.00,解决各类问题1
DISKID32.dll V2.00,修正了1.0的各种问题-DISKID32.dll V2.00, fixes various problems 1.0
- 2022-01-28 04:52:59下载
- 积分:1
-
lzo压缩算法使用演示,包含了头文件及实现文件
lzo压缩算法使用演示,包含了头文件及实现文件-lzo compression algorithm using the demo, contains the header files and implementation files
- 2022-08-19 17:27:57下载
- 积分:1