首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴一184的代码贴全部
#include <stdio.h>
 #include <math.h>
 #define f(x,y) (x-1)*(x-1)+(y+0.5)*(y+0.5)
 int main()
{  FILE *fp; long i,k=0;
   float x[10]={1.1,3.2,-2.5,5.67,3.42,-4.5,2.54,5.6,0.97,4.65};
   float y[10]={-6,4.3,4.5,3.67,2.42,2.54,5.6,-0.97,4.65,-3.33};
   /****考生在以下空白处写入执行语句 ******/



   /****考生在以上空白处写入执行语句 ******/
......................
阅读全部 | 2022年5月1日 19:52
1
一184