代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/475942/6770463
m rcksim.m
function [flight_,t,x]=rcksim(name,eng,Cd,Dr,mr,dt)
%RCKSIM Simulation of rocket trajectory.
% [DATA,T,X] = RCKSIM(NAME,ENG,CD,DR,MR,DT) simulates the trajectory
% of a multi staged rocket wit
www.eeworm.com/read/471351/6890647
vbp usb2isp.vbp
Type=Exe
Form=frmMain.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Object={BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0; tabctl32.ocx
www.eeworm.com/read/192865/8268895
pas clsinherit.pas
////////////////////////////////////////////////////////////////////////////////
//
//
// FileName : clsinherit.pas
// Creator : Shen Min
// Date : 2002-1-23
// Comment
www.eeworm.com/read/293249/8304935
m music.m
%music算法以自相关矩阵分析为基础,将系统自相关矩阵分为两个子空间:信号子空间和噪声子空间。
%为求功率谱估计,music算法计算信号空间和噪声空间的
%特征值向量函数,使得在正弦信号频率处功率谱现峰值,而其他地方函数最小。
例子:用music法估计信号x(t)=sin(<mark>2</mark>pif1t)+<mark>2</mark>sin(<mark>2</mark>pif<mark>2</mark>t)+w(t)的功率谱。其中f1=50Hz,
f<mark>2</mark>=1<mark>2</mark>0Hz,w(t)为白噪声 ...
www.eeworm.com/read/171437/9755374
m pos2.m
%R对两站定位精度的影响
clear;clc;
M=10; %被测点数
N=100; %对每点的测量次数
x1=0,y1=0; %第一站坐标
x2=1000,y2=0; %第二站坐标
delta=0.01;
xt=500*ones(1,M);
yt=500*(1:M);
theta1=atan((xt-x1)./(yt-y1));
theta2=atan((xt
www.eeworm.com/read/414936/11090810
m xy2theta.m
function [theta1, theta2] = xy2theta(x, y, l1, l2)
% Position to Angle Conversion for 2 link SCARA robot
%
% [Inputs]
% x : x coordinate of the edge of link2 [m]
% y : y coordinate of th
www.eeworm.com/read/135438/13932664
txt twofft.txt
Procedure TWOFFT(DATA1, DATA2:array of real;
var FFT1, FFT2:array of real; N:integer);
var
C1R,C1I,C2R,C2I,CONJR,CONJI,H1R,H1I,H2R,H2I:real; N2,J,J2:integer;
begi
www.eeworm.com/read/237302/13969471
cc geom.cc
/*
* geom.cc
*
* Jun Korenaga, MIT/WHOI
* January 1999
*/
#include "error.h"
#include "geom.h"
// Point2d
Point2d::Point2d(double x, double y)
{
v[0] = x;
v[1] = y;
}
double Point2d::i
www.eeworm.com/read/133833/14021641
pas unit6.pas
unit Unit6;
interface
uses
SysUtils, Classes, DB, DBTables;
type
TDataModule2 = class(TDataModule)
DataSource1: TDataSource;
Query1: TQuery;
Query2: TQuery;
DataSour
www.eeworm.com/read/235676/14056298
asm i2cserial.asm
;==============================================================================
; I2C Serial Communication
;------------------------------------------------------------------------------
; Notes: