-
Selection criterion for matching
Selection criterion for matching area in gravity aided navigation
- 2018-12-26 12:21:55下载
- 积分:1
-
LSTM时间预测matlab代码
说明: lstm时间预测matlab代码。程序说明:DATA.mat 是一行时序值,
numdely 是用前numdely个点预测当前点,cell_num是隐含层的数目,cost_gate 是误差的阈值。直接在命令行输入RunLstm(numdely,cell_num,cost_gate)即可(This is the matlab code of LSTM time prediction. Program description: data.mat is a row of sequential values,, Numtell is to use the previous numtell points to predict the current point. Cell num is the number of hidden layers, and cost gate is the threshold of error. Enter runlstm numtell from the command line)
- 2020-06-28 14:00:01下载
- 积分:1
-
carparking
automatic car parking system using 8051
- 2010-08-06 20:48:12下载
- 积分:1
-
MLIunequalDCsources
STATCOM UPFC POWER QUALITY DISTURBANCESSS
- 2012-03-21 15:47:18下载
- 积分:1
-
归档
DDOS网页端源码。WEB,多线程,发包机对接(DDOS web page source code. WEB, multithreading, butt butt)
- 2018-05-22 08:20:00下载
- 积分:1
-
模糊C均值聚类
该程序可以实现快速的点云的模糊C均值聚类,并且可以利用第二个命令对聚类后的点云进行自动提取。(The program can realize fast clustering of point clouds based on fuzzy C-means, and automatically extract the clustered point clouds by using the second command.)
- 2021-04-27 13:58:45下载
- 积分:1
-
V0.1
说明: 5529 UART MSP430F55xx_usci_uart_standard_transceiverMSP430F55xx_usci_uart_standard_transceiver(5529 UARTMSP430F55xx_usci_uart_standard_transceiverMSP430F55xx_usci_uart_standard_transceiver)
- 2020-06-19 08:00:02下载
- 积分:1
-
施乐dc156罗林罗我粪
xerox dc156 rom dung de lam rom moi
- 2023-08-22 01:15:03下载
- 积分:1
-
demo(1)
说明: MIMO系统预编码仿真,使用ZF、MMSE、SLNR、BD算法调试成功。(MIMO system precoding simulation, using ZF, MMSE, SLNR, BD algorithm debugging successfully.)
- 2020-07-09 17:39:20下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1