代码搜索结果
找到约 2,276 项符合
Energy 的代码
errorcode.txt
发信人: energy (长白山), 信区: MathTools
标 题: Re: 有关matcom45的一个问题
发信站: BBS 水木清华站 (Wed Oct 6 22:57:19 1999) WWW-POST
【 在 zouyuan (abcde) 的大作中提到: 】
: 我在用matcom4.5时,如果在“>>”后直接输入命令,
: 这时命令总时不能正确显示,如“>>dir”,显示
mls_energy.asv
function f = MLS_energy(t, number_of_neighbor, gaussian_param, source, normal, neighbor_pnts, weight)
% Calculate the energy value of
%
% [out_a] = MLS_curvature_computing (in_1, in_2 in_3, in_4,
mls_energy.m
function f = MLS_energy(t, number_of_neighbor, gaussian_param, source, normal, neighbor_pnts, weight)
% Calculate the energy value of a given point
%
% [out_a] = MLS_curvature_computing (in_1, in_
ac1135.pas
program tju1135;
const
maxl=500001;
maxwordlen=20;
maxwords=15;
maxtrie=maxwordlen*maxwords;
var
door:array[1..maxl]of char;
trie:array[0..maxtrie,'@'..'Z']of word;
energy:array
crack.txt
发信人: energy (长白山), 信区: MathTools
标 题: Visual MATCOM4 之Evaluation对话框...
发信站: BBS 水木清华站 (Thu Nov 26 23:21:49 1998)
使用PLOT功能时会出现一个对话框,可以这样去掉:
C:\Windows\system\ago.dll
FIND: 83 C4 08 85 C0 75 05
REP :
errorcode.txt
发信人: energy (长白山), 信区: MathTools
标 题: Re: 有关matcom45的一个问题
发信站: BBS 水木清华站 (Wed Oct 6 22:57:19 1999) WWW-POST
【 在 zouyuan (abcde) 的大作中提到: 】
: 我在用matcom4.5时,如果在“>>”后直接输入命令,
: 这时命令总时不能正确显示,如“>>dir”,显示
feature_extract.m
function energy=feature_extract(img)
enhanceresult = histeq(img);
X=enhanceresult;
nlevels = [5] ; % Decomposition level
pfilter = 'pkva' ; % Pyramidal filter
dfilter = 'p
!!!---cooperation2.nlogo
turtles-own [energy c-type]
patches-own [ grass temp ]
globals [num-coop num-greed]
;breeds [ coop greed]
to setup
ca
ask patches [
set grass max-grass
color-grass
]
crt number-coop + numb
---gaslab gas in a box.nlogo
globals [
fast medium slow ;; current counts
avg-speed avg-energy ;; current averages
avg-speed-init avg-energy-init ;; initial averages
clock vsplit vclock
---huntergatherers.nlogo
; Script: HunterGatherers.nlogo
; Author: David Hyland-Wood (dwood@itee.uq.edu.au)
; Date: 31 January 2004
; Modification History:
; 1 February 2004: Turtles expend energy and recover i