-
TTS
用C#开发的一个语音朗读程序,可以朗读文章,能运行(C# developer with a voice reading program that can read the essay, can run)
- 2011-05-08 19:15:37下载
- 积分:1
-
旋转编码器测速和读取脉冲
针对stm32f103芯片的arm板上用于编码器转速和读取脉冲,另文件内附有硬件接线说明(The arm board of STM32F103 chip is used for encoder speed and reading pulse. Hardware wiring instructions are attached to the file.)
- 2020-06-25 13:00:02下载
- 积分:1
-
传统DPC
说明: 电网经过整流使用传统DPT控制器的设计与仿真(Design and Simulation of traditional DPT controller for power grid after rectification.)
- 2020-11-12 17:19:44下载
- 积分:1
-
这是一个用ListView进行数据显示的例子――宾馆管理系统
这是一个用ListView进行数据显示的例子――宾馆管理系统-This is a ListView with the data shown in examples- Hotel Management System
- 2023-02-09 21:35:04下载
- 积分:1
-
readsac
用C程序编写,可以读取SAC格式的地震波形数据。头文件包含了sac格式的头段。在window和LINUX环境下都可运行。(With C programming, you can read the seismic waveform data SAC format. Header file contains the header sac format. Window and can be run under LINUX environment.)
- 2020-11-08 17:59:48下载
- 积分:1
-
基于STM32的ADXL345三轴加速度传感器程序
基于STM32的ADXL345三轴加速度传感器程序
- 2022-05-17 15:38:01下载
- 积分:1
-
均线 macd
MACD线也即是在使用MACD指标时在图表上看到的MACD柱状线,常用于分析股票的买入、卖出时机(MACD line is also the MACD column line seen on the chart when using the MACD index. It is often used to analyze the timing of buying and selling stocks.)
- 2018-10-27 16:25:13下载
- 积分:1
-
TPParticleh
本文描述的是关于粒子滤波的源代码,,用MATLAB运行,会有很好的效果。
(This article describes the source code on the particle filter, using MATLAB running, there will be good results.)
- 2012-09-15 14:21:13下载
- 积分:1
-
详谈用API读取Revit对象的参数值 .
public static string ParameterToString(Parameter param)
{
string val = "none";
if (param == null)
{
return val;
}
// To get to the parameter value, we need to pause it depending on its storage type
switch (param.StorageType)
{
case StorageType.Double:
double dVal = param.AsDouble();
val = dVal.ToString();
break;
case StorageType.Inte
- 2022-05-07 23:57:30下载
- 积分:1
-
sanweigenzong
三维纯角度被动跟踪定位的最小二乘_卡尔曼滤波算法(Pure three-dimensional perspective of the passive tracking of the least-squares Kalman filter algorithm )
- 2009-03-23 22:08:36下载
- 积分:1