-
Viterbi_Tst
这是用itpp库编写的卷积码的解码程序。由于用C++库和Intel的MKL库,所以速度飞快。同样的仿真点数,
Matlab2012下用了15分半钟,而这个程序仿真只用了半分钟,相当于是matlab速度的30多倍。(This is itpp prepared for the convolutional code decoding process. Because with C++ libraries and Intel' s MKL library, so fast. The same simulation points under Matlab2012 spent 15 and a half minutes, and this program simulation with only half a minute, the equivalent of 30 times the speed of matlab.)
- 2014-01-08 14:41:50下载
- 积分:1
-
Some-Sorts
对常见的各种算法精心总结,含源码。比如快速排序,shell排序,简单选择排序,堆排序,冒泡排序等算法(Various algorithms for the common well summed up, including source code. Such as quick sort, shell sort, simple selection sort, heap sort, bubble sort algorithms such as)
- 2011-06-22 23:28:02下载
- 积分:1
-
DOG
说明: 高斯尺度差角点检测算法
将轮廓曲线在不同尺度下的演化差异的变化量作为角点响应函数并提出相应的
DoG 检测算子(Gauss scale difference corner detection algorithm)
- 2020-04-02 20:48:59下载
- 积分:1
-
3Kg电子秤源代码(自编)
3Kg电子秤源代码、自己调试好的
int main(void)
{
Init_HX711pin();
delay_init();
BEEP_Init();
NVIC_Configuration(); //ÉèÖÃNVICÖжϷÖ×é2:2λÇÀÕ¼ÓÅÏȼ¶£¬2λÏìÓ¦ÓÅÏȼ¶
uart_init(9600); //´®¿Ú³õʼ»¯Îª9600
Get_Maopi(); //³ÆÃ«Æ¤ÖØÁ¿
delay_ms(1000);
delay_ms(1000);
Get_Maopi(); //ÖØÐ»ñÈ¡Ã«Æ¤ÖØÁ¿
while(1)
{
Get_Weight();
if(Weight_Shiwu>100)
GPIO_SetBits(GPIOB,GPIO_Pin_8);
delay_ms(1000);
GPIO_ResetBits(GPIOB,GPIO_Pin_8);
printf("¾»ÖØÁ¿ = %d g
",Weight_Shiwu); //´òÓ¡
delay_ms(1000);
}
}
- 2022-01-25 18:29:29下载
- 积分:1
-
MyTemplate
实现了一个opengl的可视化图形模板,利用了splitWindow ,在MFC多文档模式下,可以对openGL图形做交互操作比如平移旋转缩放等(Realize a visualization opengl graphics templates, use of splitWindow, in MFC multi-document mode, can make interactive graphics openGL operation such as rotation scaling translation)
- 2007-07-17 12:24:47下载
- 积分:1
-
STM32 PWM舵机控制
用STM32实现PWM控制舵机任意角度(0-180度)转动。(Using STM32 to achieve PWM control steering gear at any angle (0-180 degrees) rotation.)
- 2017-08-10 17:42:23下载
- 积分:1
-
3DScene
说明: 实时图形设计 3d场景漫游 3dmax模型 场景中包括树木 房屋 道路 移动小车 以及 billboard 绘制的树木 支持人机互动 场景漫游(This code is the assignment for our real-time graphic designing. It includes many scenes like houses,trees using the billboard skill, roads and the cars.)
- 2011-04-17 21:47:49下载
- 积分:1
-
Wireless_Engineering_and_Technology_Pub2015_Vol6_
Wireless Engineering and Technology
vol.6, num.3, 2015, 37pages
ISSN : 21522294
- 2016-06-14 20:53:44下载
- 积分:1
-
demo
交流电动机的矢量控制(Transvector Contrl)理论,从理论上解决了交流电动机转矩的高性能控制问题。其基本思想是在普通的三相交流电动机上设法模拟直流电动机转矩控制的规律,在磁场定向坐标上,将电流矢量分解成产生磁通的励磁电流分量 和产生转矩的转矩电流分量 ,并使两分量互相垂直,彼此独立,然后分别进行调节。这样,交流电动机的转矩控制,从原理和特性上就与直流电动机相似了。因此,矢量控制的关键仍是对电流矢量的幅值和空间位置的控制。(AC motor vector control (Transvector Contrl) theory, control theory to solve the problem of high-performance AC motor torque. The basic idea is to try to simulate the DC motor torque control law in the ordinary three-phase AC electric motor in field-oriented coordinates, the current vector decomposed to produce the excitation current component of the magnetic flux generating a torque current component and torque, and two components perpendicular to each other, independently of each other, and then were adjusted. Thus, AC motor torque control, the principle and characteristics of the DC motor on and similar. Therefore, the key vector control is still the amplitude and spatial position of the current vector control.)
- 2016-12-01 08:58:29下载
- 积分:1
-
D12-COLOUR128160
oled液晶屏幕驱动程序,显示汉字字库等等,公司资料(oled LCD driver, display character font, etc., company information)
- 2010-07-13 13:29:22下载
- 积分:1