代码搜索:Compex
找到约 40 项符合「Compex」的源代码
代码结果 40
www.eeworm.com/read/131315/5941968
h search.h
/* $Id: search.h,v 3.0 1991/09/09 20:27:37 davison Trn $
*/
/* This software is Copyright 1991 by Stan Barber.
*
* Permission is hereby granted to copy, reproduce, redistribute or otherwise
* use
www.eeworm.com/read/131315/5941877
h artsrch.h
/* $Id: artsrch.h,v 3.0 1992/02/01 03:09:32 davison Trn $
*/
/* This software is Copyright 1991 by Stan Barber.
*
* Permission is hereby granted to copy, reproduce, redistribute or otherwise
* us
www.eeworm.com/read/131315/5941908
c search.c
/* $Id: search.c,v 3.0 1992/02/01 03:09:32 davison Trn $
*/
/* string search routines */
/* Copyright (c) 1981,1980 James Gosling */
/* Modified Aug. 12, 1981 by Tom London to include regular
www.eeworm.com/read/112353/15489407
java shakerso.java
/*
* ShakerSortAlgorithm.java
* Patrick Morin takes no responsibility for anything ever. So there.
*
*/
/**
* A shaker sort demonstration algorithm
* @author Patrick Morin
*/
class
www.eeworm.com/read/112353/15489417
java qmsortal.java
/*
* QMSortAlgorithm.java
* Patrick Morin takes no responsibility for anything. So there.
*
*/
import java.util.Random;
/**
* A Randomized Sorting demonstration algorithm. In case you ha
www.eeworm.com/read/341595/12076335
plk charger.plk
-yC:\NECTOOLS32\DEV\
-oE:\my_project\compex_charger\v1.52\V1.52_WDT\charger.lmf
C:\NECTOOLS32\LIB78K0S\s0s.rel
-bcl0s.lib
-bcl0sf.lib
-s
charger.rel
learnning.rel
programming.rel
www.eeworm.com/read/341595/12076436
mak charger.mak
#
# Project manager generated MAKEFILE
#
TITLE = charger
DEVFILE = C:\NECTOOLS32\DEV\DF9202.78K
PROJDIR = E:\my_project\compex_charger\v1.52\V1.52_WDT
TOOLDIR = C:\NECTOOLS32\bin
WORKDIR = E:\m
www.eeworm.com/read/112353/15489409
java bozosort.java
class BozoSortAlgorithm extends SortAlgorithm {
void sort(int a[]) throws Exception {
boolean sorted = false;
while (!sorted) {
int index1 = Randomize(a.length);
i
www.eeworm.com/read/123626/6058473
c param.c
#include
#include
#include "board.h"
#include "bios.h"
//#define BTE201 1
//#define IRE201 1
//#define NP15B
#define COMPEX_VENDOR_ID 0x11F6
#define IRE201_DEVICE_ID 0x80
www.eeworm.com/read/283700/8995584
c param.c
#include
#include
#include "board.h"
#include "bios.h"
#define COMPEX_VENDOR_ID 0x11F6
#define IRE201_DEVICE_ID 0x8000
#define NP15B_DEVICE_ID 0x8001
#define BTE201_D