-
finitestatesearch
个人开发,用c++描述一种有限状态搜索机算法,根据设定的限制条件搜索满足需求的码字组合,用于搜索满足条件的ldpc码(a finite state searching program by c++)
- 2014-12-10 21:41:27下载
- 积分:1
-
alxorzthm__very
DTW算法,非常优秀,非常好用的 推荐给大家使用(DTW algorithm, very good, very useful recommendation for everyone to use)
- 2017-05-09 19:04:00下载
- 积分:1
-
qt 实现的故障树
qt 实现的故障树 void FaultTree::calcPosition(){ int maxLayer = 0; //获取最大层数 for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() > maxLayer) maxLayer = m_list.at(index)->layer(); } //计算最大宽度 int maxWidth = 0, count; for (int layer = 1; layer < maxLayer+1; ++layer) { count = 0; for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() == layer) count++; } if (count > m
- 2022-08-26 04:01:10下载
- 积分:1
-
BhoNew_src(2)
this project is safe browsing project with BHO in IE
- 2014-09-20 22:14:11下载
- 积分:1
-
ODBC连接数据库(VC环境)
利用Oracle 数据库的处理工具实现将C代码写的带有嵌入式SQL语句的.pc文件转换成可以编译执行的.C文件,实现C程序与Oracle之间的连接与增删改查。
- 2022-03-06 17:23:33下载
- 积分:1
-
bellman
bellman-ford算法,典型最短路算法,用于计算一个节点到其他所有节点的最短路径(bellman-ford algorithm, a typical shortest path algorithm for computing a node to all other nodes of the shortest path)
- 2010-06-12 02:30:53下载
- 积分:1
-
Plot-curves
基于MFC建立的程序,可以打开文本文档的数据并绘制曲线(MFC-based program , you can open a text document and draw the curve)
- 2011-09-13 17:33:27下载
- 积分:1
-
svpwm_simulink
说明: 永磁同步电机SVPWM C代码,可以直接匹配嵌入式系统(The C code of SVPWM can match the embedded system directly.)
- 2019-12-18 15:56:38下载
- 积分:1
-
iis6建站工具源码下载
iis6建站工具源码下载
- 2015-05-07下载
- 积分:1
-
ccccccccc
定义一个结构体变量(包括年、月、日),计算该日在本年中为第几天?(注意考虑闰年问题),要求写一个函数days,实现上面的计算。由主函数将年月日传递给days函数,计算后将日子传递回主函数输出(Define a structure variable (including the year, month, day), calculated on that day in the middle of this year for the first few days? (Note that the leap to consider the issue), asked to write a function of days, to achieve the above calculations. By the main function will be passed to the days date function to calculate the days will pass back to the main function of the output)
- 2010-01-12 20:48:39下载
- 积分:1