代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/343972/11916117
c eeprom.c
//eeprom.c - code recommendation for C header file
/***********************************************************************
MODULE: EEPROM
VERSION: 1.00
CONTAINS: Routines for accessing the
www.eeworm.com/read/343804/11926716
eqn ir.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/341752/12067565
_h eeprom._h
/*
** Header file : rteeprom.h
*/
#ifdef _AVR
/* AVR EEPROM real-time access functions */
#ifndef __RTEEPROM__H
#define __RTEEPROM__H
// real time EEPROM access functions
// these work fo
www.eeworm.com/read/341751/12067679
_c eeprom._c
/*
** purpose: real-time EEPROM access functions
** version: 1.0
** Author: Laurence Barker
** modified from functions provided with ICCAVR
** originally written by Lars Wicktor
www.eeworm.com/read/341751/12067682
c eeprom.c
/*
** purpose: real-time EEPROM access functions
** version: 1.0
** Author: Laurence Barker
** modified from functions provided with ICCAVR
** originally written by Lars Wicktor
www.eeworm.com/read/340289/12167750
asm prog12.asm
; PROG12 - Stack Arithmetic Operations
;
; This Application uses the Simulator to Demonstrate how high
; Level Language ("C") statements can be implemented in an 8051.
;
; Note, that comment
www.eeworm.com/read/253789/12200285
sh caseexample.sh
#!/bin/sh
echo –n "Do you want to continue this operation? [n]"
read yesno
case $yesno in
y | Y | Yes | yes)
echo "system will continue this operation"
;;
n | N | no | NO)
echo "system will
www.eeworm.com/read/252193/12294625
sh caseexample.sh
#!/bin/sh
echo –n "Do you want to continue this operation? [n]"
read yesno
case $yesno in
y | Y | Yes | yes)
echo "system will continue this operation"
;;
n | N | no | NO)
echo "system will