代码搜索:proc

找到约 10,000 项符合「proc」的源代码

代码结果 10,000
www.eeworm.com/read/150065/12319192

sas data1_2.sas

Title ' 02级1班学生成绩排名'; LIBNAME L3 'D:\mysas '; /*如果前面已建立了这个逻辑库,此语句应省略*/ data L3.Stu02; input name $ 1-10 sex $ math english; avg = math/120*100*0.5 + english*0.5; cards; 王 红 F 89
www.eeworm.com/read/338019/12328951

m51 ex1.m51

BL51 BANKED LINKER/LOCATER V5.12 07/01/2008 17:09:20 PAGE 1 BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE .\IP.o
www.eeworm.com/read/338010/12329208

m51 lce128642.m51

BL51 BANKED LINKER/LOCATER V4.13 04/27/2007 18:12:05 PAGE 1 BL51 BANKED LINKER/LOCATER V4.13, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE lce128
www.eeworm.com/read/149908/12333962

h session.h

#ifndef _SESSION_H #define _SESSION_H #include #ifndef _GLOBAL_H #include "global.h" #endif #ifndef _PROC_H #include "proc.h" #endif #ifndef _HARDWARE_H #include "hardware.
www.eeworm.com/read/251501/12340723

2nd readme.2nd

All utilities use the same data format as that in the "LVQ-PAK", so that you can compare the results with that by Kohonen's LVQ algorithm. Data format example: 4
www.eeworm.com/read/251440/12344973

pas paracfg.pas

unit paracfg; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls type TParaFrm=class(TForm) Label3: TLabel; Label1: TLabel;
www.eeworm.com/read/251440/12345020

pas bookm.pas

unit bookm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls type TBookFrm=class(TForm) PageControl1: TPageControl; TabSheetA
www.eeworm.com/read/251440/12345059

pas keyloc.pas

unit keyloc; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls type TKeyFrm=class(TForm) EditKey: TLabeledEdit; BtnOk: TBitBtn
www.eeworm.com/read/251371/12349342

cpp generalapi.cpp

//************************************************************************ //常用接口函数(本软件代码由朱一松(song_0962@sina.com)编写,仅供个人使用 ) //***********************************************************************
www.eeworm.com/read/337627/12355088

s system_.s

;/************************************************************************************* ; ; Project Name : S3C6400 Validation ; ; Copyright 2006 by Samsung Electronics, Inc. ; All rights reserve