代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/161447/10412339
c sysi2cdrv.c
/* sysI2cDrv.c - I2C Driver Source Module */
/* Copyright 1984-2001 Wind River Systems, Inc. */
/* Copyright 1996-2000 Motorola, Inc. All Rights Reserved */
/*
modification history
-----------------
www.eeworm.com/read/353439/10446209
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/278950/10486317
cpp instruction.cpp
#include "instruction.h"
Instruction::Instruction(string operation,int pageNumber,int unitNumber) {
this->operation = operation;
this->pageNumber = pageNumber;
this->unitNumber = unitNumber
www.eeworm.com/read/352754/10516787
h errno.h
#ifndef _LINUX_ERRNO_H
#define _LINUX_ERRNO_H
#define EPERM 1 /* Operation not permitted */
#define ENOENT 2 /* No such file or directory */
#define ESRCH 3 /* No such process */
#define
www.eeworm.com/read/160488/10527103
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/352425/10553778
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/423316/10570411
htm gmalloc.htm
StrongForth.f Memory-Allocation Glossary
StrongForth.f Memory-Allocation Glossary
ALLOCATE ( UNSIGNED -- ADDRESS SIGNED )
www.eeworm.com/read/277841/10600256
log _impact.log
iMPACT Version: H.42
iMPACT log file started on 2007/08/21 18:38:17
// *** BATCH CMD : setPreference -pref UserLevel:EXPERT
// *** BATCH CMD : setPreference -pref MessageLevel:DETAILED
// *** BATC
www.eeworm.com/read/422447/10637297
s armcode2.s
#*********************************************************************************************
# NAME: ARMcode2.s *
# Author: Embest *
# Desc: ARM instructio
www.eeworm.com/read/421785/10698887
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