搜索结果
找到约 50,972 项符合
A-C 的查询结果
其他书籍 A detailed explanation of C# 2.0 An introduction to Visual Studio 2005, a tool set for building
A detailed explanation of C# 2.0
An introduction to Visual Studio 2005, a tool set for building Windows and web applications
More than 200 questions and programming exercises to help you better judge your understanding of the material
A greater emphasis on event handling
Information on gene ...
汇编语言 Program to implement a list data structure in C++ (partial) With debug output for poor-man s anima
Program to implement a list data structure in C++ (partial)
With debug output for poor-man s animation
matlab例程 可以进行曲线回归拟合算法的四参数算法。函数为 y = (a-d)/(1+(x/c)^b) +d . ec50.m 为其主要函数
可以进行曲线回归拟合算法的四参数算法。函数为 y = (a-d)/(1+(x/c)^b) +d . ec50.m 为其主要函数
VC书籍 本程序是完成一个函数计算器的功能,通过输入表达式,然输入表达的未知数,则可以计算出表达式的值来:如:a+b+c+sin(a+b),分别输入a ,b ,c 的值,就可以计算表达式的值
本程序是完成一个函数计算器的功能,通过输入表达式,然输入表达的未知数,则可以计算出表达式的值来:如:a+b+c+sin(a+b),分别输入a ,b ,c 的值,就可以计算表达式的值
系统设计方案 小信号放大器的设计 1. 放大器是射频/微波系统的必不可少的部件。 2. 放大器有低噪声、小信号、高增益、中功率、大功率等。 3. 放大器按工作点分有A、AB、B、C、D…等类型。 4. 放大
小信号放大器的设计
1. 放大器是射频/微波系统的必不可少的部件。
2. 放大器有低噪声、小信号、高增益、中功率、大功率等。
3. 放大器按工作点分有A、AB、B、C、D…等类型。
4. 放大器指标有:频率范围、动态范围、增益、噪声系数、工作效率、1dB压缩点、三阶交调等。 ...
其他行业 A Numerical Photonics library written in C++. The library includes beam propagation method, coupled
A Numerical Photonics library written in C++. The library includes beam propagation method, coupled mode method, Bragg Gating Analysis, transfer matrix method, and vectorial Fourier Decomposition method. Very useful in simulating integrated Photonic devices
书籍源码 Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:d
Floyd-Warshall算法描述
1)适用范围:
a)APSP(All Pairs Shortest Paths)
b)稠密图效果最佳
c)边权可正可负
2)算法描述:
a)初始化:dis[u,v]=w[u,v]
b)For k:=1 to n
For i:=1 to n
For j:=1 to n
If dis[i,j]>dis[i,k]+dis[k,j] Then
Dis[I,j]:=dis[I,k]+dis[k,j]
c)算法结束:dis即为所有点对的最短路径矩阵
3)算法小 ...
电子书籍 a programme set to teach you how to use c
a programme set to teach you how to use c
数学计算 An object-oriented C++ implementation of Davidson method for finding a few selected extreme eigenpai
An object-oriented C++ implementation of Davidson method for finding a few selected extreme eigenpairs of a large, sparse, real, symmetric matrix
书籍源码 加密程序源代码* A 变成 C
加密程序源代码* A 变成 C,B 变成 D,a 变成 c,b 变成 d,Y 变成 A,
* z 变成 b,以此类推。非字母字符不变。