搜索结果
找到约 908 项符合
Max-Int 的查询结果
汇编语言 在编制键盘输入程序时常常要用到一个键的扫描码或ASC码
在编制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个编码表不太容易,有时候找到的编码表又不全,无法查到组合键的编码,本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及A ...
操作系统开发 读取配置文件(ini格式)的程序
读取配置文件(ini格式)的程序,可返回int,char*,float类型等的配置项数值。
数据结构 用prim算法实验最小生成树 本程序中用到函数adjg( )
用prim算法实验最小生成树
本程序中用到函数adjg( ),此函数作用是通过接受输入的点数和边数,建立无向图。函数prg( )用于计算并输出无向图的邻接矩阵。函数prim( )则用PRIM算法来寻找无向图的最小生成树
定义了两个数组lowcost[max],closest[max],若顶点k加入U中,则令lowcost[k]=0。
定义二维数组g[ ][ ]来建立无向图的 ...
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 ...
文章/文档 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
...
其他书籍 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
数学计算 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 ...
VHDL/FPGA/Verilog 采用Altera公司的FPGA芯片
采用Altera公司的FPGA芯片,在MAX+plus II软件平台上实现多路HDLC电路
数据结构 基于N进制的多精度问题 本代码可以处理N进制的多精度四则运算。 输入格式: 全是正数
基于N进制的多精度问题
本代码可以处理N进制的多精度四则运算。
输入格式: 全是正数,string(或int)格式,请参见函数原型!开头不要有多余的零!
数学计算 基于STL string的高精度计算 支持以string类为存放格式的整数的多精度运算(包括+、-、*、/(整除)、%(取余)、-(取负)、乘方、开平方)
基于STL string的高精度计算
支持以string类为存放格式的整数的多精度运算(包括+、-、*、/(整除)、%(取余)、-(取负)、乘方、开平方),部分允许string式的“整型”与int型混合运算,支持正负号,结果一律用string 型存放(多精度对单精度取余(用int)除外!) ...