The new ITone 6 has been released recently and George got really keen to buy it. Unfortunately, he didn't have enough money, so George was going to work as a programmer. Now he faced the following pro...
分类:
其他好文 时间:
2014-09-19 23:56:06
阅读次数:
254
417. The lazy programmer
Problem code: LAZYPROG
A new web-design studio, called SMART (Simply Masters of ART), employs two people. The first one is a web-designer and an executive ...
分类:
其他好文 时间:
2014-09-16 16:00:10
阅读次数:
357
摘要: 随着敏捷开发、开发运营和分布式版本控制系统的愈渐流行,开发的重心逐渐从个人能力向小组合作转移英文原文:Ten career tips every egocentric programmer should hear翻译作者:– 蒋丽丽 如果你想在众多程序员中脱颖而出,下面这个现象是值得你深.....
分类:
其他好文 时间:
2014-09-07 17:12:55
阅读次数:
254
在StackExchange上有人问了这样一个问题:What should every programmer know about web development?(关于Web开发,什么是所有程序员需要知道的?)里面给出的答案非常不错,所以,我翻译转载过来。 顺便说一下,StackExchange真...
分类:
Web程序 时间:
2014-09-04 14:54:09
阅读次数:
198
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