<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
<channel>
<title><![CDATA[Ajax技术与Java语言]]></title>
<link>http://blog.pfan.cn/ajax</link>
<description>编程爱好者博客</description>
<language>zh-cn</language>
			<item>
		<title><![CDATA[学生系统编程]]></title>
		<link>http://blog.pfan.cn/ajax/16745.html</link>
		<description><![CDATA[/*本学生成绩管理系统适合在win-TC 下运行*/


	#include "stdio.h"&nbsp;&nbsp;&nbsp; /*I/O函数*/
#include "stdlib.h"&nbsp;&nbsp; /*其它说明*/
#include "string.h"&nbsp;&nbsp; /*字符串函数*/
#include "conio.h"&nbsp;&nbsp; /*屏幕操作函数*/
#include "mem.h"&nbsp;&nbsp; /*内存操作函数*/
#include "ctype.h"&nbsp;&nbsp; /*字符操作函数*/
#include "alloc.h"&nbsp;&nbsp; /*动态地址分配函数*/
struct student&nbsp; /*使用结构体定义学生系统成员*/
{
long num;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /*输入学生的学号,但不能多于8个数字且开头不能为0*/
char name[20];&nbsp;&nbsp;&nbsp; /*输入学生的名字,但不能多于20个字符并且姓名之间不能有空格*/
int s[5];&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /*输入学生的5科成绩,用数组表示*/
int as;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /*算学生的5科成绩总和*/
int qs;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /*算学生的5科加权成绩总和*/
}stu[100];
struct student t;&nbsp; /*将t定义为结构题*/
main()
{char ch;
&nbsp;int i,j,N;
&nbsp;int yw,sx,yy,hx,wl;/*这是语文 数学 英语 化学 物理各科占有的权重*/


	&nbsp;printf("\nInput How many student:");
&nbsp;scanf("%d",&amp;N); /*输入有多少个学生*/
&nbsp;printf("\nInput quanzhong(yuw]]></description>
		<author><![CDATA[pipi8888]]></author>
		<pubDate>2006-07-22 15:46:00</pubDate>
		</item>
		</channel>
</rss>