123   2  /  3  页   跳转

想学编程?

学编程还要有初中以上的英语和数学啊?

那不是好难
gototop
 

看来英语得从娃娃抓起.
gototop
 

学 C 吧
灵活些
更能体现出编程的艺术
gototop
 

C
gototop
 

我也要学下你们了!!
gototop
 

我建议首先学C
gototop
 

我先学好理解的.VB
数学基础不怎么好,一看C反而不好懂
gototop
 

很急!谁在啊!帮忙解决一下这个有错误的C程序
#include <stdio.h>
main()
{ float a,b,x,y,y1,T,h,k;
int i,j,l;
printf("please enter how many times \nyou want to changge the value of T and k \n"); /*??????T?K???*/
scanf("%d",&j);
      for(i=1;i<=j;i++)
{
printf("please enter k\n");/*??K?*/
scanf("%d",&k);
printf("please enter T\n");/*??T?*/
scanf("%d",&T);
h=T/10;
a=T/(T+h);b=k*(1-a);
y1=y=0;
for(l=1;l<=20;l++)
    {x=5;
y=a*y1+b*x;
printf("%d,%f\n",l,y);
y1=y;
    }
}
}
gototop
 

为什么?
gototop
 

学是可以,但不要变成“黑客”呀
gototop
 
123   2  /  3  页   跳转
页面顶部
Powered by Discuz!NT