-
mm1
implement mm1 queue system on customer process
- 2012-05-06 15:20:35下载
- 积分:1
-
luiseng
matlab开发工具箱中的支持向量机,是一种双隐层反向传播神经网络,基于chebyshev的水声信号分析。( matlab development toolbox support vector machine, Is a two hidden layer back propagation neural network, Based chebyshev underwater acoustic signal analysis.)
- 2016-10-12 19:20:31下载
- 积分:1
-
yijielvbo1
说明: 一阶低通滤波器,包含时域频域波形滤波后波形等。(The first-order low-pass filter includes time-domain and frequency-domain waveforms after filtering.)
- 2020-12-07 14:40:32下载
- 积分:1
-
Elastohydrodynamic_Lubrication
本书为清华大学温诗铸院士的一本弹流润滑专著,很权威。(This book is an academician of EHL,written by Shi-Zhu Wen a monograph in Tsinghua University.it is authoritative.)
- 2010-02-23 22:11:38下载
- 积分:1
-
milling force
说明: 铣削力仿真的matlab程序,比较经典,希望对大家有所帮助(The Program of Milling Force Simulation)
- 2021-01-09 17:48:51下载
- 积分:1
-
Low-passfilter
低通滤波程序,通过傅里叶变换实现有一定相位差的滤波,滤波截止频率可设。(Low-passfilter program,)
- 2013-07-16 11:19:18下载
- 积分:1
-
PhaseRetrieval.synctex
PhaseRetrieval问题的源码,多种算法对相位恢复问题进行求解,有详细仿真及作图怎么才能凑够(PhaseRetrieval source code, a variety of algorithms to solve the problem of phase recovery, detailed simulation and graphics, how to scrape together enoug)
- 2017-10-22 16:20:14下载
- 积分: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
-
Automated-Car-Parking-master
说明: 自动泊车的算法仿真,以及路径规划。还有环境模型的建立(Automatic parking algorithm simulation, and path planning. There is also the establishment of environmental models)
- 2021-03-24 17:49:15下载
- 积分:1
-
beacon
This is an SDK for nRF51822 Bluetooth module, it use for programming in Keil IDE.
- 2017-07-29 14:03:49下载
- 积分:1