首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
王小行的代码贴
→
全部
[C语言]可以请高手配上注释么
#include <stdio.h>
#include <math.h>
int count=0;
void empress(int *position)
{
int i,j,flag;
while(position[8]!=1)
{
++position[0];
for(i=0;i<8;++i)
{
if(position[i]==8)
......................
阅读全部
| 2013年6月23日 10:08
1
王小行
全部(1)
C语言(1)