搜索结果
找到约 41,410 项符合
C-G 的查询结果
压缩解压 Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent per
Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanent.c".
其他书籍 C G I又称通用网关接口(Common Gateway Interface)
C G I又称通用网关接口(Common Gateway Interface),是外部程序和We b服务器之间的标
准编程接口, P H P隐藏了其中的大部分复杂性,但是,了解一些它的基本内容对设计应用程
序和进行调试都有很大帮助。
技术资料 基于NXP MPC5748xB-C-G 车联 工业网关控制系统
基于NXP MPC5748xB-C-G 车联 工业网关控制系统
技术资料 激光雷达系统与技术--(美)巴克曼(C.G. Bachman)著
激光雷达系统与技术-(美)巴克曼(C.G. Bachman)著-胡桂兰译-国防工业出版社-1983-148P-2.25M
系统设计方案 metricmatlab ch­ ¬ ng 4 Ma trË n - c¸ c phÐ p to¸ n vÒ ma trË n
metricmatlab
ch&#173 &#172 ng 4
Ma tr&#203 n - c&#184 c ph&#208 p to&#184 n v&#210 ma tr&#203 n.
4.1 Kh&#184 i ni&#214 m:
- Trong MATLAB d÷ li&#214 u &#174 &#211 &#174 &#173 a v&#181 o x&#246 l&#253 d&#173 íi d&#185 ng ma tr&#203 n.
- Ma tr&#203 n A c&#227 n h&#181 ng, m cét &#174 &#173 & ...
数据结构 Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Com
Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper triangular part.
数据结构 图的深度遍历
图的深度遍历,输出结果为(红色为键盘输入的数据,权值都置为1):
输入顶点数和弧数:8 9
输入8个顶点.
输入顶点0:a
输入顶点1:b
输入顶点2:c
输入顶点3:d
输入顶点4:e
输入顶点5:f
输入顶点6:g
输入顶点7:h
输入9条弧.
输入弧0:a b 1
输入弧1:b d 1
输入弧2:b e 1
输入弧3:d h 1
输入弧4:e h 1
输入弧5 ...
源码 多项式计算代码
void DFS(MGraph G, int i)
{
    int j;
    visited[i] = TRUE;
    printf("%c ",    G.vexs[i]);
&nbsp; &nbsp; for (j=0; j<G.numVertexes; ++j)
&nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; &nbsp; if (G.arc[i][j]!=INFINITY &nbsp;&& &nbsp;!visited[j])
&nbsp; &nbsp; &nbsp; ...
多媒体处理 G.711,G.723.1,G.726,G.729,GSM CODEC C/C++ code
·G.711,G.723.1,G.726,G.729,GSM CODEC C/C++ code 文件列表: ipp_sample ..........\speech-coding ..........\.............\application ..........\.............\...........\usc
多媒体处理 G.726 ADPCM算法在C语言上的实现代码
·详细说明:G.726 ADPCM算法在C语言上的实现代码,对研究与开发和ADPCM相关有很大的参考跟实用价值