-
ASUS T100TA - Repair Guide
Service Manual for Asus T100TA
- 2019-02-07 08:19:23下载
- 积分:1
-
HV
说明: 求解Pareto真实前沿和Pareto解之间的超体积(Solving the Supervolume of Pareto front)
- 2020-02-18 13:27:00下载
- 积分: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
-
卡尔曼滤波
说明: 该代码编写了卡尔曼滤波的计算过程,以及参数的调节(This code compiles the calculation process of Kalman filter and the adjustment of parameters.)
- 2020-06-22 06:40:01下载
- 积分:1
-
一个经典的炸弹人游戏,大家可以看看,也可以自己修改一下.
一个经典的炸弹人游戏,大家可以看看,也可以自己修改一下.-a classic Bomberman game, we can see, can be their own again.
- 2022-02-24 20:24:26下载
- 积分:1
-
cop2000
说明: cop2000实现无符号数乘法——两个8位无符号数相乘,所乘结果是16位,采用原码一位乘,在计算时,用乘数寄存器的最低位来控制部分积是否与被乘数相加,然后右移部分积和乘数,同时乘数寄存器接收部分积右移出来的一位,完成运算后,部分积寄存器保存乘积的高位部分,乘数寄存器中保存乘积的低位部分。(Cop2000 implements unsigned number multiplication-multiplication of two 8-bit unsigned numbers. The multiplied result is 16 bits. When calculating, the lowest bit of multiplier register is used to control whether or not the partial product is added to the multiplier, and then the partial product and multiplier are moved right. At the same time, the multiplier register receives the right-shifted bit of the partial product. After completing the operation, the partial product register saves the product. The higher part, the lower part of the product is saved in the multiplier register.)
- 2021-01-03 19:28:55下载
- 积分:1
-
USN_65041_64744
说明: IDL二维作图实例,用于sci文章画图。(2 dimension plot for IDL.)
- 2020-12-15 10:32:29下载
- 积分:1
-
USART
USART-ATMEGA16A.rar是ATMEGA16的升级版本ATMEGA16A的串口的使用介绍,包括硬件设置和源代码-USART-ATMEGA16A.rar upgrade is the ATMEGA16 serial ATMEGA16A use, including hardware setup and source code
- 2023-08-18 19:50:04下载
- 积分:1
-
卡尔曼滤波及其实时应用 第4版
说明: 卡尔曼滤波及其全书,包括了各种改进后的卡尔曼滤波模型。(Kalman filter and its whole book include various improved kalman filter models.)
- 2020-02-23 08:03:41下载
- 积分:1
-
TestStandReferenceManual
美国国家仪器(national instrument)三大软件之一的TestStand 3.5版本的用户手册。
该手册是TS中最详细的手册。(National Instruments (national instrument), one of the three software versions of TestStand 3.5 user' s manual. TS of the manual is the most detailed manual.)
- 2009-07-15 14:28:43下载
- 积分:1