代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8366879
m plotpz.m
function plotPZ(H,color,markersize,list)
%function plotPZ(H,color='b',markersize=5,list=0)
%Plot the poles and zeros of a transfer function.
%If list is non-zero, a list of the poles and zeros is supe
www.eeworm.com/read/192685/8366880
txt 如何让控件将文件写在引用此控件工程的路径下.txt
对 于 控 件 来 说 , App.Path指 的 是 控 件 所 在 目 录 。 你 最 好 给 控 件 添 加 一 个 属 性 , 这 个 属 性 表 示 输 出 文 件 的 路 径 , 然 后 让 调 用 软 件 传 递 目 录 给 控 件 , 这 样 使 用 起 来 更 灵 活 。
www.eeworm.com/read/292216/8366881
m trace2.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% 航迹发生器
%
% 输入参数:
% t 仿真时间
% T 仿真步长
% atti 横滚、俯仰、航向(单位:度)
% atti_
www.eeworm.com/read/392021/8366882
m hann.m
function w = hann(n)
% function w = hann(n)
% A Hann window of length n. Does not smear tones located exactly in a bin.
warning('You are using the obsolete hann() function from the Delta-Sigma Toolbo
www.eeworm.com/read/192685/8366883
txt 如何在web站点上安装activex控件.txt
你 应 该 先 使 用 VB 6.0的 “ Package & Deployment 向 导 ” , 在 选 择 安 装 类 型 时 选 择 “ Internet下 载 类 型 ” 。 这 样 向 导 会 生 成 .cab文 件 和 .htm文 件 。 在 .htm文 件 中 包 括 类 似 下 面 的 代 码 :
www.eeworm.com/read/292216/8366884
m trace0.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% 航迹发生器
%
% 输入参数:
% t 仿真时间
% T 仿真步长
% atti 横滚、俯仰、航向角(单位:度)
% atti
www.eeworm.com/read/292216/8366885
fig trace0.fig
www.eeworm.com/read/392021/8366886
m mapctod.m
function [sys, Gp] = mapCtoD(sys_c,t,f0)
%[sys, Gp] = mapCtoD(sys_c,t=[0 1],f0=0)
%Map a MIMO continuous-time system to a SIMO discrete-time equivalent.
%The criterion for equivalence is that the samp
www.eeworm.com/read/192685/8366887
txt 在运行时如何通过调出form窗体来设置控件的属性值.txt
假 设 你 的 控 件 中 有 一 个 按 钮 , 按 下 后 谈 出 Form1, 在 根 据 Form1的 输 入 修 改 控 件 上 按 钮 的 Caption属 性 。 你 可 以 这 样 做 :
1、 在 Form中 添 加 一 个 变 量 :
Public ctrl As Control
2、 在 控 件 的 Command1_Click事 件 中
www.eeworm.com/read/192685/8366888
txt 什么是com接口.txt
我 想 他 说 的 COM应 该 是 指 Component Object Mode, 而 不 是 串 口 吧 。 COM本 身 很 复 杂 , 简 单 地 说 , 如 果 COM对 象 是 在 VC中 定 义 的 , 他 应 该 提 供 一 个 .tlb之 类 的 文 件 , 你 加 入 到 Reference窗 口 中 , 你 就 可 以 引 用 VC的 对 象 了 。 如 果 你 的 程 序