代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/335872/7093800
txt fl283qvc03initial code-070924.txt
Delay_ms(150);
//******** Display setting **********************
Write_LCD_REG(0x0046,0x0094); //IDMON=0,INVON=1,NORON=1,PTLON=0
Delay_ms(5);
Write_LCD_REG(0x0047,0x0041); //MY=0,MX=0,MV=
www.eeworm.com/read/444573/7611623
txt 天马2。4+1505c initial code.txt
********************************************************************************/
void LCD_EnterSleep_FT1505C(void)
{
LCD_CtrlWrite_ILI9320(0x0007, 0x0131); // display OFF
delayms(10); //
www.eeworm.com/read/444573/7611624
c 天马2。8+1505c initial code.c
void LCD_Init_FT1505C(kal_uint32 bkground, void **buf_addr)
{
LCD_nRESET = 0;
Delayms(50); // Delay 50ms // This delay time is necessary
LCD_nRESET = 1
www.eeworm.com/read/399440/7861749
txt gg1n4154's initial code-a.txt
//R61503U+LPL2.0 For GG1N4154
WMLCDCOM(0x0000);WMLCDDATA(0x0001);
Delayms(20);
WMLCDCOM(0x0007);WMLCDDATA(0x0000);
WMLCDCOM(0x0012);WMLCDDATA(0x0000);
Delayms(10);
WMLCDCOM(0x00A4);WMLCDDATA(0x0
www.eeworm.com/read/481104/6659389
c tw9910 i2c initial.c
void I2CStart(void)
{
I2CON=I2CRestart; //启动I2C总线
while(SI==0); //启动中...... 启动完毕SI=1
}
void I2CSend(unsigned char send)
{
I2DAT=send; //待发送数据装入I2DAT
I2CON=I2CBus_ACK; //清除SI准备
www.eeworm.com/read/127767/14337192
txt e472. creating an initial context to the naming service.txt
This example uses the JNDI/COS naming service provider to connect to the local tnameserv.
String url = "iiop://localhost/";
Hashtable env = new Hashtable();
env.put(Context.INITIAL_CON
www.eeworm.com/read/127767/14337623
txt e614. setting the initial focused component in a window.txt
There is no straightforward way to set the initial focused component in a window. The typical method is to add a window listener to listen for the window opened event and then make the desired compone
www.eeworm.com/read/127767/14337727
txt e478. using a url as a name to the initial context.txt
This example looks up an object from the naming service by using a URL as a name.
try {
Object obj = new InitialContext().lookup("iiop://localhost/Sample");
} catch (NamingExceptio