搜索:Int+13

找到约 1,802 项符合「Int+13」的查询结果

结果 1,802
按分类筛选
显示更多分类
https://www.eeworm.com/dl/625/297989.html 游戏

DOS游戏编程中处理Int 13的工具包

DOS游戏编程中处理Int 13的工具包
下载 34
·
查看 1058
https://www.eeworm.com/dl/644/270637.html 汇编语言

class Time { public: Time(int =0,int =0,int =0) void setTime(int,int,int) void printMilita

class Time { public: Time(int =0,int =0,int =0) void setTime(int,int,int) void printMilitary() void printStandard() private: int hour int minute int second }
下载 62
·
查看 1082
https://www.eeworm.com/dl/534/255740.html 其他

huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }

huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }hnodetype
下载 49
·
查看 1049
https://www.eeworm.com/dl/534/456882.html 其他

Usage: void CRC(int*,int*,int,int) Input: XAR0:coded data(InputData)

Usage: void CRC(int*,int*,int,int) Input: XAR0:coded data(InputData) XAR1:decoded CRC bits(CrcPoly) T0: Length of coded data(CodeOutlen) T1: Length of CRC bits(CrcPolylen) ...
下载 85
·
查看 1089
https://www.eeworm.com/dl/639/165095.html 文件格式

这文档,是祥细说明了Int 13调用的技术文件.

这文档,是祥细说明了Int 13调用的技术文件.
下载 53
·
查看 1057
https://www.eeworm.com/dl/686/223786.html VC书籍

void statistics(int signo) unsigned short cal_chksum(unsigned short *addr,int len) int pack(int

void statistics(int signo) unsigned short cal_chksum(unsigned short *addr,int len) int pack(int pack_no) void send_packet(void)
下载 72
·
查看 1198
https://www.eeworm.com/dl/658/393667.html STL

int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while

int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) }
下载 31
·
查看 1144
https://www.eeworm.com/dl/619/451808.html Linux/Unix编程

int show_char(int n, const char *name, chtype code) { const int height = 16 int row = 4 + (

int show_char(int n, const char *name, chtype code) { const int height = 16 int row = 4 + (n height) int col = (n / height) * COLS / 2 mvprintw(row, col, " *s : ", COLS/4, name) addch(code) return n + 1 }
下载 34
·
查看 1170
https://www.eeworm.com/dl/650/376204.html 人工智能/神经网络

河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,in

河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("最少搬移的次數為%d次\n",fun_a(n)) printf("是否顯示 ...
下载 22
·
查看 1116
https://www.eeworm.com/dl/684/304512.html 软件设计/软件工程

请编写一个函数jsValue(int m,int k,int xx[])

请编写一个函数jsValue(int m,int k,int xx[]),该函数的功能是:将大于整数m且紧靠m的k个素数存入数组xx传回。 最后调用函数writeDat()读取10组数据,分别得出结果且把结果输出到文件out.dat中。 部分源程序存在文件prog1.c中。 例如:若输入17 5 则应输出:19,23,29,31,37。 ...
下载 119
·
查看 1066