-
分别采用信号量,信号灯,条件变量实现的读者
分别采用信号量,信号灯,条件变量实现的读者--写者方法。-Using semaphores, signal, variable conditions of the realization of the readers- to write those methods.
- 2022-08-20 20:49:54下载
- 积分:1
-
lcd驱动报告,看完能有所帮助
lcd驱动报告,看完能有所帮助-LCD driver, reading can be helped
- 2022-11-16 12:30:03下载
- 积分:1
-
Image Viewer 1.2 is a Gtk sample application for show pictures
Image Viewer 1.2 is a Gtk sample application for show pictures
- 2022-06-16 05:02:27下载
- 积分:1
-
OpenCV IEEE1394相机接口
IEEE1394 camera interface for OpenCV
- 2023-05-29 07:45:03下载
- 积分:1
-
unix 下c语言拆解汉字字符
unix 下c语言拆解汉字字符-c under unix dismantling Chinese language characters
- 2022-01-25 21:10:37下载
- 积分:1
-
FIC8120 program FA
FIC8120 方案 FA-ICE_insta-FIC8120 program FA-ICE_insta
- 2022-02-03 17:57:01下载
- 积分:1
-
迅速地
行业整站源代码.rar上面是演示,后面是下载,个别失效了,要下的快!!!
资源来自网络,下载的朋友请自行杀毒!!!!
-Quickly-deteriorating jade Tai entire shallow rafter Tungsten measurements. Rar Article fermentation演Did shaggy dog, is made up of fermentation Did your weak, Terrier stamp valid decoy left, lynx do your cavity!!! Misstep Daitou自She determined to understand, your friend
- 2022-08-07 18:49:17下载
- 积分:1
-
我的URAL的1000 ~ 1050 的全部代码 包含WA 最后AC的程序 有2~3个比较难的是MAIGO的程序,另外源文件中附有题解,在linux下做的 如中...
我的URAL的1000 ~ 1050 的全部代码 包含WA 最后AC的程序 有2~3个比较难的是MAIGO的程序,另外源文件中附有题解,在linux下做的 如中文乱码请用word打开,应该对想做URAL的同学有一定帮助,另外请相信自己的能力 万不得以再看代码-My Ural 1000 ~ 1050 all the code that contains the procedures for WA Finally AC has 2 to 3 more difficult is the procedure MAIGO, another source file in question with a solution in linux to do next, such as the Chinese word garbled Please open, Ural should students want to have to some extent help Also, please believe that their abilities million may not look at the code
- 2022-07-14 06:35:48下载
- 积分:1
-
sun 给出的源程序,可用sunstudio或gcc编译.
sun 给出的源程序,可用sunstudio或gcc编译.-sun given source can be used sunstudio or gcc compiler.
- 2022-01-22 12:19:06下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1