代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/382692/9005976
plg first.plg
礦ision3 Build Log
Project:
C:\Work\ARM\Philips Course Image\Keil ARM Compiler examples\Solution\EX2-StartupCode\Startup.uv2
Project File Date: 02/19/2005
www.eeworm.com/read/381211/9103953
m fg_06_13.m
% fg_06_13 Second digital design example.
[d,c]=bw_analog_weights(3,6,tan(pi*.3),tan(pi*.4));
[b,a]=bilin(d,c);
% Modified for short course:
[b,a]=ch_weights(3,6,-30,.1,.2);
[dB,nu]=power_
www.eeworm.com/read/381211/9104005
m fg_06_12.m
% fg_06_12 First digital design example.
[d,c]=bw_analog_weights(1,6,tan(pi*.3));
[b,a]=bilin(d,c);
% Modified for short course:
[b,a]=bw_weights(1,6,.1);
[dB,nu]=power_gain(b,a);
sp_fig(1,
www.eeworm.com/read/179197/9365583
plg first.plg
礦ision3 Build Log
Project:
C:\Work\ARM\Philips Course Image\Keil ARM Compiler examples\Solution\EX2-StartupCode\Startup.uv2
Project File Date: 02/19/2005
www.eeworm.com/read/179197/9365746
plg fir.plg
礦ision3 Build Log
Project:
C:\Work\ARM\Philips Course Image\Keil ARM Compiler examples\Solution\EX11-InterruptFIQ\FIR.uv2
Project File Date: 02/20/2005
www.eeworm.com/read/356385/10228625
plg first.plg
礦ision3 Build Log
Project:
C:\Work\ARM\Philips Course Image\Keil ARM Compiler examples\Solution\EX2-StartupCode\Startup.uv2
Project File Date: 02/19/2005
www.eeworm.com/read/356385/10228722
plg fir.plg
礦ision3 Build Log
Project:
C:\Work\ARM\Philips Course Image\Keil ARM Compiler examples\Solution\EX11-InterruptFIQ\FIR.uv2
Project File Date: 02/20/2005
www.eeworm.com/read/424004/10507463
cpp ex8_5_2.cpp
//【例8.5_2】赋值兼容规则与自定义的拷贝构造函数。采用动态建立的C风格字符串,深拷贝。
#include
#include
using namespace std;
enum Tsex{mid,man,woman};
struct course{
char* coursename;
int grade;
};
class Per
www.eeworm.com/read/449679/7498387
nec cagealt.nec
CM 2-wire Element 28.5 MHz
CM Alternate method for 'cage' dipole.
CM From ARRL course page 9.9
CE
sy len=95.1
sy d=5
GW 1 21 -d -len 0 -d len 0 0.0320472
GW 2 1 -d len 0 d len 0 0.0320472
G
www.eeworm.com/read/442029/7661135
m spirall.m
function [z,A,L,zp]=spirall(z,A,L,zp);
% 递归法生成涡旋曲线
% L 初始线长
% Example:
% [z,A,L,zp]=spirall(0,0,100,0);
% 算法参见
% http://graphics.shu.edu.cn/course/fractal/program/p3-4-1-1.htm
sc=0