代码搜索:动态参数
找到约 10,000 项符合「动态参数」的源代码
代码结果 10,000
www.eeworm.com/read/428160/8887218
asm perfect.asm
;***********************************************
;r5列扫描初值
;r6扫描列号
;r3键值
;r0显示参数首地址
;r2坐标计算时的键值保护寄存器
;r7显示参数字节个数
;20H页码保存单元(字节)
;28h
;f0=1,进入参数输入界面
;r4 键入参数是,坐标disp_y存放单元
;******************
www.eeworm.com/read/393264/8298670
m fit.m
function Fit(X,Y,maxM)
%进行一倒maxM阶多项式拟合fit(X,Y) 中参数代表x,y矩阵 maxM是最大阶数
%%输入数据检验begin
if nargin~=3
error('函数缺少参数,参数分别为x,y矩阵和最大阶数,参数数目为三!')
end
[mx,nx]=size(X);
[my,ny]=size(Y);
if nx~=1|ny~=1|my~=mx|m
www.eeworm.com/read/176066/9519988
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "动态创建控件"
ClientHeight = 3720
ClientLeft = 60
ClientTop = 345
ClientWidth = 5055
LinkTopic
www.eeworm.com/read/349158/10846431
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "动态创建控件"
ClientHeight = 3720
ClientLeft = 60
ClientTop = 345
ClientWidth = 5055
LinkTopic
www.eeworm.com/read/274809/10851305
vbw project.vbw
vbPrj = 6, 54, 550, 455, , 29, 28, 479, 404, C
动态连接库 = 2, 0, 582, 388,
函数 = 44, 44, 449, 326,
www.eeworm.com/read/348661/10878514
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "动态创建控件"
ClientHeight = 3720
ClientLeft = 60
ClientTop = 345
ClientWidth = 5055
LinkTopic
www.eeworm.com/read/272828/10942439
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
//动态窗口
#undef WINVER
#define
www.eeworm.com/read/326993/7123442
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "动态加载按钮"
ClientHeight = 1680
ClientLeft = 60
ClientTop = 345
ClientWidth = 4455
LinkTopic
www.eeworm.com/read/434700/7848960
c 3_2_2.c
/* ======================================== */
/* 程式实例: 3_2_2.c */
/* 动态资料结构的宣告和记忆体处理 */
/* ======================================== */
#include
struct