代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/244790/12843744
m som_norm_variable.m
function [x,sNorm] = som_norm_variable(x, method, operation)
%SOM_NORM_VARIABLE Normalize or denormalize a scalar variable.
%
% [x,sNorm] = som_norm_variable(x, method, operation)
%
% xnew = som_no
www.eeworm.com/read/141739/12988707
m som_norm_variable.m
function [x,sNorm] = som_norm_variable(x, method, operation)
%SOM_NORM_VARIABLE Normalize or denormalize a scalar variable.
%
% [x,sNorm] = som_norm_variable(x, method, operation)
%
% xnew = som_no
www.eeworm.com/read/323000/13358980
asm a0_variable_define.asm
;********************************************************************
;********************************************************************
;==========================变量及宏定义区========================
www.eeworm.com/read/303048/13823256
m som_norm_variable.m
function [x,sNorm] = som_norm_variable(x, method, operation)
%SOM_NORM_VARIABLE Normalize or denormalize a scalar variable.
%
% [x,sNorm] = som_norm_variable(x, method, operation)
%
% xnew = som_no
www.eeworm.com/read/100127/6274024
py entry-with-shared-variable.py
from Tkinter import *
import string
# This program shows how to make a typein box shadow a program variable.
class App(Frame):
def __init__(self, master=None):
Frame.__init__(self, master)
s
www.eeworm.com/read/347945/11623570
m find_variable_bounds.m
function [lb,ub,cand_rows] = find_variable_bounds(A,b,Aeq,beq)
n = size(A,2);
lb = -inf*ones(n,1);
ub = inf*ones(n,1);
cand_rows = [];
if size(A,1)>0
cand_rows = find(sum(A~=0,2)==1);
www.eeworm.com/read/344029/11911729
clw random_variable_generation.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CRandom_Variable_GenerationDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclud
www.eeworm.com/read/344029/11911731
cpp random_variable_generationdlg.cpp
// Random_Variable_GenerationDlg.cpp : implementation file
//11.7,2003
//修改于11.9,2003
#include "stdafx.h"
#include "Random_Variable_Generation.h"
#include "Random_Variable_Generatio