会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
这都啥跟啥
博客园
首页
新随笔
联系
管理
订阅
2017年4月11日
吵列题
摘要: 邱俊 9.1#include<stdio.h>int main(){struct Student //声明结构体类型struct Student { long int num; //以下4行为结构体的成员 char name[20]; char sex; char addr[20]; }a={101
阅读全文
posted @ 2017-04-11 17:01 这都啥跟啥
阅读(142)
评论(0)
推荐(0)
2017年4月4日
第三·
摘要: 账号:1248422390@qq.com 这次学习,感觉编写方面问题比较多,以后要更加练习才行,对于码云还有GIT,自己照说明弄了,浪费很多时间,但是感觉还是有问题。 #include<stdio.h>//定义头文件int main(){ void fun(int *q,int b);//调用fun
阅读全文
posted @ 2017-04-04 10:26 这都啥跟啥
阅读(115)
评论(0)
推荐(0)
2017年3月26日
第二次作业
摘要: #include<stdio.h>int main(){ void swap(int *a,int *b);//声明swap函数 int c,d; scanf("%d %d",&c,&d);//输入需要进行交换的整数 int *e,*f; e=&c;f=&d;//把两个整数的地址存放到指针里 swa
阅读全文
posted @ 2017-03-26 10:32 这都啥跟啥
阅读(159)
评论(1)
推荐(0)
作业
摘要: #include<stdio.h>int main(){ void swap(int *a,int *b);//声明swap函数 int c,d; scanf("%d %d",&c,&d);//输入需要进行交换的整数 int *e,*f; e=&c;f=&d;//把两个整数的地址存放到指针里 swa
阅读全文
posted @ 2017-03-26 10:12 这都啥跟啥
阅读(80)
评论(0)
推荐(0)
第一次作业
摘要: #include<stdio.h> #include<stdlib.h>main(){ int a[]={2,0,1,6,0,2,4,2,4,4,4};//定义一个数组,并输入学号和4 int *p,i;//定义一个指针和变量 p=a;//把数组的第一个地址转交给p for(i=0;i<=10;i+
阅读全文
posted @ 2017-03-26 09:58 这都啥跟啥
阅读(83)
评论(0)
推荐(0)
公告