-
对于没有使用同步对象时,程序中可能出现输出字符比使用同步对象时少的现象,主要是由于线程同时对资源进行操作的结果。...
对于没有使用同步对象时,程序中可能出现输出字符比使用同步对象时少的现象,主要是由于线程同时对资源进行操作的结果。-Not used for synchronization object, the procedure may occur in the output of characters than the use of synchronization objects smaller phenomenon is a result of thread at the same time resources to carry out the operation results.
- 2022-01-30 21:06:56下载
- 积分:1
-
vc的一些调试技术,对于急于提高vc开发水平的有很大的帮助
vc的一些调试技术,对于急于提高vc开发水平的有很大的帮助 -vc some debugging technology for the development of a hurry to raise the level of vc very helpful
- 2022-07-28 04:16:48下载
- 积分: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
-
一个检测您的cd rom设备的例子,可以自动侦测你的CD Rom的状态.
一个检测您的cd rom设备的例子,可以自动侦测你的CD Rom的状态.-an detect your cd rom equipment example, it will automatically detect your CD Rom state.
- 2022-03-10 18:43:49下载
- 积分:1
-
This is a usb observation of procedures, from DDK's own code changes come! C...
这是一个观察usb的程序,从DDK自带的代码改变而来!功能比较强大!对学习USB有很大的帮助-This is a usb observation of procedures, from DDK"s own code changes come! Comparison powerful! Learning USB be of great help
- 2022-03-23 18:32:41下载
- 积分:1
-
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号...
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of three. Output : the first line : each of the pages out of the second line : show na the total number of pages (on the plane had run through! !)
- 2022-01-25 22:36:25下载
- 积分:1
-
一个多线程文件查找程序
一个多线程文件查找程序-a multithreaded file search procedures
- 2023-03-20 11:55:03下载
- 积分:1
-
使用delphi2007编制的delphi2007 update 4 破除时间限制的项目
使用delphi2007编制的delphi2007 update 4 破除时间限制的项目-Delphi2007 prepared using delphi2007 update 4 projects get rid of time limit
- 2022-07-18 22:52:49下载
- 积分:1
-
很小的恶作剧小软件分享给大家!!用了才知道有意思!就是鼠标一直点不到退出,鼠标点到哪,那个空间就不显示。感觉就显示控件躲避鼠标一样。...
很小的恶作剧小软件分享给大家!!用了才知道有意思!就是鼠标一直点不到退出,鼠标点到哪,那个空间就不显示。感觉就显示控件躲避鼠标一样。
-Small piece of software to share a small joke for everyone!! Used know interesting! Is less than the mouse has been point out, the mouse point where, that space is not displayed. I feel like the display control to avoid the mouse.
- 2022-02-04 00:22:57下载
- 积分:1
-
画图软件
画图软件-draw picture
- 2022-05-24 20:56:14下载
- 积分:1