-
这里面是关于电气常用公式计算,对电子电气类学习参考有一定的价值...
这里面是关于电气常用公式计算,对电子电气类学习参考有一定的价值-There is a commonly used formula of electrical, electronic reference Electric learning has its value
- 2022-03-17 22:45:04下载
- 积分:1
-
自己编写的集合覆盖问题的贪心近似算法,请指教
自己编写的集合覆盖问题的贪心近似算法,请指教-I have written a collection of coverage of the greedy approximation algorithm for the problem, please advice
- 2023-03-08 15:20:02下载
- 积分:1
-
Use of a Jacobi iteration Roots of C++ source code
一个实用的雅可比迭代求根的C++源代码,可以很方便的进行计算,并且是由用户输入数据,很灵活。-Use of a Jacobi iteration Roots of C++ source code
- 2022-08-25 09:29:36下载
- 积分:1
-
目标追踪
目标追踪算法,自己结合 mean shift + kalman filter,效果还不错,半自动跟踪。毕设要求,结合了最简单的mean shift 算法,以及一个二维卡曼滤波器,实现了目标的实时跟踪监测,效果已经达到要求,在这里分享给大家。
- 2022-07-14 22:24:18下载
- 积分:1
-
Dijkstra算法
用C#实现的一种Dijkstra高效算法,有实例代码,可以参考一下。里面有一个类Dijkstragao,在Program的买你函数里有调用的实例。调用比较简单,好用。
- 2022-01-25 15:34:17下载
- 积分:1
-
用C开发的莱文森算法
用C开发的莱文森算法-the c levinson algorithm
- 2022-12-03 19:30:08下载
- 积分:1
-
traveling salesman Branch and Bound graphics algorithm to solve the traveling sa...
货郎担 分枝限界算法图形求解货郎担问题的分枝限界算法图形演示-traveling salesman Branch and Bound graphics algorithm to solve the traveling salesman problem Branch and Bound algorithm graphic demonstration
- 2023-01-15 15:25:04下载
- 积分:1
-
java统计单词
资源描述
本java程序实现:统计文章中单词出现的次数,并显示出现过的行号。
程序功能实现方式如下:
1.输入一行,对行号计数(也可一次输入全部文本,对行号计数)
2.为一行里的单词建立一个临时的数组,遍历每一个单词:若在单词表中没有,添加进入单词表(word + count +line); 若存在,个数加一(对应word的count++,line加上当前行号)。
3.输出单词表。
属性列名,word:单词;
count:出现次数;
line:出现行数
- 2022-05-10 19:24:32下载
- 积分:1
-
Baseflight(国外)开源飞控源码-基于MDK环境
Base flight飞控基于国外发展多年的Multiwii开源飞控发展升级,基于目前主流的STM32架构,代码清晰,注释规范,适合飞控人员学习研究。
- 2022-02-05 04:44:24下载
- 积分:1
-
code which produces plots of grid, velocity vectors, profiles of velocity compon...
code which produces plots of grid, velocity vectors, profiles of velocity components or temperature, contours of pressure, temperature or streamlines, and colour filled contours for
pressure, temperature or streamfunction.
- 2022-06-20 02:11:40下载
- 积分:1