代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/126487/14421117
h pcm_io_emu.h
#ifndef __RF_IO_H__
#define __RF_IO_H__
//#include
//#include
#ifdef __cplusplus
extern "C" {
#endif
/*********************************************************
www.eeworm.com/read/225948/14509991
v armcontroller.v
//////////////////////////////////////////////////
// //
// ARM Controller Mixed Model //
// Revision History
www.eeworm.com/read/123875/14607735
h usb_diag_lib.h
//////////////////////////////////////////////////////////////////////
// File - USB_DIAG_LIB.H
//
// Library for USB diagnostics and samples, using WinDriver functions.
//
// Copyright (c) 2003
www.eeworm.com/read/221766/14722507
h exportfunc.h
#ifndef _EXPORT_FUNC_H_
#define _EXPORT_FUNC_H_
//return successful result
#define LIB_SUCCESS 0
//return failed result
#define LIB_FAILED 1
#define MAX_RF_BUFFER 1024
www.eeworm.com/read/221621/14735214
h battery.h
//========================================================
//深圳奥特迅电力设备有限公司
//电池监控系统用无线传输模块
//文件名:Battery.h
//描述:
//By:Andylee 2006-6-13
//anssett@163.com
//=====================================
www.eeworm.com/read/118870/14850954
h pcm_io.h
#ifndef __RF_IO_H__
#define __RF_IO_H__
//#include
//#include
#ifdef __cplusplus
extern "C" {
#endif
/*********************************************************
www.eeworm.com/read/161845/5549590
c rrfile_write.c
/*
* Roadrunner/pk
* Copyright (C) 1989-2001 Cornfed Systems, Inc.
*
* The Roadrunner/pk operating system is free software; you can
* redistribute and/or modify it under the terms of the
www.eeworm.com/read/474379/6808589
h exportfunc.h
#ifndef _EXPORT_FUNC_H_
#define _EXPORT_FUNC_H_
//return successful result
#define LIB_SUCCESS 0
//return failed result
#define LIB_FAILED 1
#define MAX_RF_BUFFER 1024
www.eeworm.com/read/173242/9664944
v rssi_contr.v
`timescale 1 ps / 1 ps
module RSSI_contr (data_in,clk,reset,d_out,rf,bb);
input [9:0]data_in;
input clk,
reset;
output [9:0]d_out;
output [4:0]bb;
output [1:0]rf;
wire [9:0]data_in
www.eeworm.com/read/171074/9772715
m ex040900.m
% 第四章 例4.9:
% 检查留数函数 rf2pfez and pfe2rfz
%
b = 1; a = poly([0.9,0.9,-0.9])
[R,p,c] = residuez(b,a)