03 2016 档案

摘要:1 #include 2 #include 3 #include 4 using namespace std; 5 6 struct WORD { /* 创建一个结构体 */ 7 int count; 8 char s; 9 void exchange( Wo... 阅读全文
posted @ 2016-03-29 19:36 赵资阳 阅读(150) 评论(0) 推荐(0)
摘要:#include <stdlib.h>#include <string.h>#include <stdio.h>#include <iostream.h> int main(int argc, char* argv[]){ char x[1000];u 阅读全文
posted @ 2016-03-16 12:09 赵资阳 阅读(111) 评论(1) 推荐(0)
摘要:我只会做第一题,毕竟能力有限。先给上截图 阅读全文
posted @ 2016-03-09 13:15 赵资阳 阅读(140) 评论(0) 推荐(0)
摘要:大家好,我叫赵资阳,学号是1413042041,班级为网络工程2班,兴趣爱好为打游戏,打羽毛球和唱歌。我曾经用C++语言写过50多行代码,课程设计时候写的,我目前还没有开发过什么程序,一直处于学习阶段。 我的github账号为zzy1236.百度搜索github进入官网,点击sign up 进行注册 阅读全文
posted @ 2016-03-02 16:05 赵资阳 阅读(182) 评论(0) 推荐(0)