数模论坛

 找回密码
 注-册-帐-号
搜索
热搜: 活动 交友 discuz
查看: 1797|回复: 1

数模B题讨论群 8306829

[复制链接]
发表于 2005-9-17 19:44:27 | 显示全部楼层 |阅读模式
<>群里有人已经做到第四步了</P>
<>好强!</P>
 楼主| 发表于 2005-9-17 20:34:42 | 显示全部楼层
<BR>#include&lt;stdio.h&gt;<BR>#include&lt;stdlib.h&gt;<BR>#include&lt;time.h&gt;<BR>#define N 1000<BR>#define M  4//4 zhou qi<BR>int *find(int *a,int n,int m)/ 出数组a中大于m的元素的下标,n为数组a的维数<BR>{<BR> int *p;<BR> int i ;<BR> p=new int[n];<BR> for(i=0;i&lt;n;i++)<BR>  *(p+i)=-1;<BR> for(i=0;i&lt;n;i++)<BR>  if(a&gt;m)<BR>           *(p+i)=i;<BR> return p;<BR>}<BR>void main()<BR>{<BR> int i,j,k,l;<BR> int x[M],y,z,h;<BR> int a[M][N];<BR> int shm[N];<BR>    int *c;<BR> int b[N][5];<BR> for(i=0;i&lt;N;i++)<BR>  for(j=0;j&lt;5;j++)<BR>            b[j]=0;<BR> int num[5]={200,100,50,25,10};<BR> int ret[500][5];//record the result<BR> float result[5];<BR> srand((unsigned)time(NULL));<BR> for(i=0;i&lt;500;i++)//模拟500次
您需要登录后才可以回帖 登录 | 注-册-帐-号

本版积分规则

小黑屋|手机版|Archiver|数学建模网 ( 湘ICP备11011602号 )

GMT+8, 2024-11-29 04:33 , Processed in 0.062021 second(s), 19 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表