-
模拟小时钟,一个小型的模拟演示程序,可以帮助初学者对C++BUILDER的深入理解。...
模拟小时钟,一个小型的模拟演示程序,可以帮助初学者对C++BUILDER的深入理解。-Analog clock, a small simulation demo program that can help beginners C++ BUILDER-depth understanding of.
- 2022-01-26 19:01:23下载
- 积分:1
-
对串口的端口
的测试类
是javax.comm
的入门
对串口的端口
的测试类
是javax.comm
的入门
-Serial port on the test category is javax.comm entry
- 2022-01-25 16:51:41下载
- 积分:1
-
BBS开发样例源码
论坛网页开发模版,样例源码。适合刚入手C#的开发人员,喜欢网站开发等人员使用。代码简单明了,附带说明书,方便快捷。上传代码仅限于开发学习使用,如果用于商业,请联系BBSMAX5工作人员,进行授权后使用。
- 2022-03-13 04:14:07下载
- 积分:1
-
讲解C++,PPT(主要是解释数组)
讲解C++的PPT(主要是关于数组的讲解)-Explain the C++, PPT (mainly about the array of explanations)
- 2022-03-15 20:54:14下载
- 积分:1
-
this code is filemaneger.I hope you fill good. there is exefile in this RAR file...
this code is filemaneger.I hope you fill good. there is exefile in this RAR file.
- 2022-02-20 07:25:38下载
- 积分:1
-
浅谈软件保护,说实话我也不太明白,大家都来看看!
浅谈软件保护,说实话我也不太明白,大家都来看看! -software protection, tell the truth I do not quite understand that we have to look at!
- 2022-01-25 19:34:23下载
- 积分:1
-
Office software secretly reading a good look at the Eastern increase transparenc...
阅读软件
办公室偷偷看的好东东
增加透明度选择!!!
可以置顶显示-Office software secretly reading a good look at the Eastern increase transparency choice! ! ! Can set-top show
- 2022-05-24 23:34:17下载
- 积分:1
-
运行时添加控件,比较好
运行时添加控件,比较好-runtime add controls, better
- 2022-08-23 05:26:38下载
- 积分:1
-
this yesterday evening procedures ah, the program notes compared in place, it is...
这可是我昨天晚上的程序啊,对程序的注释比较到位,很容易理解的,只是有一些小的偏差,请朋友们帮忙改进吧,-this yesterday evening procedures ah, the program notes compared in place, it is easy to understand. only some minor deviations, friends help improve it, thank you
- 2022-08-17 22:40:59下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1