代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/198319/7940989
!param80
.ifndef PARAMINC
.set PARAMINC, 1
;
; CPU options
;
; .equ RD2, 0
.equ RD2, 1
.set BDT2, 1 ;if defined use Timer2 for Baud Clock Generator else use Timer1
.include "cpu.inc"
; CPUFRQ = CPU cloc
www.eeworm.com/read/198319/7941059
!param23
.ifndef PARAMINC
.set PARAMINC, 1
;
; CPU options
;
; .equ RD2, 0
.equ RD2, 1
.set BDT2, 1 ;if defined use Timer2 for Baud Clock Generator else use Timer1
.include "cpu.inc"
; CPUFRQ = CPU cloc
www.eeworm.com/read/198319/7941071
!param80
.ifndef PARAMINC
.set PARAMINC, 1
;
; CPU options
;
; .equ RD2, 0
.equ RD2, 1
.set BDT2, 1 ;if defined use Timer2 for Baud Clock Generator else use Timer1
.include "cpu.inc"
; CPUFRQ = CPU cloc
www.eeworm.com/read/198319/7941089
!param80
.ifndef PARAMINC
.set PARAMINC, 1
;
; CPU options
;
; .equ RD2, 0
.equ RD2, 1
.set BDT2, 1 ;if defined use Timer2 for Baud Clock Generator else use Timer1
.include "cpu.inc"
; CPUFRQ = CPU cloc
www.eeworm.com/read/198319/7941103
!param80
.ifndef PARAMINC
.set PARAMINC, 1
;
; CPU options
;
; .equ RD2, 0
.equ RD2, 1
.set BDT2, 1 ;if defined use Timer2 for Baud Clock Generator else use Timer1
.include "cpu.inc"
; CPUFRQ = CPU cloc
www.eeworm.com/read/298736/7941288
cpp insertsort.cpp
void insertsort(int *array, int num, int &contrastNum, int &moveNum)
{
int total, i;
int local;
int temp;
for(total=1;total0;local--)
{
www.eeworm.com/read/298612/7949508
c systffs.c
/* sysTffs.c - Wind River SBC8260 system-dependent TrueFFS library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01c,2
www.eeworm.com/read/298605/7949877
c systffs.c
/* sysTffs.c - PC Pentium/Pentium2/Pentium3 system-dependent TrueFFS library */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/* FAT-FTL Lite Software Development Kit
www.eeworm.com/read/297240/8035251
c systffs.c
/* sysTffs.c - Motorola MVME177 system-dependent TrueFFS library */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/* FAT-FTL Lite Software Development Kit
*
www.eeworm.com/read/196320/8099087
c bootconfig.c
/* bootConfig.c - system configuration module for boot ROMs */
/* Copyright 2004-2005 */
#include "vxWorks.h"
#include "bootEcoffLib.h"
#include "bootElfLib.h"
#include "bootLib.h"
#include "bootL