代码搜索:intermediate
找到约 3,174 项符合「intermediate」的源代码
代码结果 3,174
www.eeworm.com/read/450326/7485651
m evaluate_objective.m
function f = evaluate_objective(x,problem)
% Function to evaluate the objective functions for the given input vector
% x. x has the decision variables
switch problem
case 1
f = []
www.eeworm.com/read/330445/12890812
txt 精灵.txt
话题686854的标题是: 谁知道如何创建类似office2000助手模样的窗体? (100分)
分类:图形图象 Blackdell (2001-10-23 10:26:00)
就是只显示一幅透明的图片,图片外的任何区域都是透明的。多谢,急用[:)][:)][:)]
卷起千堆雪tyn (2001-10-23 10:37:00)
给你转载一篇文章:
Agent技术的应用
www.eeworm.com/read/244073/12892991
txt 精灵.txt
话题686854的标题是: 谁知道如何创建类似office2000助手模样的窗体? (100分)
分类:图形图象 Blackdell (2001-10-23 10:26:00)
就是只显示一幅透明的图片,图片外的任何区域都是透明的。多谢,急用[:)][:)][:)]
卷起千堆雪tyn (2001-10-23 10:37:00)
给你转载一篇文章:
Agent技术的应用
www.eeworm.com/read/138165/13255422
txt 精灵.txt
话题686854的标题是: 谁知道如何创建类似office2000助手模样的窗体? (100分)
分类:图形图象 Blackdell (2001-10-23 10:26:00)
就是只显示一幅透明的图片,图片外的任何区域都是透明的。多谢,急用[:)][:)][:)]
卷起千堆雪tyn (2001-10-23 10:37:00)
给你转载一篇文章:
Agent技术的应用
www.eeworm.com/read/316420/13523048
m blendingcoeff.m
%%input values:
%% thetai: initial positional value
%% thetaf: final positional value
%% acci: initial acceleration
%% tf: final time
%% omega: cruise velocity
%% intermediate (boolean):1 it
www.eeworm.com/read/312928/13601320
txt 精灵.txt
话题686854的标题是: 谁知道如何创建类似office2000助手模样的窗体? (100分)
分类:图形图象 Blackdell (2001-10-23 10:26:00)
就是只显示一幅透明的图片,图片外的任何区域都是透明的。多谢,急用[:)][:)][:)]
卷起千堆雪tyn (2001-10-23 10:37:00)
给你转载一篇文章:
Agent技术的应用
www.eeworm.com/read/306993/13733577
dsp libx264.dsp
# Microsoft Developer Studio Project File - Name="libx264" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) S
www.eeworm.com/read/486345/6540230
m cipher.m
function ciphertext = cipher (plaintext, w, s_box, poly_mat, vargin)
%CIPHER Convert 16 bytes of plaintext to 16 bytes of ciphertext.
%
% CIPHERTEXT = CIPHER (PLAINTEXT, W, S_BOX, POLY_MAT)
%
www.eeworm.com/read/486345/6540235
m key_expansion.m
function w = key_expansion (key, s_box, rcon, vargin)
%KEY_EXPANSION Expand the 16-byte cipher key.
%
% W = KEY_EXPANSION (KEY, S_BOX, RCON)
% creates the 44x4-byte expanded key W,
% usin