-
GibbsLDA
用Gibb Sampling 的方法对LDA的参数进行推断(LDA model with Gibbs Sampling for inference)
- 2019-01-24 09:28:57下载
- 积分:1
-
lab39-EEPROM
研旭TMS320F28335 DSP开发板EEPROM示例程序,如果使用CCS3.3拷贝到安装目录下的MyProject下,不能有中文路径(YanxuTMS320F28335 DSP research development board EEPROM sample program.In CCS3.3 please copy this to MyProject installation directory. Chinese path is invalid.)
- 2015-06-05 16:39:03下载
- 积分:1
-
华为比赛
华为2016年比赛,从始点出发到终点,经过必经节点,用蚁群算法,用例都能跑出来
- 2023-05-03 06:40:02下载
- 积分:1
-
const
const 声明将常量放入符号表中,当const使用了extern或&符号,编译分配存储空间(The const declaration places constants in the symbol table, and when const uses extern or symbol, compiles and allocates storage space)
- 2020-06-24 23:40:12下载
- 积分:1
-
GEMS (4)
this is desk ok code?
- 2017-08-04 18:30:39下载
- 积分:1
-
TMS320F28335 DSP原理、开发及应用,里面PID程序不懂,有木有可以帮忙看一下,谢谢
//====================================================
//PID.h文件
//====================================================
#ifndef PID_H
#define PID_H
#include "C28x_FPU_FastRTS.h"
#define PID_DEBUG 1 //条件编译的判别条件
//-----------------------------------------------------------------------------
//定义PID计算用到的结构体对象类型,在创建多个实例时,只需将变量声明为PID_FUNC类型即可
//-----------------------------------------------------------------------------
typedef struct {
float Give; //输入:系统待调节量的给定值
float Feedback; //输入:系统待调节量的反馈值
//PID调节器部分
float Kp; //输入:对应式(15-53)中的Kp
float Ti; //输入:对应式(15
- 2022-02-28 20:39:06下载
- 积分:1
-
4.3_uc_gui
4.3寸 LCD显示 STM32 代码 采用uCOS-II方式(4.3-inch LCD display STM32 code)
- 2013-11-29 13:12:43下载
- 积分:1
-
toe-games
这是一个基于二维的2D组合交互程序,可以随意加到自己相关程序中(This is a combination of 2D interactive program based on a two-dimensional, can be freely added to their program)
- 2012-11-17 22:57:25下载
- 积分:1
-
031610203 周文惠 第三章作业
说明: 南航C++书后第三章习题,用的是C++语言编写,但是是vc6.0的老版编译器编写!(Chapter 3 exercises after Nanhang C++ book are written in C++ language, but it is written by the old compiler of vc6.0.)
- 2018-12-22 20:23:46下载
- 积分:1
-
人体识别代码HOG+SVM
开发平台vs2015,语言C++,用到了opencv3.1,做了训练器,基本上只要把训练图片,负面图片,测试图片放到文件夹里点bat文件再在vs里面运行就可以训练和测试看结果了,白痴都能用。
- 2022-06-15 14:37:02下载
- 积分:1