代码搜索:userinit
找到约 132 项符合「userinit」的源代码
代码结果 132
www.eeworm.com/read/216802/4883014
rc ru.rc
#include "resource.h"
/* Start move all hard code string to En.rc
* By Magnus Olsen 2005
*/
LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
{
STRING_USERINIT_FAIL, "硒栳赅 玎
www.eeworm.com/read/205824/5018268
rc ru-ru.rc
#include "resource.h"
/* Start move all hard code string to En.rc
* By Magnus Olsen 2005
*/
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
STRING_USERINIT_FAIL, "硒栳赅 玎
www.eeworm.com/read/409921/2221899
rc ru-ru.rc
#include "resource.h"
/* Start move all hard code string to En.rc
* By Magnus Olsen 2005
*/
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
STRING_USERINIT_FAIL, "硒栳赅 玎
www.eeworm.com/read/284411/8934882
h irdef.h
#ifndef __IRDEF_H
#define __IRDEF_H
#include "userinit.h"
// if define POWER_KEY VCD_STATE_MAX is 16!
// VCD_STATE_NORMAL is 14
/*
** CD Disc Type
*/
#ifdef POWER_KEY
/*
#define UNKN
www.eeworm.com/read/284411/8934612
c table.c
#include "rom.h"
#include "userinit.h"
#ifndef SUPPORT_SDRAM_FONT
#include ".\fonthzk.c16"
#if ROM_SIZE == 80
#include ".\fontasc.c24"
#include ".\fonthzk.c24"
#else
const unsigned char AS
www.eeworm.com/read/340887/12126178
c user.c
#include "..\userdefine.h"
#include "user.h"
#include "userinit.h"
#include "main.h"
data bit gb_Openfile=0; // For Open file Flag behind the UI-State transition
data bit gb_UIPostError=0; /
www.eeworm.com/read/284411/8934509
c ioprom.c
#include "config.h"
#include "set.h"
#include "userinit.h"
#ifdef IR_NEC
#ifdef SUPPORT_COMBO
#ifdef EMU_DEMO_BOARD
#include "iopcom6.inc" /* sony QCODE, nec IR ,default */
#else
#ifdef SUP
www.eeworm.com/read/422419/2037270
lnp sunplus.lnp
COMMON {".\obj\main.obj"},
COMMON {".\obj\interrupt.obj"},
COMMON {".\obj\userinit.obj"},
BANK2 {".\obj\user.obj"},
COMMON {".\obj\L51_BANK.obj"},
COMMON {"..\LIB\SYS.LIB"},
BANK1 {"..\LIB\HZK.L
www.eeworm.com/read/422419/2037298
lnp sunplus.lnp
COMMON {".\obj\main.obj"},
COMMON {".\obj\interrupt.obj"},
COMMON {".\obj\userinit.obj"},
BANK2 {".\obj\user.obj"},
COMMON {".\obj\L51_BANK.obj"},
COMMON {"..\LIB\SYS.LIB"},
BANK1 {"..\LIB\HZK.L
www.eeworm.com/read/266549/11219867
c plj.c
#include
#include
#define UINT unsigned int
sbit CLK=P1^1;
sbit DIO=P1^2;
sbit ZLG_CS=P1^3;
void SysInit(void);
void UserInit(void);
void DisInit(void)