-
power saving. 可以使CPU降频从而降低CPU的功耗
power saving. 可以使CPU降频从而降低CPU的功耗-power saving. can make down-thereby reducing CPU power consumption CPU
- 2022-05-30 16:51:44下载
- 积分:1
-
具体的功能是:从下拉列表框中选中一个驱动器,然后点击右边的...
具体的功能是:从下拉列表框中选中一个驱动器,然后点击右边的-specific function : from the drop-down list box, select a drive, then click on the right
- 2023-06-27 10:20:04下载
- 积分:1
-
api150个进学好的例子 api150个进学好的例子
api150个进学好的例子 api150个进学好的例子-api 150
- 2022-07-11 14:46:21下载
- 积分:1
-
著最高的驱动器是一个Windows NT 5 x内核驱动…一种隐藏的工具…
Spodek Supreme Driver is a Windows NT 5.x kernel driver... a tool for hiding presence in Windows operating system
Features:
hides processes, files, network connections, open ports :)
- 2022-08-07 19:01:09下载
- 积分:1
-
聊天服务客户端聊天服务客户端
chat service client chat service client c hat service client-chat service client chat service client chat service client chat service client
- 2022-01-24 09:26:06下载
- 积分:1
-
读取硬盘序列号
typedef struct _GETVERSIONOUTPARAMS
{
BYTE bVersion
BYTE bRev...
读取硬盘序列号
typedef struct _GETVERSIONOUTPARAMS
{
BYTE bVersion
BYTE bRevision
BYTE bReserved
BYTE bIDEDeviceMap
DWORD fCapabilities
DWORD dwReserved[4]
} GETVERSIONOUTPARAMS, *PGETVERSIONOUTPARAMS, *LPGETVERSIONOUTPARAMS -read drive serial number typedef struct _GETVERSIONOUTPA RAMS (BYTE bVersion BYTE bRevision BYTE bReser ved BYTE bIDEDeviceMap DWORD fCapabilities DW Mr Towner said dwReserved [4]) GETVERSIONOUTPARAMS.* PGETVERSIONOUTPARAMS.* LPGETVERSIONOUTPARAMS
- 2022-05-10 21:22:38下载
- 积分:1
-
字节(Bytes)与位(Bits)转换读写函数 可以对每个字节的高低八位进行读写操作...
字节(Bytes)与位(Bits)转换读写函数 可以对每个字节的高低八位进行读写操作-byte (Bytes) and the place (Bits) conversion function can read and write to the level of each byte write eight
- 2022-02-12 05:10:02下载
- 积分:1
-
1) processor scheduler and its implementation 2) process, the state and its sta...
1)处理机调度及其实现;
2)进程状态及其状态转换;
3)进程控制块PCB及其作用。
-1) processor scheduler and its implementation 2) process, the state and its state transitions 3) process control block PCB and its role.
- 2022-03-02 12:06:09下载
- 积分:1
-
一个加壳工具和原代码(VB).rar,很简单
一个加壳工具和原代码(VB).rar,很简单-A加壳tools and source code (VB). Rar, very simple
- 2023-05-11 04:30:02下载
- 积分: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