代码搜索:OPERATION

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

代码结果 10,000
www.eeworm.com/read/460722/7242539

eqn cmp.map.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/458963/7284805

c testi2c_1.c

//字节写,字节读(随机读) //不成功,只显示"161" #include "2440addr.h" #include "2440lib.h" void TestWriteByte(void); void TestReadByte(void); void xmain(void) { ChangeClockDivider(3,1); ChangeMPllValu
www.eeworm.com/read/458963/7284806

c testi2c.c

//字节写,读当前字节 //不成功,写的数与读的数不同 #include "2440addr.h" #include "2440lib.h" void TestWriteByte(void); void TestReadCurrent(void); void xmain(void) { ChangeClockDivider(3,1); ChangeMPllVal
www.eeworm.com/read/458859/7288519

eqn ps2.map.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/458682/7291319

sh cvt.sh

#!/bin/bash # cvt.sh: # Converts all the MacPaint image files in a directory to "pbm" format. # Uses the "macptopbm" binary from the "netpbm" package, #+ which is maintained by Brian Henderson (br
www.eeworm.com/read/457914/7315563

txt rel-ops.txt

3. SELECT Title, Price FROM BOOK WHERE PublisherID IN (SELECT PublisherID FROM PUBLISHER WHERE Name = 'Electronic Industry' OR Name = 'Nwpu' ); Because select operation can return the spe
www.eeworm.com/read/457902/7315754

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/457902/7315757

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/457902/7315763

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/457711/7319026

m rowcomb.m

function B=rowcomb(A,i,j,c) % The command rowcomb(A,i,j,c) forms a matrix % from A by adding c times the ith row of A % to the jth row. [m,n]=size(A); if im|jm error('Index out of r