代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/430179/8762905
bat load.bat
@ECHO OFF
REM Will be invoked by BOOT.BAT.
REM Do not run LOAD.BAT directly!
REM
IF (%6)==() GOTO USAGE
IF NOT (%7)==() GOTO USAGE
REM initialize serial port %1 to baudrate %
www.eeworm.com/read/286297/8773417
dcu load.dcu
www.eeworm.com/read/286297/8773444
dfm load.dfm
object Form2: TForm2
Left = 235
Top = 225
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 239
ClientWidth = 370
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Co
www.eeworm.com/read/286297/8773464
pas load.pas
unit load;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, Buttons, StdCtrls;
type
TForm2 = class(TForm)
Image
www.eeworm.com/read/286297/8773468
ddp load.ddp
www.eeworm.com/read/286294/8773674
asm load.asm
;
; Copyright 1999 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/286294/8773703
obj load.obj
www.eeworm.com/read/429981/8775608
asv load.asv
x=zeros(690,2);
feature=zeros(690,15);
MM=zeros(6,2);
for i=1:6
MM(i,2)=1e10;
end
for i=1:690
if strcmp(textdata(i,1),'a')
x(i,1)=1;
end
if strcmp(textdata(i,1),'b')
www.eeworm.com/read/429981/8775684
m load.m
x=zeros(690,2);
feature=zeros(690,15);
MM=zeros(6,2);
for i=1:6
MM(i,2)=1e10;
end
for i=1:690
if strcmp(textdata(i,1),'a')
x(i,1)=1;
end
if strcmp(textdata(i,1),'b')
www.eeworm.com/read/429947/8781286