搜索结果

找到约 908 项符合 Max-Int 的查询结果

编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.

/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
https://www.eeworm.com/dl/628/132935.html
下载: 104
查看: 1028

编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.

/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
https://www.eeworm.com/dl/628/132936.html
下载: 97
查看: 1066

编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.

/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
https://www.eeworm.com/dl/628/132937.html
下载: 133
查看: 1026

VC书籍 C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.141

C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.1415926 /* 宏常量,在稍后章节再详解 */ #define circle(radius) (PI*radius*radius) /* 宏函数,圆的面积 */ /* 将比较数值大小的函数写在自编include文件内 */ int show_big_or_small (int a,int ...
https://www.eeworm.com/dl/686/134069.html
下载: 41
查看: 1075

其他 本程序用于测试实时时钟模块SD2000系列功能之一:四种中断功能 程序功能如下: 1.在SD2000试验板上显示实时时间的小时和分钟? 2./INT1 到指定时刻时输出低电平. 3./INT2输出固定

本程序用于测试实时时钟模块SD2000系列功能之一:四种中断功能 程序功能如下: 1.在SD2000试验板上显示实时时间的小时和分钟? 2./INT1 到指定时刻时输出低电平. 3./INT2输出固定频率32768HZ. 4.测试每分钟边沿中断输出(INT MODE3)和每分钟固定中断输出(INT MODE4)功能 ...
https://www.eeworm.com/dl/534/135388.html
下载: 139
查看: 1058

酒店行业 餐饮管理系统数据库设计文档 表名:bzqbj(保质期报警表) 字段名 字段类型 字段长度 (0表示不允许NULL

餐饮管理系统数据库设计文档 表名:bzqbj(保质期报警表) 字段名 字段类型 字段长度 (0表示不允许NULL,1为允许) id bigint 8 0 id ylid varchar 50 1 原料id ylmc varchar 50 1 原料名称 diffbzq bigint 8 1 距离保质期的时间 diffbzqyj bigint 8 1 距离保质预警期的时间 bzq bigint 8 1 ...
https://www.eeworm.com/dl/659/135857.html
下载: 157
查看: 1048

Internet/网络编程 /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式

/** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * ...
https://www.eeworm.com/dl/620/138719.html
下载: 56
查看: 1084

通讯/手机编程 A C++ framework for creating Linux and Windows communications applications that contain Dialogic/Int

A C++ framework for creating Linux and Windows communications applications that contain Dialogic/Intel NetStructure products. Includes media and network classes (analog, digital, SIP, H323), multithreaded event handling, distributed app support.
https://www.eeworm.com/dl/527/139616.html
下载: 118
查看: 1116

VHDL/FPGA/Verilog 个人硬件课程设计

个人硬件课程设计,简单实现了FPGA平台的路口交通灯管理,开发环境为MAX+plus
https://www.eeworm.com/dl/663/143268.html
下载: 35
查看: 1017

加密解密 多数程序设计语言处理整数的能力时有限的

多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。
https://www.eeworm.com/dl/519/143905.html
下载: 147
查看: 1037