代码搜索:hardwired

找到约 175 项符合「hardwired」的源代码

代码结果 175
www.eeworm.com/read/275567/4174882

c om.c

#include "pioLib.h" /* Port C is actually hardwired to Port A. By changing the state of * one of the first three channels of Port C, we changed the input to * Port A. */ STATUS flurbish (state)
www.eeworm.com/read/275567/4174883

c som.c

#include "pioLib.h" /* Port C is actually hardwired to Port A. By changing the state of * one of the first three channels of Port C, we changed the input to * Port A. */ STATUS flurbish (state)
www.eeworm.com/read/275567/4174905

c om.c

#include "pioLib.h" /* Port C is actually hardwired to Port A. By changing the state of * one of the first three channels of Port C, we changed the input to * Port A. */ STATUS flurbish (state)
www.eeworm.com/read/275567/4174977

c om.c

#include "pioLib.h" /* Port C is actually hardwired to Port A. By changing the state of * one of the first three channels of Port C, we changed the input to * Port A. */ STATUS flurbish (state)
www.eeworm.com/read/275567/4174978

c som.c

#include "pioLib.h" /* Port C is actually hardwired to Port A. By changing the state of * one of the first three channels of Port C, we changed the input to * Port A. */ STATUS flurbish (state)
www.eeworm.com/read/237004/13981882

pl summarize_config.pl

: # *-*-perl-*-* eval 'exec perl -S $0 "$@"' if $running_under_some_shell; # Called with # @ARGV = config_failed arch os compiler config # # Input and output files are hardwired -- they shou
www.eeworm.com/read/283523/9013174

hpp quasi.hpp

// quasi.hpp Quasi-Random Number generator // See Computers in Physics Nov/Dec 1989 // returns an n-dimensional vector of values in 0.0..1.0 // maximum n is currently hardwired to 52, the applica
www.eeworm.com/read/114741/6122688

java catalog.java

package com.wrox.shop; import java.util.ArrayList; /** * The publisher's catalog. Essentially just a List with some * Book objects hardwired in the constructor. */ public class Catalog ex
www.eeworm.com/read/114741/6122692

java catalog.java

package com.wrox.shop; import java.util.ArrayList; /** * The publisher's catalog. Essentially just a List with some * Book objects hardwired in the constructor. */ public class Catalog ex
www.eeworm.com/read/259003/11827820

v counter8_prog.v

module Counter8_Prog (count, mode, direction, enable, clk, reset); output [7: 0] count; // Hardwired for demo board input [1: 0] mode; // Determine pattern sequence displayed by count