-
读写器
在计算机科学中,读者作家问题是并发中常见的计算问题的例子。有至少三种变体的问题,处理多个线程试图同时访问同一共享的内存的情况。某些线程可以读,有的会写,约束没有进程可以访问为读取或写入,而另一个进程共享处于向其中写入信息的行为。(尤其是,它被允许两个或更多的读者,在同一时间访问该共享。读者-编写器锁是一种数据结构,解决了一个或多个读者作家问题。
- 2023-06-21 18:40:03下载
- 积分:1
-
qt code has been compiled using mingw, qt a good school learning materials
qt 代码,已经用mingw编译好,不错的学qt学习资料-qt code has been compiled using mingw, qt a good school learning materials
- 2022-03-20 00:06:14下载
- 积分:1
-
源程序实现了在状态条上镶嵌进度条,可显示进度状态。
源程序实现了在状态条上镶嵌进度条,可显示进度状态。-source achieved on the state of progress of the mosaic, showing the progress of the state.
- 2022-08-04 08:28:31下载
- 积分:1
-
VC is similar to when the New Project wizard AppWizard
类似于VC新建项目时的AppWizard向导程序-VC is similar to when the New Project wizard AppWizard
- 2022-05-24 13:58:07下载
- 积分:1
-
源代码从阙出版物“先进”技术和应用国际标准书号…
Source Code from Que publications "Advanced C" Techniques and Aplications ISBN 0-88022-162-3 Advanced C Techniques and Applications QUE Unpack into a directory with the following structure root - Contents of this arc. root/bgs Contents of BGS.arc root/uis Contents of UIS.arc root/grfuser Contents og grfuser.arc-Source Code from Que publications "Advanced C" Techniques and Aplications ISBN 0-88022-162-3 Advanced C Techniques and Applications QUE Unpack into a directory with the following structure root- Contents of this arc. root/bgs Contents of BGS.arc root/uis Contents of UIS.arc root/grfuser Contents og grfuser.arc
- 2022-02-26 11:27:30下载
- 积分:1
-
用链表实现在列表框中选取级联省份、县市的VC++代码
用链表实现在列表框中选取级联省份、县市的VC++代码-Implementation using linked list in the list box to select the Cascade provinces, cities and counties of the VC++ code
- 2022-08-14 06:13:02下载
- 积分:1
-
一个用来分割文件的代码
一个用来分割文件的代码-a separate document to the code
- 2022-05-14 10:21:50下载
- 积分:1
-
uCGUI在STM32下的移植
首先感谢WZT大哥共享的ucGUI移植的文档,先将本人的移植过程详细记录下来,以供初学者参考:
1、打开调试好的TFTLCD测试程序(这里是打开“ALIENTEK MINISTM32 实验10 TFTLCD显示实验”)的工程文件夹,在其中创建ucGUI的文件夹。由于ucGUI/CORE文件中已经存在了lcd.h和lcd.c的文件,所以我们将工程目录HARDWARE/LCD中的lcd.c文件和lcd.h文件的文件名换成ili93xx.c和ili93xx.h,并将其中的预处理命令也相应的更换。然后将ili93xx.h和ili93xx.c中用来标识液晶屏宽和高的LCD_H与LCD_W分别换成LCD_HEIGHT和LCD_WIDTH。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-06 15:34:02下载
- 积分:1
-
24点小游戏,可调整难度级别,游戏采取限时积分模式,另外添加了自定义游戏的功能,用户输入四个数,系统给出所有的答案...
24点小游戏,可调整难度级别,游戏采取限时积分模式,另外添加了自定义游戏的功能,用户输入四个数,系统给出所有的答案-24 small game, adjustable difficulty levels, games take SPECIAL integral model Also added to the game since the definition of functions, user input number four, the system gives all the answers
- 2022-03-20 06:55:12下载
- 积分:1
-
html炫酷登陆界面
应用背景对于登陆界面的设计,运用html和css的相关知识,设计出美观的效果,并且能够吸引眼球,使用户能够有效的使用。关键技术使用了css中的很多实用的小技巧,化繁为简,增加读者对于css和HTML的学习兴趣。
- 2022-09-05 03:50:02下载
- 积分:1