代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/472585/6871362
c main.c
/*****************************************************************************
*
* Atmel Corporation
*
* File : main.c
* Compiler : IAR EWAAVR 2.28a/3.10c
* Revision
www.eeworm.com/read/395876/8147209
java queue27.java
// holding/Queue27.java
// TIJ4 Chapter Holding, Exercise 27, page 424
/* Write a class called Command that contains a String and has a method operation()
* that displays the String. Write a second
www.eeworm.com/read/395500/8170589
txt readme.txt
****************************************************************************************************
ADSP-BF533 EZ-KIT Lite UART Example
Analog Devices, Inc.
DSP Division
Three Technology Way
www.eeworm.com/read/193461/8225751
html logicop.html
NAME
glLogicOp - specify a logical pixel operation for color
index rendering
C SPECIFICATION
www.eeworm.com/read/293914/8264152
cpp branchunit.cpp
/***************************************************************************
BranchUnit.cpp - description
-------------------
begin
www.eeworm.com/read/293698/8278446
asm main6_4.asm
;*************************************************************************
;文件名: main6_4.asm
;日期: 2006年12月2日
;公司(作者):
;描述和说明: Turning the XF LED Off and On
;**************************
www.eeworm.com/read/293585/8285681
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/293577/8286069
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/292920/8324105
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/292920/8324119
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