代码搜索:Step
找到约 10,000 项符合「Step」的源代码
代码结果 10,000
www.eeworm.com/read/293255/8304802
m chaos_pls3.m
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%function load_main(iteration)
%close all;
% clear;
% clear;
% load mgdata.dat
% t = mgdata(:, 1); x = mgdata(:, 2);
% plot(t, x);
clear;
load('G:\200510\Special\
www.eeworm.com/read/293255/8304807
m chaos_pls.m
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%function load_main(iteration)
%close all;
% clear;
% clear;
% load mgdata.dat
% t = mgdata(:, 1); x = mgdata(:, 2);
% plot(t, x);
clear;
load('G:\200510\Special\
www.eeworm.com/read/293255/8304826
m chaos_pls2.m
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%function load_main(iteration)
%close all;
% clear;
% clear;
% load mgdata.dat
% t = mgdata(:, 1); x = mgdata(:, 2);
% plot(t, x);
clear;
load('G:\200510\Special\
www.eeworm.com/read/392508/8338806
c md5.c
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
* This code is in the pu
www.eeworm.com/read/370787/9585791
txt 三角形.txt
#include
struct point{double x,y;};
struct line{point a,b;};
double distance(point p1,point p2){
return sqrt((p1.x-p2.x)*(p1.x-p2.x)+(p1.y-p2.y)*(p1.y-p2.y));
}
point intersection(
www.eeworm.com/read/174223/9601758
txt how-to-add-new-languages(translations).txt
FET - How to add new translations (languages)
---------------------------------------------
STEP 1.
Modify the file "fet-x.x.x/src/interface/interface.pro", by adding a line
in the TRANSLATIONS sect
www.eeworm.com/read/174083/9608416
bat z.bat
@echo off
if exist user.map del user.map
if exist user.abs del user.abs
tulink user.lnk
if exist user.abs goto step1
echo ***** Link Error, Try Again *****
goto end
:step1
tuconv -Fs32 -o Sy
www.eeworm.com/read/173349/9661455
c test_md5.c
/*
** SQLite uses this code for testing only. It is not a part of
** the SQLite library. This file implements two new TCL commands
** "md5" and "md5file" that compute md5 checksums on arbitrary text
www.eeworm.com/read/172793/9690050
m kalmandetection.m
%======================================================================
% This program is used for Code Red/Slammer early detection in our paper in CCS'03.
% In our paper in CCS'03, we only used K
www.eeworm.com/read/368444/9696138
htm create_virtual_hard_drive_jump.htm
location = 'Create_Virtual_Hard_Drive_step_3.htm';