-
改变计算机屏幕大小的控件.zip
改变计算机屏幕大小的控件.zip-change the size of a computer screen controls. Zip
- 2022-08-21 23:50:45下载
- 积分:1
-
MiniSecondGetTime毫秒级别的定时器源代码
MiniSecondGetTime毫秒级别的定时器源代码-Ms timer MiniSecondGetTime level source code
- 2023-01-09 19:20:03下载
- 积分:1
-
C++ Builder开发的INI转XML,我自己写的,有什么需要帮助的,尽管找我...
C++ Builder开发的INI转XML,我自己写的,有什么需要帮助的,尽管找我-C++ Builder developed by INI to XML, I wrote it myself, what need of help, in spite of me
- 2022-07-24 19:31:02下载
- 积分:1
-
程序自动启动的源码,主要是写入注册表,在Windows启动的时候程序可以自动启动。...
程序自动启动的源码,主要是写入注册表,在Windows启动的时候程序可以自动启动。-Automatically start the source, mainly into the registry when the Windows startup process can be automatically activated.
- 2022-11-01 13:35:04下载
- 积分:1
-
一个对程序实施保护的代码,非常适合于想加密自己的程序的朋友...
一个对程序实施保护的代码,非常适合于想加密自己的程序的朋友-one pair of procedures to protect the code, is ideally suited to its own encryption procedures friends
- 2022-02-10 15:53:27下载
- 积分:1
-
用C编写的农夫过河问题,可以自己运行一下
用C编写的农夫过河问题,可以自己运行一下-prepared by the farmer across the river that can operate on its own what
- 2022-05-25 15:45:51下载
- 积分:1
-
获得CPU的信息,
你可用来做很多事情
获得CPU的信息,
你可用来做很多事情-CPU access to the information
- 2022-06-14 05:47:03下载
- 积分:1
-
自己写的。用信号量机制来解决哲学家问题中的死锁。附有详细注解。...
自己写的。用信号量机制来解决哲学家问题中的死锁。附有详细注解。-wrote it myself. Using signal volume philosopher mechanism to solve the problem of deadlock. Accompanied by a detailed explanation.
- 2022-01-20 23:24:34下载
- 积分:1
-
Implementation of the code will print
这段代码执行后将打印"Exploit By M80 !"出来,,每台机器的环境不一样,大家测试的时候将
x20x10x40x00(0X00401020)改成适合自己机器环境的地址。
本文不讨论溢出的原理,关于这方面的文章网上很多,感兴趣的可以自己去查询
相关资料.-Implementation of the code will print
- 2022-05-26 07:47:16下载
- 积分: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