上一页 1 ··· 8 9 10 11 12 13 14 15 下一页
  2015年7月8日
摘要: 代码一: 代码二: 阅读全文
posted @ 2015-07-08 20:17 LeoSanford 阅读(362) 评论(0) 推荐(0)
  2015年7月7日
摘要: 代码 阅读全文
posted @ 2015-07-07 15:59 LeoSanford 阅读(662) 评论(0) 推荐(0)
摘要: 代码一: 代码二: 阅读全文
posted @ 2015-07-07 11:25 LeoSanford 阅读(725) 评论(0) 推荐(0)
  2015年7月6日
摘要: 提示:IAR的配置要正确 升级版本: 阅读全文
posted @ 2015-07-06 20:30 LeoSanford 阅读(390) 评论(0) 推荐(0)
  2015年5月26日
摘要: 方法来源网上,非原创。1. Install the nux repo$> su - $> yum update # optional but recommanded $> rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org $> rp... 阅读全文
posted @ 2015-05-26 14:54 LeoSanford 阅读(8641) 评论(0) 推荐(1)
  2015年5月16日
摘要: •题目:输入正整数n,按从小到大的顺序输出所有形如abcde/fghij=n的表达式,其中a~j恰好为数字0~9的一个排列,2<=n<=79 输入:62 输出:79546/01283=62 94736/01528=62 1 #include <stdio.h> 2 3 int main() 4 { 阅读全文
posted @ 2015-05-16 08:14 LeoSanford 阅读(3437) 评论(0) 推荐(0)
  2015年5月12日
摘要: 1 #include 2 int get_word_num(char* buf) 3 { 4 int n = 0; 5 int tag = 1; 6 char* p = buf; 7 8 for(;*p!=0 && *p!=13 && *p!=1... 阅读全文
posted @ 2015-05-12 22:23 LeoSanford 阅读(255) 评论(0) 推荐(0)
  2015年5月9日
摘要: #include #include int main(){ int a[100],s[100],i,n,r,k; printf("input a number\t"); scanf("%d",&n); //输入一个数 printf("input... 阅读全文
posted @ 2015-05-09 16:38 LeoSanford 阅读(206) 评论(0) 推荐(0)
摘要: 规则:1、a + b = c;2、用完火柴棒;代码如下: 1 #include 2 int fun(int x); 3 4 int main() 5 { 6 int a,b,c,sum=0,m; 7 scanf("%d",&m); //输入... 阅读全文
posted @ 2015-05-09 16:33 LeoSanford 阅读(739) 评论(0) 推荐(0)
  2015年5月6日
摘要: 1.Makefile的规则 1.1 格式 必须注意的是,命令前面的不是空格,而是制表符Tab。 1.2 伪目标 makefile中把那些只包含命令,没有任何依赖的目标称为”伪目标”(phony targets) “.PHONY” 将“clean”目标声明为伪目标 1.3 最终目标 如果用户没有指定执 阅读全文
posted @ 2015-05-06 19:12 LeoSanford 阅读(298) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页

levels of contents