system.h

来自「Linear Assignment Problem solver for Mat」· C头文件 代码 · 共 18 行

H
18
字号
// System dependent definitions and functions
// File: system.h

#include <iostream.h>
#include <iomanip.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>     // for seconds()

/*************** FUNCTIONS  *******************/

extern void seedRandom(unsigned int seed);
	      
extern double random(void);

extern double seconds();

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?