摘要: 本文出自 “阿凡达” 博客,请务必保留此出处http://shamrock.blog.51cto.com/2079212/813918 阅读全文
posted @ 2014-08-10 10:05 商商-77 阅读(261) 评论(0) 推荐(0)
摘要: 本文出自 “阿凡达” 博客,请务必保留此出处http://shamrock.blog.51cto.com/2079212/813003 阅读全文
posted @ 2014-08-10 10:05 商商-77 阅读(356) 评论(0) 推荐(0)
摘要: 本文出自 “阿凡达” 博客,请务必保留此出处http://shamrock.blog.51cto.com/2079212/812996 阅读全文
posted @ 2014-08-10 10:05 商商-77 阅读(322) 评论(0) 推荐(0)
摘要: 本文出自 “阿凡达” 博客,请务必保留此出处http://shamrock.blog.51cto.com/2079212/812715 阅读全文
posted @ 2014-08-10 10:05 商商-77 阅读(416) 评论(0) 推荐(0)
摘要: public class TestAndroidActivity extends Activity { /** Called when the activity is first created. */ Button clearbtn; EditText et; TextView tv; final int MAX_LENGT... 阅读全文
posted @ 2014-08-10 10:05 商商-77 阅读(208) 评论(0) 推荐(0)
摘要: 本文出自 “阿凡达” 博客,请务必保留此出处http://shamrock.blog.51cto.com/2079212/810786 阅读全文
posted @ 2014-08-10 10:04 商商-77 阅读(321) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include //#include #include #include"unistd.h" int physic[100]; //文件地址缓冲区 int style=1; //文件的类型 char cur_dir[10]="root"; //当前目录 struct command { c... 阅读全文
posted @ 2014-08-10 10:04 商商-77 阅读(396) 评论(0) 推荐(0)
摘要: 按字节读取读取文件,并且将文件里面的内容写到另外一个文件里面去 缓冲存储 按行读取 直接读取文件内容 本文出自 “阿凡达” 博客,请务必保留此出处http://shamrock.blog.51cto.com/2079212/751843 阅读全文
posted @ 2014-08-10 10:04 商商-77 阅读(156) 评论(0) 推荐(0)
摘要: 本文出自 “阿凡达” 博客,请务必保留此出处http://shamrock.blog.51cto.com/2079212/746500 阅读全文
posted @ 2014-08-10 10:04 商商-77 阅读(686) 评论(0) 推荐(0)
摘要: int getMax(a,b,c) { return a>b?(a>c?a:c):(b>c?b:c); } 阅读全文
posted @ 2014-08-10 10:04 商商-77 阅读(148) 评论(0) 推荐(0)