-
1
-
http://www.cppblog.com/CppExplore/archive/2008/04/02/46111.html一、 基础知识 1、时间类型。Linux下常用的时间类型有4个:time_t,struct timeval,struct timespec,struct tm。 (1)time_t是一个长整型…
博客:qiu1123 | 类别:软件开发 | 评论:0
-
0
-
1969年8月,贝尔实验室的程序员肯汤普逊利用妻儿离开一个月的机会,开始着手创造一个全新的革命性的操作系统,他使用B编译语言在老旧的PDP-7机器上开发出了Unix的一个版本。操作…
博客:klyzh2003 | 类别:自由话题 | 评论:1
-
0
-
1 #include "apue.h" 2 3 int glob = 6; 4 char buf[] = "a write to stdout\n"; 5 6 int 7 main(void) 8 { 9 int var; //automatic variable on the stack 10 pid_t pid; 11 12 var = 88; 13 if (write(STDOUT_FILENO, buf, sizeof(buf) - 1) != sizeof(buf)-1) 14 printf("writ…
博客:yannzi | 类别:软件开发 | 评论:0
-
0
-
1 #include <stdio.h> 2 3 main() 4 { 5 printf("Hello world.\n"); 6 } yannzi@ubuntu:~/桌面/_7$ cc hello.cyannzi@ubuntu:~/桌面/_7$ ./a.out Hello world.yannzi@ubuntu:~/桌面/_7$ echo $?13yannzi@ubuntu:~/桌面/_7$ cc -std=c…
博客:yannzi | 类别:软件开发 | 评论:0
-
0
-
yannzi:x:1000:1000:yannzi User,,,:/home/yannzi:/bin/bash finger -p yannzi Login: yannzi Name: yannzi User Directory: /home/yannzi Shell: /bin/bash On since Sun Mar 15 07:29 (CST) on tty7 from :0 On since Sun Mar 15 07:31 (CST) on pts/0 fr…
博客:yannzi | 类别:软件开发 | 评论:0
-
1
-
v\:* {behavior:url(#default#VML);}o\:* {behavior:url(#default#VML);}w\:* {behavior:url(#default#VML);}.shape {behavior:url(#default#VML);} Normal 0 0 2 false false false MicrosoftInternetExplorer4 st1\:*{behavior:url(#ieoo…
博客:frenkie | 类别:嵌入式 | 评论:0
-
0
-
http://sprhawk.cublog.cnUnix下有一套gEDA的免费、开源的电路设计软件工具集,目前我正在学习中,我在这个新建的博客里写下自己的使用心得
博客:sprhawk | 类别:自由话题 | 评论:0
-
1
-
Speed Pixel获得ARM7TDMI处理器授权用于新型数字无线视频片上系统技术分类: 嵌入式系统 关键字:Speed Pixel,ARM7TDMI处理器,无线视频,片上系统ARM公司宣布位于香港的新兴fabless公…
博客:bhu | 类别:嵌入式 | 评论:0