-
yannzi
2009-3-26 20:38
-
解决FPGA入门的困惑!
-
http://www.mcublog.com/blog/blog2007/alyssa/archives/2007/22368.html 刚开始学习FPGA,经过一阶段的学习了,写点经验,因为刚开始学的时候也很迷茫,算 ...
-
-
yannzi
2009-3-22 13:29
-
我认为的一条学习嵌入式Linux的路
-
转载: http://linux.chinaunix.net/bbs/archiver/tid-1007039.html 我认为的一条学习嵌入式Linux的路: 1)学习 Linux系统安装、 常用命令、应用程序安 ...
-
-
yannzi
2009-3-20 18:39
-
Java Gossip: 使用正则表达式
-
import java.util.Scanner; public class UseRegularExpression { public static void main(String args {4}- {6}")) ...
-
-
yannzi
2009-3-20 15:54
-
用man查找函数
-
查找C函数: sudo apt-get install "manpages-dev" 用man查找pthread相关的帮助: sudo apt-get install glibc-doc 能用man正好!
-
-
yannzi
2009-3-18 23:25
-
Java Gossip: foreach與陣列
-
在J2SE 5.0中可以這麼寫: int names = {"caterpillar", "momor", "bush"}; for(String name : names) System.out.println(name); 那麼二維陣列呢?基 ...
-
-
yannzi
2009-3-18 23:11
-
Java Gossip: Arrays 類別
-
陣列中基本操作的排序、搜尋與比較等動作是很常見的,在Java中提供了Arrays類別可以協助您作這幾個動作,Arrays類別位於java.util套 件中,它提供了幾個靜態方 ...
-
-
yannzi
2009-3-16 21:57
-
Java Gossip: 取得使用者輸入
-
import java.util.Scanner;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" / public class UserInput { pu ...
-
-
yannzi
2009-3-16 20:33
-
连接字符串.cpp
-
-
-
yannzi
2009-3-16 13:48
-
第一个比较像样的C++程序
-
《Accelerated C++中文版》 #include iostream #include string using std::cin; using std::cout; using std::endl; int main() { //ask for the pe ...
-
-
yannzi
2009-3-16 13:48
-
计算学生成绩 C++
-
https://static.assets-stash.eet-china.com/album/old-resources/2009/3/14/5e6798e2-e894-4641-b0d9-2fca9e18b417.rar #include iomanip #include ios ...
-
-
yannzi
2009-3-16 13:47
-
使用vector计算学生成绩.cpp
-
https://static.assets-stash.eet-china.com/album/old-resources/2009/3/14/253b715d-4d1e-4e48-8854-68668bd2b760.rar《Accelerated C++中文版》 #include ...
-
-
yannzi
2009-3-16 13:47
-
组织计算.cpp 使用函数计算学生的成绩
-
#include algorithm #include iomanip #include ios #include iostream #include string #include vector using std::cin; using s ...
-
-
yannzi
2009-3-16 13:47
-
第六章——系统数据文件和信息
-
yannzi:x:1000:1000:yannzi User,,,:/home/yannzi:/bin/bash finger -p yannzi Login: yannzi Name: yannzi User Dire ...
-
-
yannzi
2009-3-16 13:47
-
第七章——进程环境
-
1 #include stdio.h 2 3 main() 4 { 5 printf("Hello world.\n"); ...
-
-
yannzi
2009-3-16 13:46
-
第八章——进程控制(Process Control)
-
1 #include "apue.h" 2 3 int glob = 6; 4 char buf[] = "a write to stdout\n"; ...
-
关闭
站长推荐
/2