1. sem_init
名称
sem_init - 初始化一个未命名信号量
概要
#include
int sem_init(sem_t *sem, int pshared, unsigned int value);
链接库 -pthread
描述
sem_inti() 在sem指定的地址上初始化未命名信号量。参数value指定信号量的初始值。
参数ps...
分类:
系统相关 时间:
2014-09-03 18:14:27
阅读次数:
399
参考:1)《USER'S MANUAL-S3C6410X》Chapter 10 GPIO, Chapter 12 VECTORED INTERRUPT CONTROLLER2)《ARM1176 JZF-S Technical Reference Manual》Chapter 2 Programmer...
分类:
其他好文 时间:
2014-09-02 00:03:03
阅读次数:
226
output
standard output
Little beaver is a beginner programmer, so informatics is his favorite subject. Soon his informatics teacher is going to have a birthday and the beaver has decided to prepar...
分类:
其他好文 时间:
2014-08-21 19:31:34
阅读次数:
259
CyUSB.chm(pdf) @ Cypress\Cypress Suite USB 3.4.7\Driver Cypress CyUSB.sys Programmer's Reference 内容:CyUsb.sys、CyUsb.inf 驱动程序介绍,如何绑定设备到驱动程序,以IOCTL In.....
分类:
其他好文 时间:
2014-08-20 12:06:12
阅读次数:
254
gameloft 笔试题目是英文的,前面全部是理论的,最后两道是编程题目。12345最后两道编程题目 其实还算简单:#include #include #include std::string itoa(int number){ char nstr[15]; sprintf(nstr,"%d",nu...
分类:
Web程序 时间:
2014-08-15 21:06:29
阅读次数:
266
Problem Description
PM Room defines a sequence A = {A1, A2,..., AN}, each of which is either 0 or 1. In order
to beat him, programmer Moor has to construct another sequence B = {B1, B2,... , BN} of...
分类:
其他好文 时间:
2014-08-09 21:34:09
阅读次数:
365
The PragmaticProgrammer
读书笔记之一
DRY-Don’t RepeatYouself
虽然自己买了很多软件工程方面的书,但是因为时间的问题,一直没有静下心来充充电。最近因为感觉自己在编程方面迫切需要有进一步的提高,于是打算好好的研读一下Andrew
Hunt和David Thomas合著的《The
Pragmatic Prog...
分类:
其他好文 时间:
2014-08-09 21:31:49
阅读次数:
352
英文原文:The 10 rules of a Zen programmer 在一个阴雨的早上,我坐在桌子旁,开始想如何才能高效的工作。在我成为一个自由职业者之前,我有很长一段时间都很努力工作,但收效甚微。 我在 2006 开始接触禅学。我马上意识到:古代的禅宗大师们几百年前早就已经知道现今的程序.....
分类:
其他好文 时间:
2014-08-09 15:46:38
阅读次数:
339
Problem Description
PM Room defines a sequence A = {A1, A2,..., AN}, each of which is either 0 or 1. In order to beat him, programmer Moor has to construct another sequence B = {B1, B2,... , BN}
of...
分类:
其他好文 时间:
2014-08-07 23:18:54
阅读次数:
308
Room and MoorProblem DescriptionPM Room defines a sequence A = {A1, A2,..., AN}, each of which is either 0 or 1. In order to beat him, programmer Moor...
分类:
其他好文 时间:
2014-08-07 22:53:15
阅读次数:
293