码迷,mamicode.com
首页 >  
搜索关键字:hackthon programmer coworking    ( 483个结果
Linux Programmer’s Manual -- unnamed semaphore
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
s3c6410_中断
参考: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
CF #262 (DIV2) C . Present (二分答案)
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
Cypress USB开发文档列表(积累中)
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笔试题目 [Online Network Programmer Test]
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
HDU 4923 Room and Moor (多校第六场C题) 单调栈
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 Pragmatic Programmer 读书笔记之一 DRY-Don’t Repeat Youself
The PragmaticProgrammer 读书笔记之一 DRY-Don’t RepeatYouself   虽然自己买了很多软件工程方面的书,但是因为时间的问题,一直没有静下心来充充电。最近因为感觉自己在编程方面迫切需要有进一步的提高,于是打算好好的研读一下Andrew Hunt和David Thomas合著的《The Pragmatic Prog...
分类:其他好文   时间:2014-08-09 21:31:49    阅读次数:352
禅道程序员的10条原则
英文原文:The 10 rules of a Zen programmer 在一个阴雨的早上,我坐在桌子旁,开始想如何才能高效的工作。在我成为一个自由职业者之前,我有很长一段时间都很努力工作,但收效甚微。 我在 2006 开始接触禅学。我马上意识到:古代的禅宗大师们几百年前早就已经知道现今的程序.....
分类:其他好文   时间:2014-08-09 15:46:38    阅读次数:339
HDU 4923 Room and Moor
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
HDU 4923 (贪心+证明)
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
483条   上一页 1 ... 43 44 45 46 47 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!