代码搜索结果
找到约 4,639 项符合
RF 的代码
usingrandomaccessfile.java
//: io/UsingRandomAccessFile.java
import java.io.*;
public class UsingRandomAccessFile {
static String file = "rtest.dat";
static void display() throws IOException {
RandomAccessFile rf
lpcar2rf.m
function rf=lpcar2rf(ar)
%LPCAR2RF Convert autoregressive coefficients to reflection coefficients AR=(RF)
%
% Input: ar(:,p+1) Autoregressive coefficients
% Output: rf(:,p+1) Reflection coeff
makefile
shell:shell.c blank.o
gcc -o shell shell.c blank.o
blank.o:blank.h blank.c
gcc -c blank.c
clean:
rm -rf shell blank.o
sh_motor_stop_ode.m
% 编写起动过程微分方程的M—函数
% 将该M—函数定义为sh_motor_stop_ode(shunt_ motor_self_ode)
function dydt=sh_motor_stop_ode(t,y)
% 下面输入电机基本数据:
uf=250;u=0;IaN=633;nN=617;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.18;
dc_ge_load.m
% 直流发电机转矩特性分析
% 将该函数定义为dc_mo_tor(dc_motor_torque)
%--------------------------------------------------------------------------
% 下面输入电机基本数据:
nN=1000;IfN=2.5;Rf=293/12;Ra=1.8;k=.1;E0=271
% 下面输入750转
rf.c
#include "rf.h"
void rf_scan(void)
{
if(first_cnt > 8) data_flag = 0x01;
if((time_cnt >= 0x1a)&&(time_cnt < 0x28))
{
if(bef_bit == 0x00)
{
if(data_flag == 0x01)UID[bit_cnt++] =
main.dp2
main.o: C:/icc/include/iom8v.h C:/icc/include/macros.h E:\学习基地\IMPORT~1\CC1100-RF-Design\M8_RF_CC1100开发系统光盘\驱动程序\M8_cc1100_receive/main.h E:\学习基地\IMPORT~1\CC1100-RF-Design\M8_RF_CC1100开发系统光盘\驱动程序\M8_c
cc1100.dp2
cc1100.o: C:/icc/include/iom8v.h C:/icc/include/macros.h E:\学习基地\IMPORT~1\CC1100-RF-Design\M8_RF_CC1100开发系统光盘\驱动程序\M8_cc1100_receive/main.h\
E:\学习基地\IMPORT~1\CC1100-RF-Design\M8_RF_CC1100开发系统光盘\驱动程序
regfile.v.bak
//Implementation of Register File 32-bit
module regfile (input clk,
input we3,
input [4:0] ra1, ra2, wa3,
input [31:0] wd3,
output reg [31:0] rd1, rd2);
reg [31:0] rf[31:0];
// three ported register
regfile.v
//Implementation of Register File 32-bit
module regfile (input clk,
input we3,
input [4:0] ra1, ra2, wa3,
input [31:0] wd3,
output reg [31:0] rd1, rd2);
reg [31:0] rf[31:0];
// three ported register