博客园 :: :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2016年5月18日

摘要: 1 // ==UserScript== 2 // @name 小调网 3 // @namespace http://tampermonkey.net/ 4 // @version 0.1 5 // @description try to take over the world! 6 // @author You 7 // @match... 阅读全文
posted @ 2016-05-18 23:18 #include<stdio.h> 阅读(410) 评论(0) 推荐(0) 编辑

2016年5月3日

摘要: #include /*指针传递。 指针传递会改变实参的值。 */ void func(int *n) { *n = 1034; } int main() { int a =90; func(&a); printf("%d\n",a); return 0; } 阅读全文
posted @ 2016-05-03 14:28 #include<stdio.h> 阅读(188) 评论(0) 推荐(0) 编辑

2016年3月13日

摘要: 结构图如下: html如下: css如下: js如下:   阅读全文
posted @ 2016-03-13 14:56 #include<stdio.h> 阅读(1327) 评论(0) 推荐(0) 编辑

2016年3月4日

摘要: 内涵图↓ 不是内涵图↓ 阅读全文
posted @ 2016-03-04 11:49 #include<stdio.h> 阅读(615) 评论(0) 推荐(0) 编辑

2016年1月12日

摘要: #include #include #include int main() { char str[95]; char pstr[11]; int i; int x; int y; srand((unsigned) time(0)); for (i = 0; ... 阅读全文
posted @ 2016-01-12 13:42 #include<stdio.h> 阅读(275) 评论(0) 推荐(0) 编辑

摘要: vc++6.0 内涵图 阅读全文
posted @ 2016-01-12 13:38 #include<stdio.h> 阅读(466) 评论(0) 推荐(0) 编辑

2016年1月6日

摘要: 内涵图 阅读全文
posted @ 2016-01-06 11:25 #include<stdio.h> 阅读(202) 评论(0) 推荐(0) 编辑

摘要: 1 #include 2 #include 3 #include 4 5 int main() 6 { 7 int cur_value;//修改前的数值。 8 int m_value;//修改后的数值。 9 DWORD pid = 0;10 DWORD ba... 阅读全文
posted @ 2016-01-06 10:57 #include<stdio.h> 阅读(408) 评论(0) 推荐(0) 编辑

摘要: vc++6.0,内涵图 阅读全文
posted @ 2016-01-06 10:49 #include<stdio.h> 阅读(196) 评论(0) 推荐(0) 编辑

2015年9月15日

摘要: 阅读全文
posted @ 2015-09-15 13:29 #include<stdio.h> 阅读(307) 评论(0) 推荐(0) 编辑