搜索:time.h
找到约 7 项符合「time.h」的查询结果
结果 7
https://www.eeworm.com/dl/619/405432.html
Linux/Unix编程
ecos time patch file (/home/jacmet/ecos.orig/packages/isoinfra/current/include/sys/time.h)
ecos time patch file (/home/jacmet/ecos.orig/packages/isoinfra/current/include/sys/time.h)
https://www.eeworm.com/dl/654/401327.html
数据结构
:#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],in
:#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ...
https://www.eeworm.com/dl/625/297545.html
游戏
五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h
五子棋小游戏#include<stdlib.h>
#include<time.h>
#include<stdio.h>
#include<conio.h>
int chess[169]={0} /*棋盘*/
struct chess_t/*作为辅助,即是作为建意*/
{
char attack /*攻防用的,0表示守,1表示攻*/
int j /*作为优先级用*/
}chess_a[169] ...
https://www.eeworm.com/dl/518/453103.html
数值算法/人工智能
BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma
BP神经网络程序,C语言源代码
如下:
#include "iostream.h"
#include "iomanip.h"
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
#include "time.h"
#include "fstream.h"
#define N 120 //学习样本个数
#define IN 3 //输入层神经元数目
#define HN 2 //隐层神经元数目
#define ON 2 // ...
https://www.eeworm.com/dl/531/313465.html
操作系统开发
小程序应有如下功能: 1、登记。登记每位同学的上网卡号
小程序应有如下功能:
1、登记。登记每位同学的上网卡号,押金(>=5 RMB)和上网时刻。
2、查询。可以查询每个上网卡号的上网时刻,上网的时间,押金和当前的费用。
3、结账。根据卡号可以算出 应收金额,应找金额。
4、提醒。当某个上网卡号的 上网费用 >= 它的押金时应提醒管理员。
5、续费。当某个上 ...