代码搜索:OPERATION

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

代码结果 10,000
www.eeworm.com/read/413396/11157667

m chap5_1.m

%Generic Algorithm for function f(x1,x2) optimum clear all; close all; %Parameters Size=80; G=100; CodeL=10; umax=2.048; umin=-2.048; E=round(rand(Size,2*CodeL)); %Initial C
www.eeworm.com/read/413379/11158274

cs custommembershipprovider.cs

using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.W
www.eeworm.com/read/413044/11169031

h list.h

/* list.h -- header file for a simple list type */ #ifndef LIST_H_ #define LIST_H_ #include /* C99 feature */ /* program-specific declarations */ #define TSIZE 45
www.eeworm.com/read/413044/11169035

h queue.h

/* queue.h -- interface for a queue */ #ifndef _QUEUE_H_ #define _QUEUE_H_ #include /* INSERT ITEM TYPE HERE */ /* FOR EXAMPLE, */ /* use the following for use_q.c */ /* typedef i
www.eeworm.com/read/413044/11169044

h tree.h

/* tree.h -- binary search tree */ /* no duplicate items are allowed in this tree */ #ifndef _TREE_H_ #define _TREE_H_ #include /* redefine Item a
www.eeworm.com/read/413009/11170222

cpp wsedesc.cpp

// // WSEDesc.c -- WinSock error descriptions // #include typedef struct tagWSAEDESCRIPTION { int iErrorCode; char *szDescription; }WSAEDESCRIPTION; WSAEDESC
www.eeworm.com/read/413007/11170248

cpp wsedesc.cpp

// // WSEDesc.c -- WinSock error descriptions // #include typedef struct tagWSAEDESCRIPTION { int iErrorCode; char *szDescription; }WSAEDESCRIPTION; WSAEDESC
www.eeworm.com/read/267286/11186775

asm tx8_1.asm

;------------------------------------------------------------------------------ ; FILENAME: TX8_1.asm ; VERSION: Rev B, 2002 May 24 ;---------------------------------------------------------
www.eeworm.com/read/267286/11186842

asm rx8_1.asm

;------------------------------------------------------------------------------ ; FILENAME: RX8_1.asm ; VERSION: Rev B, 2002 Mar 30 ;---------------------------------------------------------
www.eeworm.com/read/267286/11186921

asm rx8_1.asm

;------------------------------------------------------------------------------ ; FILENAME: RX8_1.asm ; VERSION: Rev B, 2002 Mar 30 ;---------------------------------------------------------