搜索结果
找到约 21 项符合
RB 的查询结果
按分类筛选
matlab例程 This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding.
This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).
数学计算 The software implements particle filtering and Rao Blackwellised particle filtering for conditionall
The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorithm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient state-of-the-art resampling routines. These are generi ...
串口编程 Chart-04-----端口应用 Chart-05-----中断优先级处理 Chart-06-----SPI/IIC应用 Chart-07-----串口通讯应用 Chart-08-----端
Chart-04-----端口应用
Chart-05-----中断优先级处理
Chart-06-----SPI/IIC应用
Chart-07-----串口通讯应用
Chart-08-----端口RB应用
Chart-09-----TMR0/TMR1应用
Chart-10-----AD转换
Chart-11-----CCP1/PWM
Chart-12-----CAN通讯
Chart-13-----液晶显示
Chart-14-----WDT/SLEEP/EEPROM
Chart-15-----ECCP1/PWM全桥/半桥
C ...
单片机开发 电动车双闭环程序
电动车双闭环程序,采用双闭环方式控制电机,以得到最好的zh转速性能,并且可以
//限制电机的最大电流。本应用程序用到两个CCP部件,其中CCP1用于PWM输出,以控
//制电机电压;CCP2用于触发AD,定时器TMR2、TMR1,INT中断,RB口电平变化中 ...
matlab例程 MATLAB中画椭圆的自定义函数:ellipse
MATLAB中画椭圆的自定义函数:ellipse,用后才会发现这个函数的强大功能!
在ellipse之函数当中,其输入之变数分别如下:
-ra 椭圆之长轴半径,可为列矩阵,若为列矩阵时,代表可同时绘制许多椭圆。
-rb 椭圆之矩轴半径,可为列矩阵,如ra。
-ang 水平轴之倾斜角,以弧度表示。可为列矩阵,但ra、rb、ang三者之矩阵数应相同 ...
单片机开发 PIC单片机模拟串口 11.0592时钟 支持2400波特及以下稳定收发 一位起始
PIC单片机模拟串口
11.0592时钟
支持2400波特及以下稳定收发
一位起始,八位或九位数据,无校验,一位停止位
占用时钟1,和RB端口电平变化中断
HI-PICC编译平台
模拟收发管脚在m_usart.h中定义
PIC16F877A最小系统验证可用
单片机开发 PIC单片机电动车解决方案
PIC单片机电动车解决方案,/电动车双闭环程序,采用双闭环方式控制电机,以得到最好的zh转速性能,并且可以
//限制电机的最大电流。本应用程序用到两个CCP部件,其中CCP1用于PWM输出,以控
//制电机电压;CCP2用于触发AD,定时器TMR2、TMR1,INT中断,RB口电平变化中断,
//看门狗以及6个通用I/O口 ...
数据库系统 redis官方手册翻译
Redis 命令参考
1 Key(键) 1
1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
源码 学生管理啊
#include <iostream.h>
#include <string.h>
#include <iomanip.h>
#include "Stud.h"
Stud::Stud(){}
char *Stud::getno() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//获取学号
{
return no;
}
char *Stud::getname() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//获取姓名
{
return name;
}
char *Stud::ge ...