摘要:
//main.cpp #include <iostream> #include <string.h> #include <stdlib.h> #include <signal.h> using namespace std; //两个进程共享驻留在内核中的信息。每次訪问共享信息的操作就涉及系统调用。 阅读全文
posted @ 2017-05-28 11:16
clnchanpin
阅读(380)
评论(0)
推荐(0)
摘要:
2014年10月29日,万维网联盟(W3C)宣布,经过差点儿8年的艰辛努力。该标准规范终于终于制定完毕。之所以是8年,由于在1999年HTML4的规范制定以后,W3C对于HTML的发展。貌似就不再那么积极了。直到2007年左右,HTML5才在W3C内部着手标准的制定。做为被寄予厚望的新一代的HTML 阅读全文
posted @ 2017-05-28 10:30
clnchanpin
阅读(362)
评论(0)
推荐(0)
摘要:
大家快去下载,用迅雷快速下载 下载地址 ftp://sinox.3322.org/sinox2014x64server.img 已经能够下载 ftp://sinox.3322.org/sinox2014x64server.iso 已经能够下载 有刻录光盘的下载iso,没有刻录机有u盘下载img,都没 阅读全文
posted @ 2017-05-28 09:35
clnchanpin
阅读(145)
评论(0)
推荐(0)
摘要:
Robot Motion Problem Description A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is 阅读全文
posted @ 2017-05-28 09:34
clnchanpin
阅读(172)
评论(0)
推荐(0)
摘要:
题目打开图片就能够看到 void main(void) {union unt { unsigned char uc[4]; unsigned int ui; }; union unt t; t.ui=0x12345678; printf("%d\n",t.uc[1]);} 共同体在嵌入式开发中是非常 阅读全文
posted @ 2017-05-28 08:55
clnchanpin
阅读(175)
评论(0)
推荐(0)
浙公网安备 33010602011771号