代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/103119/15744701
txt test_results-winnt.txt
randtest: Random Number Test
Using the RAN2 random number generator (RNG).
Using specified random seed 555
Library thinks the random seed is 555
running the chi-square test for randomness of the
www.eeworm.com/read/102872/15754402
txt results.txt
randtest: Random Number Test
Using the RAN2 random number generator (RNG).
Using specified random seed 555
Library thinks the random seed is 555
running the chi-square test for randomness of the
www.eeworm.com/read/102872/15754405
txt test_results.txt
randtest: Random Number Test
Using the RAN2 random number generator (RNG).
Using specified random seed 555
Library thinks the random seed is 555
running the chi-square test for randomness of the
www.eeworm.com/read/365643/9852281
asm system.asm
//////////////////////////////////////////////////////////////////
// Function: System commander
// Service for H/W, keyboard scan, watchdog clear
// By Arthur Shieh
// Platf
www.eeworm.com/read/164093/10129624
c main.c
#include
#include"Public.h"
#include"led.h"
#include"LCDDriver.h"
#include"LCDInterface.h"
#define uchar unsigned char
void main(void)
{
P0=dis_led(3);
Initial_LCD()
www.eeworm.com/read/437118/7754789
java constants.java
package GUI;
import java.awt.Color;
public class Constants {
//System configs
public final static String sys_key_color="sys_keycolor";
public final static String sys_string_color="sys_s
www.eeworm.com/read/304539/13791636
asm system.asm
//////////////////////////////////////////////////////////////////
// Function: System commander
// By Arthur Shieh
// Service for H/W, keyboard scan(A8~A15)
// Input: None
/
www.eeworm.com/read/477636/6729568
h msconfig.h
#ifndef _CONFIGN_H_
#define _CONFIGN_H_
#include "datatype.h"
#ifdef _MAIN_C_
#define EXT_BTP
#else
#define EXT_BTP extern
#endif
#ifndef SysFlag
EXT_BTP volatile ByteTyp SysFlag;
#defi
www.eeworm.com/read/477636/6729572
c interrupt.c
#ifndef _INT_C_
#define _INT_C_
#include "interrupt.h"
#ifndef TMR1L_INITIAL_VALUE
#define TMR1L_INITIAL_VALUE 0Xe0 // 0x93 // 定时器初值
#define TMR1H_INITIAL_VALUE 0Xff // 0Xec // 定时器初值
#endif
www.eeworm.com/read/155137/11895961
asm system.asm
//////////////////////////////////////////////////////////////////
// Function: System commander
// Service for H/W, keyboard scan, watchdog clear
// By Arthur Shieh
// Platf