下面代码生成时第一行报错:time找不到标识符是什么意思?谢谢大神
srand((unsignedint)time(0));//docyclewhileerrorishigherthanparameter-eornumberofpasse...
srand((unsigned int)time(0));
//do cycle while error is higher than parameter -e or number of passes parameter -E
while((pass<param.pass)&&(fluctuation>param.error)) {
//nullifying changed values
changed.assign(changed.size(),false);
//cycle for instances
//sample[i] = Ek; sample - all examples 展开
//do cycle while error is higher than parameter -e or number of passes parameter -E
while((pass<param.pass)&&(fluctuation>param.error)) {
//nullifying changed values
changed.assign(changed.size(),false);
//cycle for instances
//sample[i] = Ek; sample - all examples 展开
2个回答
展开全部
time前加一个空格,开始处加入头文件,#include<time.h>。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你没有把函数库include进来吧
#include <stdio.h>
#include <stdlib.h>//srand()、rand()
#include <time.h>//time();
#include <conio.h>
int main()
{
srand((unsigned)time(NULL));
#include <stdio.h>
#include <stdlib.h>//srand()、rand()
#include <time.h>//time();
#include <conio.h>
int main()
{
srand((unsigned)time(NULL));
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询