码迷,mamicode.com
首页 >  
搜索关键字:format    ( 13577个结果
《Linux内核分析》 week8作业-Linux加载和启动一个可执行程序
一.ELF文件格式ELF(Executable and Linking Format)是x86 Linux系统下常用的目标文件格式,有三种主要类型:适于连接的可重定位文件,可与其他目标文件一起创建可执行文件和共享目标文件。适于执行的可执行文件,用于提供程序的进程映像,加载的内存执行。共享目标文件,连...
分类:系统相关   时间:2015-05-01 22:29:45    阅读次数:525
UVA 1640(数位统计)
The Counting Problem Time Limit:3000MS   Memory Limit:Unknown   64bit IO Format:%lld & %llu SubmitStatus Description Given two integers a and b, we write the numbers ...
分类:其他好文   时间:2015-05-01 17:29:56    阅读次数:309
Codeforces Round #300-Cutting Banner(substr函数的应用)
Cutting Banner Time Limit:2000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64u Submit Status Description A large banner with word CODEFORCES was ordered for the 1000-th o...
分类:其他好文   时间:2015-05-01 17:28:00    阅读次数:159
Captain Marmot(Codeforces Round #271 div2) C
Captain Marmot Time Limit:1000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64u Submit Status Description Captain Marmot wants to prepare a huge and important battle again...
分类:其他好文   时间:2015-05-01 17:27:31    阅读次数:263
Codeforces Round #300-Tourist's Notes(贪心)
Tourist's Notes Time Limit:2000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64u Submit Status Description A tourist hiked along the mountain range. The hike lasted for n ...
分类:其他好文   时间:2015-05-01 17:27:28    阅读次数:177
Codeforces Round #300 - Quasi Binary(贪心)
Quasi Binary Time Limit:2000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64u Submit Status Description A number is called quasibinary if its decimal representation contai...
分类:其他好文   时间:2015-05-01 17:27:06    阅读次数:136
FZU 1753-Another Easy Problem(求多个组合数的最大公约数)
Another Easy Problem Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Practice FZU 1753 Appoint description:  xietutu  (2013-03-13)System Crawler ...
分类:其他好文   时间:2015-04-30 21:56:39    阅读次数:195
HDU 1199 Color the Ball
Color the BallTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:119964-bit integer IO format:%I64d Java class name...
分类:其他好文   时间:2015-04-30 21:46:55    阅读次数:191
BNU14278 Chores(读懂就能做的水)
Chores Time Limit: 3000ms Memory Limit: 30000KB 64-bit integer IO format: %lld      Java class name: Main Prev Submit Status Statistics Discuss Next Type: None...
分类:其他好文   时间:2015-04-30 18:22:15    阅读次数:104
一步一步学习Linux驱动之自动创建设备节点
extern struct device *device_create(struct class *cls, struct device *parent, dev_t devt, void *drvdata, const char *fmt, ...) __attribute__((format(printf, 5, 6))); 函数功能: 函数device_create()用于动态的建立逻辑设备,并对新的逻辑设备类进行相应初始化,将其与函数的第一个参...
分类:系统相关   时间:2015-04-30 16:14:22    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!