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...
阅读全文
摘要:#include <stdlib.h>#include <string.h>#include <stdio.h>#include <iostream.h> int main(int argc, char* argv[]){ char x[1000];u
阅读全文
摘要:大家好,我叫赵资阳,学号是1413042041,班级为网络工程2班,兴趣爱好为打游戏,打羽毛球和唱歌。我曾经用C++语言写过50多行代码,课程设计时候写的,我目前还没有开发过什么程序,一直处于学习阶段。 我的github账号为zzy1236.百度搜索github进入官网,点击sign up 进行注册
阅读全文