-
this is the code for forum
this the code for um-this is the code for forum
- 2023-06-07 02:45:03下载
- 积分:1
-
用MAXPLUS制作计算机组成原理实验I/O中断管理电路的模拟。
用MAXPLUS制作计算机组成原理实验I/O中断管理电路的模拟。-Segments produced using Computer Engineering Experiment I/O circuit interruption management simulation.
- 2022-02-03 11:55:29下载
- 积分:1
-
二叉树的前序,中序,后序,遍历等一系列操作
二叉树的前序,中序,后序,遍历等一系列操作-Binary tree preorder, inorder, postorder, traversing a series of operations
- 2022-08-21 02:45:19下载
- 积分:1
-
创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问...
创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-Create a console process, this process contains n threads. Use of these n threads to represent n-reader or writer. Each thread according to the requirements of the corresponding test data file read and write operations. Semaphore mechanism are used to achieve the reader and the writer first priority.
- 2023-03-25 23:30:03下载
- 积分:1
-
识别各种图片上的文字,和符号,欢迎使用可能还需要其他的文件。在网络上下载就可以用了...
识别各种图片上的文字,和符号,欢迎使用可能还需要其他的文件。在网络上下载就可以用了-Identify a variety of pictures on text, and symbols are welcome to use may also need other documents. Download on the network can use the
- 2022-04-19 12:55:11下载
- 积分:1
-
当要添加进程时,直接输入进程的名称,优先级,需要时间,然后安添加按钮 添加进程时可以随时安运行按钮运行进程,挂起时需要输入要挂起的进程的名称,解挂时也需要输入要...
当要添加进程时,直接输入进程的名称,优先级,需要时间,然后安添加按钮 添加进程时可以随时安运行按钮运行进程,挂起时需要输入要挂起的进程的名称,解挂时也需要输入要解挂的进程的名称.-when added to the process, the process of direct importation of the name, priority, time, and then on the Add button to add process can be run at any time on the button operation process, the need to import flown to hang in the process of the name, Xie also linked to the need to import solutions linked to the process of the name.
- 2022-05-12 17:37:58下载
- 积分:1
-
can相关程序,介绍初始化,发送和接收,希望对你有所帮助
can相关程序,介绍初始化,发送和接收,希望对你有所帮助-can the relevant procedures, introduction to initialize, send and receive, I hope for your help
- 2022-02-04 18:28:07下载
- 积分:1
-
自绘动感按钮
自绘动感按钮-Since the painting dynamic button
- 2022-07-03 00:47:27下载
- 积分:1
-
能在TC环境下显示图片的代码,能判断你的硬件设备是不是支持显示。...
能在TC环境下显示图片的代码,能判断你的硬件设备是不是支持显示。-The codes can show picture in TC environment,also can judge that wheather hardware devices support display function.
- 2022-05-28 02:40:31下载
- 积分:1
-
During the code development phase I detected some variables and actions that are...
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
- 2022-07-01 21:38:20下载
- 积分:1