搜索结果

找到约 65 项符合 pseudo-Arc 的查询结果

单片机开发 This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud

This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source c ...
https://www.eeworm.com/dl/648/294151.html
下载: 93
查看: 1062

matlab例程 This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud

This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source c ...
https://www.eeworm.com/dl/665/305244.html
下载: 25
查看: 1051

书籍源码 一定要在TC下运行

一定要在TC下运行,需要包括一些头文件,如graphic.h 要求:画一辆小车不停地水平从屏幕左边运动到右边,随着每一遍运动,小车高度均匀下降,降到最低后返回最高处 相关函数:delay(),kbhit(),lineto(),moveto(),arc(),circle()等。
https://www.eeworm.com/dl/532/334524.html
下载: 182
查看: 1019

GPS编程 The idea behind differential GPS is to remove as much errors as possible from the range measurements

The idea behind differential GPS is to remove as much errors as possible from the range measurements by establishing these errors at a reference site. In its most simple setup, a GPS receiver is located at a well surveyed position and its (pseudo) range measurements are compared with the actual calc ...
https://www.eeworm.com/dl/693/365351.html
下载: 54
查看: 1087

单片机开发 AMOP 0.3 is an Automatic Mock Object for C++. By using ABI and template techniques, it can simulate

AMOP 0.3 is an Automatic Mock Object for C++. By using ABI and template techniques, it can simulate a pseudo-"Reflection" which is normally not support in C++ . The main differences between AMOP and other mock object library is that, users DO NOT need to implement the interface of the object which ...
https://www.eeworm.com/dl/648/374168.html
下载: 187
查看: 1044

SQL Server 高级C语言源程序范例 Source Code from Que publications "Advanced C" Techniques and Aplications ISBN 0

高级C语言源程序范例 Source Code from Que publications "Advanced C" Techniques and Aplications ISBN 0-88022-162-3 Advanced C Techniques and Applications QUE Unpack into a directory with the following structure root - Contents of this arc. root/bgs Contents of BGS.arc root/uis Contents ...
https://www.eeworm.com/dl/689/407338.html
下载: 173
查看: 1065

人工智能/神经网络 Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two

Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two groups: one group including a particular arc and the other excluding this arc. 1.Each splitting incurs a lower bound and we shall traverse the searching tree with the "lower" lower bound. 2.If a const ...
https://www.eeworm.com/dl/650/444394.html
下载: 111
查看: 1046

通讯编程文档 Some thesis studies about wireless sensor network algorithms. Algorithms are considered and some pse

Some thesis studies about wireless sensor network algorithms. Algorithms are considered and some pseudo codes are shown.
https://www.eeworm.com/dl/646/470880.html
下载: 53
查看: 1045

JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
https://www.eeworm.com/dl/685/482771.html
下载: 199
查看: 1065

源码 多项式计算代码

void DFS(MGraph G, int i) {     int j;     visited[i] = TRUE;     printf("%c ",    G.vexs[i]);     for (j=0; j<G.numVertexes; ++j)     {         if (G.arc[i][j]!=INFINITY  &&  !visited[j])       ...
https://www.eeworm.com/dl/513812.html
下载: 1
查看: 4