搜索:time.h

找到约 7 项符合「time.h」的查询结果

结果 7
https://www.eeworm.com/dl/534/144360.html 其他

c编译器中time.h的实现

c编译器中time.h的实现,对于要想了解c的标准库,有必要看一看。
下载 177
·
查看 1099
https://www.eeworm.com/dl/619/348130.html Linux/Unix编程

Linux下头文件time.h的实现源码

Linux下头文件time.h的实现源码
下载 27
·
查看 1276
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)
下载 29
·
查看 1110
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)++ ...
下载 51
·
查看 1108
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] ...
下载 148
·
查看 1235
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 // ...
下载 40
·
查看 1184
https://www.eeworm.com/dl/531/313465.html 操作系统开发

小程序应有如下功能: 1、登记。登记每位同学的上网卡号

小程序应有如下功能: 1、登记。登记每位同学的上网卡号,押金(>=5 RMB)和上网时刻。 2、查询。可以查询每个上网卡号的上网时刻,上网的时间,押金和当前的费用。 3、结账。根据卡号可以算出 应收金额,应找金额。 4、提醒。当某个上网卡号的 上网费用 >= 它的押金时应提醒管理员。 5、续费。当某个上 ...
下载 59
·
查看 1109