代码搜索:pin二极管
找到约 10,000 项符合「pin二极管」的源代码
代码结果 10,000
www.eeworm.com/read/135465/13927687
h board.h
#ifndef __BOARD_H__
#define __BOARD_H__
#include "iom16v.h"
#define TRUE (1 == 1)
#define FALSE (1 == 0)
#define SYSCLK 7372800L //CLK = 7.3728MHz
#define SPMCSR SPMCR
#define M
www.eeworm.com/read/134076/14010265
abl bh.abl
MODULE BH
TITLE '拔河游戏机 '
DECLARATIONS
LEFT,RIGHT PIN 9,22;
CLR PIN ;
L8..L0 PIN 16,25,17,30,43,31,10,32,28 ISTYPE 'REG';
P3,P2,P1,P0 PIN ISTYPE 'REG'
Q3,Q2,Q1,Q0 PIN ISTYPE '
www.eeworm.com/read/235751/14054354
rpt edukit2.rpt
Project Information e:\th\th1\edukit2.rpt
MAX+plus II Compiler Report File
Version 10.1 06/12/2001
Compiled: 10/09/2005 17:15:58
Copyright (C) 1988-2001 Al
www.eeworm.com/read/234998/14089421
fit ldd_receive.fit
-- MAX+plus II Compiler Fit File
-- Version 10.0 9/14/2000
-- Compiled: 10/22/2004 11:39:46
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and
www.eeworm.com/read/202785/15373254
m select2.m
function [out,coefs,pin]=select(in,d,x,y,h1,h2)
%
% out=select(in);
%
% selects a new population
%
%
global stop;
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing
www.eeworm.com/read/202785/15373261
m select3.m
function [out,coefs,pin]=select(in,d,x,y,h1,h2)
%
% out=select(in);
%
% selects a new population
%
%
global stop;
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing
www.eeworm.com/read/202785/15373295
m select4.m
function [out,coefs,pin]=select(in,d,x,y,h1,h2)
%
% out=select(in);
%
% selects a new population
%
%
global stop;
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing
www.eeworm.com/read/202785/15373332
m select7.m
function [out,coefs,pin]=select(in,d,x,y,h1,h2)
%
% out=select(in);
%
% selects a new population
%
%
global stop;
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing
www.eeworm.com/read/202785/15373351
m select.m
function [out]=select(in,d,x,y)
%
% out=select(in);
%
% selects a new population
%
%
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing population
%
coefs=decodal