搜索结果
找到约 12,512 项符合
A-int 的查询结果
其他书籍 C++ XML is a book exclusively devoted to the power and complexities of integrating XML standards int
C++ XML is a book exclusively devoted to the power and complexities of integrating XML standards into C++.
数学计算 1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素
1.功能
用全选主元高斯消去法计算矩阵A的秩(C语言)
2.函数参数说明
double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏
int m : 矩阵A的行数
int n : 矩阵A的列数
int rank() : 函数返回A的秩
3.文件说明
rank.c为函数程序
rank0.c为主函数程序 ...
数学计算 1.功能 用全选主元高斯消去法计算n阶方阵A所对应的行列式的值(C语言) 2.参数说明 double a[n][n] : 存方阵A的元素
1.功能
用全选主元高斯消去法计算n阶方阵A所对应的行列式的值(C语言)
2.参数说明
double a[n][n] : 存方阵A的元素,返回时被破坏
int n : 方阵A的阶数
double sdet() : 函数返回行列式的值
3.文件说明
sdet.c为函数程序
sdet0.c为主函数程序 ...
加密解密 C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods:
C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProb ...
其他嵌入式/单片机内容 红外线遥控器解码程序(汇编) ORG 0000H AJMP MAIN ORG 0003H 外部中断INT0入口地址 AJMP INT 转中断服务子程序 MAIN:
红外线遥控器解码程序(汇编)
ORG 0000H
AJMP MAIN
ORG 0003H 外部中断INT0入口地址
AJMP INT 转中断服务子程序
MAIN: MOV SP,#40H
MOV P1,#00H
SETB EA 开CPU中断
SETB IT0 设定INT0触发方式
SETB EX0 INT0请求中断
DSP: MOV R2,#9 将遥控器键值转化成A(0~9)
MOV DPTR,#TAB1
VV: MOV A,R2
MOVC A, ...
编译器/解释器 UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of these are standard C ...
Windows CE #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d
#ifdef _AFXDLL
Enable3dControls() // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic() // Call this when linking to MFC statically
#endif
CPreviewDialogDlg dlg
m_pMainWnd = &dlg
int nResponse = dlg.DoModal()
if (nResponse == IDOK)
{
// TODO: Place code here to ...
数据结构 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *
编程题(15_01.c)
结构
struct student
{
long num
char name[20]
int score
struct student *next
}
链表练习:
(1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中
的学号、成绩由键盘输入,一共n个节点。
(2).编写函数void print(struct student *head),输出 ...
其他 This file implements the Date class member functions Date representation: int variable -- year,mon a
This file implements the Date class member functions Date representation: int variable -- year,mon and day
其他书籍 密码算法程序包miracl contains all the source code for the latest version of MIRACL: a Multiprecision Int
密码算法程序包miracl
contains all the source code for the latest
version of MIRACL: a Multiprecision Integer and Rational Arithmetic C/C++
library.