搜索结果

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

汇编语言 在编制键盘输入程序时常常要用到一个键的扫描码或ASC码

在编制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个编码表不太容易,有时候找到的编码表又不全,无法查到组合键的编码,本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及A ...
https://www.eeworm.com/dl/644/345044.html
下载: 173
查看: 1028

操作系统开发 读取配置文件(ini格式)的程序

读取配置文件(ini格式)的程序,可返回int,char*,float类型等的配置项数值。
https://www.eeworm.com/dl/531/349039.html
下载: 113
查看: 1061

数据结构 用prim算法实验最小生成树 本程序中用到函数adjg( )

用prim算法实验最小生成树 本程序中用到函数adjg( ),此函数作用是通过接受输入的点数和边数,建立无向图。函数prg( )用于计算并输出无向图的邻接矩阵。函数prim( )则用PRIM算法来寻找无向图的最小生成树 定义了两个数组lowcost[max],closest[max],若顶点k加入U中,则令lowcost[k]=0。 定义二维数组g[ ][ ]来建立无向图的 ...
https://www.eeworm.com/dl/654/351489.html
下载: 154
查看: 1037

VHDL/FPGA/Verilog // -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial //

// -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial // Author : Winefred Washington // Created On : 2002 12 24 // Last Modified By: . // Last Modified On: . // Update Count : 0 // Status : Unknown, Use with caution! // Description Specification // General ...
https://www.eeworm.com/dl/663/354895.html
下载: 51
查看: 1095

文章/文档 The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general co

The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: &#8226 Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A ...
https://www.eeworm.com/dl/652/356451.html
下载: 27
查看: 1059

其他书籍 C/C++Compiler Suite 2.1 for converting MATLAB applications that contain math, GUIs, and graphics int

C/C++Compiler Suite 2.1 for converting MATLAB applications that contain math, GUIs, and graphics into freely distributable stand-alone C and C++ code
https://www.eeworm.com/dl/542/358454.html
下载: 39
查看: 1053

数学计算 To find and output 11-999 between the number of m, it is to meet m, m2 and m3 are several palindrome

To find and output 11-999 between the number of m, it is to meet m, m2 and m3 are several palindrome. The so-called palindrome refers to the number of its symmetrical figures that the whole number, for example, 121,676,94249 and so on. To meet the above requirements, such as the number of m = 11, m2 ...
https://www.eeworm.com/dl/641/365538.html
下载: 169
查看: 1057

VHDL/FPGA/Verilog 采用Altera公司的FPGA芯片

采用Altera公司的FPGA芯片,在MAX+plus II软件平台上实现多路HDLC电路
https://www.eeworm.com/dl/663/365835.html
下载: 27
查看: 1053

数据结构 基于N进制的多精度问题 本代码可以处理N进制的多精度四则运算。 输入格式: 全是正数

基于N进制的多精度问题 本代码可以处理N进制的多精度四则运算。 输入格式: 全是正数,string(或int)格式,请参见函数原型!开头不要有多余的零!
https://www.eeworm.com/dl/654/366671.html
下载: 136
查看: 1033

数学计算 基于STL string的高精度计算 支持以string类为存放格式的整数的多精度运算(包括+、-、*、/(整除)、%(取余)、-(取负)、乘方、开平方)

基于STL string的高精度计算 支持以string类为存放格式的整数的多精度运算(包括+、-、*、/(整除)、%(取余)、-(取负)、乘方、开平方),部分允许string式的“整型”与int型混合运算,支持正负号,结果一律用string 型存放(多精度对单精度取余(用int)除外!) ...
https://www.eeworm.com/dl/641/366676.html
下载: 76
查看: 1033