代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/383025/8980829
c iic.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\iic.h"
#define WRDATA (1)
#define POLLACK (2)
#define RDDATA (3)
www.eeworm.com/read/185849/8981583
oif tetris.oif
{
Content = (
{
ccex = t;
cnd = {
ID = _C_AWTClasses;
Name = "AWT classes";
Operation = OR;
PatternL
www.eeworm.com/read/427022/8984505
c iic.c
/*
*********************************************************
* Copyright (c)
* All rights reserved.
*
* 文件名称:iic.c
* 文件标识:
* 摘 要:本文件是对iic进行初始化和操作。
* 当前版本:1.0
* 作 者:冯富秋
www.eeworm.com/read/426991/8987694
eqn ram.fit.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/185672/8993296
vb publicvar.vb
Module PublicVar
Public Const CONN = "Provider=Microsoft.Jet.OLEDB.4.0;Password="""";User ID=Admin;Data Source=C:\ComputerLab.mdb"
Public ManagerName As String = "Admin"
Public Password
www.eeworm.com/read/382755/9002100
html interrupt.html
Interrupt A Long-Running Query
body {
margin: auto;
www.eeworm.com/read/283498/9015936
asm s.asm
;
;
; lesi- macro to do a "les di, constant"
;
lesi macro adrs
mov di, seg adrs
mov es, di
lea di, adrs
endm
;
; ldsi- macro to do a "lds si, constant" operation.
;
ldsi
www.eeworm.com/read/382324/9036298
c iic.c
/*********************************************************************************************
* File: IIC.c
* Author: embest
* Desc: IIC source code
* History:
*********************************
www.eeworm.com/read/185226/9049461
log _impact.log
iMPACT Version: H.42
iMPACT log file started on 2006/12/26 23:26:00
// *** BATCH CMD : setPreference -pref UserLevel:NOVICE
// *** BATCH CMD : setPreference -pref MessageLevel:DETAILED
// *** BATC
www.eeworm.com/read/185152/9054720
m mvop.m
function result = mvop(matrix, vector, op)
%result = MVOP(matrix, vector, op)
%
%Apply a binary array operation on a matrix-vector pair
%
%Input:
% MATRIX - first argument (matrix M x N)
% VECTOR -