代码搜索:cold

找到约 415 项符合「cold」的源代码

代码结果 415
www.eeworm.com/read/450769/1669691

clr cold.clr

ColorMap 1 1 0.000000 0 80 250 5.418719 0 137 245 10.837438 29 188 239 16.256158 115 224 241 21.674877 183 244 247 27.093596 214 251 252 32.512315 219 255 253 3
www.eeworm.com/read/194767/8186651

m cold.m

% COLD.M % DELETES COL n OF MATRIX A AND PUTS RESULT IN MATRIX B % B=cold(A,n) function[B]=cold(A,n) [m1,m2]=size(A); B=[A(:,1:n-1),A(:,n+1:m2)];
www.eeworm.com/read/193417/8229674

ico cold.ico

www.eeworm.com/read/415503/11071090

asz cold.asz

www.eeworm.com/read/190426/8443922

inp cold17.inp

MODE 17 ALIASING COLD PLASMA INSTABILITY A cold electron plasma is loaded with a mode 17 perturbation in velocity. Since there are only 32 grids, the perturbation aliases back to mode 15. nsp-------
www.eeworm.com/read/190426/8443960

inp cold2.inp

COLD PLASMA OSCILLATIONS Oscillations can be observed in a cold electron plasma in a neutralizing nonmobile ion background. The oscillations are initiated by perturbing the density of the electrons
www.eeworm.com/read/190426/8443962

inp cold1a.inp

COLD PLASMA OSCILLATIONS Oscillations can be observed in a cold electron plasma in a neutralizing nonmobile ion background. The oscillations are initiated by perturbing the density of the electrons
www.eeworm.com/read/169466/9859968

bmp toolbar_cold.bmp

www.eeworm.com/read/277897/10596346

cold rk_exec.cold

#include "ntddk.h" #include "ntdef.h" #include "rk_driver.h" #include "rk_process.h" #include "rk_exec.h" // This handle will be used as the source process for all operation from // the e
www.eeworm.com/read/465282/7052687

m gold_cold.m

% function [c1,C0]=gold(fdbk) fdbk1=[1 0 0 1 0]; % First determine the maximal length shift-register sequences. % Assume the initial shift-register content as "00001". connections1=[1 0 0 1 0];