-
词频统计C++
给定一篇英文文本,要求提取其中所有的单词并计算其一元词频(某个单词出现的次数)和二元词频(两个连续单词出现的次数)
举例:I have an apple . And you have an apple , too .
输出: i--1,have--2,an--2,apple--2,and--2,you--1,too--1
an apple--2
- 2023-04-02 15:30:05下载
- 积分:1
-
this procedure in running Matlab environment suitable for solving a class of lin...
此程序在matlab环境下运行,适于求解线性规划一类问题。(单纯形法)-this procedure in running Matlab environment suitable for solving a class of linear programming problems. (Simplex)
- 2022-01-26 04:35:30下载
- 积分:1
-
基于遗传算法的pid控制器
基于遗传群算法的PID控制器优化设计,通过对PID三个变量比例、积分和微分的参数寻优,得到最佳的三个参数,得到控制器最好输出曲线,其超调量最小,超调时间小。
- 2022-03-25 04:51:34下载
- 积分:1
-
Least Soft-thresold Squares Tracking
we propose a generative tracking method based on a novel robust linear regression algorithm. In con-
trast to existing methods, the proposed Least Soft-thresold Squares (LSS) algorithm models the error term with the
Gaussian-Laplacian distribution, which can be solved ef- ficiently. Based on maximum joint likelihood of parameters,
we derive a LSS distance to measure the difference between an observation sample and the dictionary. Compared with
the distance derived from ordinary least squares methods, the proposed metric is more effective
- 2022-03-22 17:30:20下载
- 积分:1
-
基于最小二乘原理的曲线拟合程序
基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
- 2022-07-14 22:15:41下载
- 积分:1
-
循环对象中的Java对象
循环对象中的Java对象-recycling target of Java objects
- 2022-03-31 05:39:57下载
- 积分:1
-
PIXhawk STM32开源飞控源码
资源描述
PIXhawk飞控是3DR公司在APM飞控的基础上开发的PX4飞控后的改进版也就是第二版将PMU和PMIO合在一体的多旋翼固定翼以及车,船等航模车模开源控制系统
代码运行在STM32硬件上,内置RTOS系统Nuttx,pix飞控的前身是苏黎世理工大学创立,后SDR等公司成为其中一员。
本代码全部开源,包括硬件资源,详细信息请参考开源网站如下所示:
http://pixhawk.org/start
http://ardupilot.com/
- 2022-01-24 18:52:19下载
- 积分:1
-
FPGA-Quartus-对四个数码管上的数字进行排序
资源描述FPGA-Quartus-对四个数码管上的数字进行排序
- 2023-03-02 11:45:03下载
- 积分:1
-
Discrete Mathematics in order to achieve the set of C++. C++, Discrete Mathemati...
离散数学中求集合的C++实现。用C++实现离散数学中的求集合这一公式,原理及代码都很简单的问题。-Discrete Mathematics in order to achieve the set of C++. C++, Discrete Mathematics in order to achieve the collection of this formula, principles and code are very simple questions.
- 2022-04-29 00:34:25下载
- 积分:1
-
C + +库为Excel的xls的动态生成。
应用背景对于Excel的动态生成一个跨平台的C++库。xls文件包含多个工作表。不像。CSV文件,可以直接打开Excel,从而提供了一个极好的方式来输出大量数据,需要进一步分析。看到最新的变化,选择“文件”,查看在那窗格的底部显示的说明文字。关键技术重要:主要变化是包含在目前的svn源。如果你有时间,请尝试使用它或xlslib-package-2.4.0b1.zip档案,并输入bug报告任何问题!并;变化:•库特定的字符串,现在在自己的命名空间- iOS Objective-C库 ;大多数项目文件更新(MSVS等)•桥梁现在支持公式
- 2022-05-25 16:57:29下载
- 积分:1