代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8366829
m mapabcd.m
function [a,g,b,c] = mapABCD(ABCD,form)
%[a,g,b,c] = mapABCD(ABCD,form='CRFB')
%Compute the coefficients for the specified structure.
%See realizeNTF.m for a list of supported structures.
%stuffABCD i
www.eeworm.com/read/292217/8366830
fig visible_satellite.fig
www.eeworm.com/read/292217/8366831
fig plane_orbit.fig
www.eeworm.com/read/292217/8366832
fig gps_satellite_distribute2.fig
www.eeworm.com/read/292217/8366833
fig space_orbit.fig
www.eeworm.com/read/192685/8366834
txt 用vb6.0开发activex控件,如何填加一个数组属性.txt
MSDN中 介 绍 的 方 式 和 ChartData属 性 是 不 同 的 。
如 果 你 象 使 用 MSDN中 这 样 方 式 , 通 常 你 的 控 件 中 应 该 有 一 个 数 组 来 保 存 用 户 的 设 置 , 例 如 :
Dim m_Things(10, 10)
Public Property Let Things(ByVal X As In
www.eeworm.com/read/392021/8366835
m dsdemo4fig.m
function fig = dsdemo4fig()
% Window layout for the dsdemo4() function.
% This file has been hand-edited after using the "guide" command
% to create the initial layout and *fig.m file.
% Be wary of c
www.eeworm.com/read/192685/8366836
txt 如何能得到控件所在的容器的hwnd.txt
一 般 可 以 使 用 Parent.hWnd得 到 , 但 不 是 所 有 情 况 下 都 可 以 的 。 例 如 PictureBox为 容 器 时 , 返 回 的 是 窗 体 的 句 柄 。
www.eeworm.com/read/292217/8366837
m gps_constellation_emluator.m
%%%%% gps constellation emluator %%%%%%
clear
% constant defination%
pi=3.1415926;
a=26609e3; %轨道长半轴长,单位已经换算为 m
e=0.006; %轨道的偏心率
i_0=55*pi/180;
www.eeworm.com/read/392021/8366838
m rms.m
function y = rms(x,no_dc)
% y = rms(x,no_dc(0))
if nargin