代码搜索结果
找到约 8,431 项符合
RF 的代码
ex5_2.m
%
% This file computes various quality factors and
% generates the graph for Example 5.2
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
ex5_4.m
%
% This file computes the attenuation profile of the
% Chebyshev filter designed in the Example 5.4
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and P
ex2_1.m
%
% This program computes magnetic field produced
% by a constant current in the wire as described
% in Example 2.1
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Des
makefile
all:
../tools/combine ../../bios.bin -a 0x7f00 ../param/param.tbl bios.img
clean:
rm -rf *.img
app.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="App"
ProjectDir="C:\Documents and Settings\etanel\Desktop\referenceframeworks\apps\rf
generategoal.cc
#include "walkstraightto.ih"
rf WalkStraightTo::generateGoal(unsigned step, unsigned slot)
{
d_committed = true;
_debugLevel4("WalkStraightTo::generateGoal "
update.cc
#include "goodpositionangle.ih"
void GoodPositionAngle::update()
{
Behavior::update();
if (d_committed)
return;
if (!d_goal)
d_committed = false;
else
{
rf
cleancql
#!/bin/bash
rm -rf CQLLEX.cpp CQLYACC.h CQLYACC.cpp
make grammar
make clean
make
cd CQLCLI
make clean
make
generategoal.cc
#include "walkstraightto.ih"
rf WalkStraightTo::generateGoal(unsigned step, unsigned slot)
{
d_committed = true;
_debugLevel4("WalkStraightTo::generateGoal "
update.cc
#include "goodpositionangle.ih"
void GoodPositionAngle::update()
{
Behavior::update();
if (d_committed)
return;
if (!d_goal)
d_committed = false;
else
{
rf