-
NI435xRTD
NI 4351模块LabVIEW采集模块,实现温度信号采集(NI 4351 Module LabVIEW acquisition module, to achieve the temperature signal acquisition)
- 2010-01-22 21:51:22下载
- 积分:1
-
zuizhong
说明: 对UKF进行改进,采用最小偏度采样减少采样点数量,并结合实际状态方程和测量方程直接进行线性运算。改进后的UKF对蛇形机动目标的跟踪效果明显优于EKF(the mini-skewness sampling is adopted to reduce the number of sampling points, and the linear operation is carried out directly combining with the actual state equation and measurement equation. The experimental results show that the improved UKF has a better tracking effect on snake-like maneuvering targets than EKF)
- 2021-01-11 14:28:50下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
VB建立三角形网,继续土方量计算等!能连接到Auto cad
VB建立三角形网,继续土方量计算等!能连接到Auto cad-triangular VB established networks continue earthwork calculations! Can be connected to the Auto marker
- 2022-02-07 09:10:01下载
- 积分:1
-
baojingzhuangzhi
基于单片机的报警装置,在出现危险的时候可以自己发出警报自带灯光闪烁和声音(Microcontroller-based alarm device, can be dangerous when an alarm comes with flashing lights and sound)
- 2012-06-29 20:53:32下载
- 积分:1
-
Zafiro MT5
Zafiro is one of the best indicator to use in the forex markets, and actually has the best accuracy to trade automatically.
- 2020-06-24 20:40:02下载
- 积分:1
-
B07_USART3
实现STM8L152串口3数据的收发,亲测可以正常使用(STM8L152 serial port to achieve 3 data transceiver, pro test can be used normally.)
- 2020-11-13 22:39:44下载
- 积分:1
-
exam3_1
说明: 徐荣桥-结构分析的有限元法与MATLAB程序设计-examples-3.1(Finite Element Method and MATLAB Programming for Xurongqiao-Structural Analysis)
- 2020-06-21 00:20:01下载
- 积分:1
-
WK2114-DS-CN-V010-2014-10-25
wk2114资料文档,便于开发时进行查询,并且进行学习(Wk2114 data file, which is easy to query and query when developing.)
- 2018-04-16 17:09:56下载
- 积分:1
-
CH11-KEA128-SPI
说明: 1. 硬件接线
(1)调试串口(UART_Debug)使用UART2,在“printf.h”文件中宏定义, 对应引脚为TX-PTD7,RX-PTD6
(在“uart.h文件中宏定义)。
(2)灯0~3(LIGHT_0~LIGHT_3)对应的引脚是PTC0~PTC3,高电平点亮(由硬件接法决定)
(3)SPI0_CLK对应的引脚是PTE0, SPI0_MOSI对应的引脚是PTE1,
SPI0_MISO对应的引脚是PTE2,SPI0_PCS对应的引脚是PTE3,
SPI1_CLK对应的引脚是PTG4, SPI1_MOSI对应的引脚是PTG5,
SPI1_MISO对应的引脚是PTG6,SPI1_PCS对应的引脚是PTG7。
(4)SPI0作为master,SPI1作为slave,SPI1接收SPI0发送的数据并产生中断。
用导线将PTE0与PTG4对接,将PTE1与PTG5对接,将PTE2与PTG6对接,将PTE3与PTG7对接。(1. Hardware wiring
(1) Debugging Serial Port (UART_Debug) uses UART2, macro-defined in "printf.h" file, corresponding pins are TX-PTD7, RX-PTD6.
(macro definition in the uart.h file).
(2) The pins corresponding to the lamp 0~3 (LIGHT_0~LIGHT_3) are PTC0~PTC3, and the high-level lighting is determined by the hardware connection.
(3) The pin corresponding to SPI0_CLK is PTE0, and the pin corresponding to SPI0_MOSI is PTE1.
The pin corresponding to SPI0_MISO is PTE2, and the pin corresponding to SPI0_PCS is PTE3.
The pin corresponding to SPI1_CLK is PTG4, and the pin corresponding to SPI1_MOSI is PTG5.
The pin corresponding to SPI1_MISO is PTG6, and the pin corresponding to SPI1_PCS is PTG7.
(4) SPI0 acts as master and SPI1 acts as slave. SPI1 receives data sent by SPI0 and generates interruption.
PTE0 and PTG4 are docked by wire, PTE1 and PTG5 are docked, PTE2 and PTG6 are docked, PTE3 and PTG7 are docked.)
- 2020-06-16 12:00:01下载
- 积分:1