-
MATLAB-CSharp
用于C#调用matlab的计算功能,通过matlab的m文件生成DLL进行调用(For C# calculation function call matlab matlab m file generated DLL call)
- 2012-11-24 21:05:29下载
- 积分:1
-
libpcap
linux 上libpcap开发包,可实现类似于tcpdump之类的开发(Libpcap development kit on linux)
- 2020-06-23 19:00:02下载
- 积分:1
-
ACM无向连通图最小生成树
题目描述
请输出无向连通图最小生成树权重之和。
输入
第一行是2个整数,分别表示顶点个数n和边数m。接下来的m行中,每一行第一个整数表示边的开始顶点,第二个表示边的结束顶点,第三个表示这条边的权重。
(
测试数据中保证图是连通图;
没有自环;
两个顶点之间只有一条边;
0
- 2022-02-22 12:05:25下载
- 积分:1
-
OCR2
this file classify number an alphabet
- 2009-12-05 01:00:35下载
- 积分:1
-
emd
经验模态分解分析噪声信号,带源码,初学者可参考(Empirical mode decomposition analysis of noise signal, with source code, beginners can reference)
- 2012-04-26 13:01:46下载
- 积分:1
-
GE-Laser example
固高运动控制卡例子,包括各种使用GE-Laser运动控制卡实现的例子(Example of fixed height motion control card)
- 2021-02-14 10:39:49下载
- 积分:1
-
C_Primer_PlusNote
含有C_Primer_Plus_(第五版)_中文版另外还有C_Primer_Plus的读书笔记(Containing C_Primer_Plus_ (Fifth Edition) _ Chinese version Another C_Primer_Plus reading notes)
- 2014-10-27 21:50:52下载
- 积分:1
-
check_valve_motion
排氣閥門的UDF,裏頭有寫著在如何的壓力底下排氣閥門會開啟,當壓力未達到時排氣閥門將會關閉(Exhaust valve UDF, inside there that says how the pressure beneath the exhaust valve opens when the pressure does not reach the exhaust valve will be closed)
- 2014-11-26 15:25:42下载
- 积分:1
-
在生产过程中,可以实现对动态画面的捕捉功能…
用Delphi制作的程序,可以实现对屏幕的动态抓取的功能。-Delphi production process, can achieve the right dynamic screen capture function.
- 2022-06-03 07:23:10下载
- 积分:1
-
震惊中国13亿人的代码
private bool _isHead;
public bool IsHead//属性
{
get { return _isHead; }
set { _isHead = value; }
}
//蛇块的编号
private int _blockNumber;
public int BlockNumber
{
get { return _blockNumber; }
set { _blockNumber = value; }
}
- 2022-07-03 18:18:49下载
- 积分:1