代码搜索:initialised

找到约 115 项符合「initialised」的源代码

代码结果 115
www.eeworm.com/read/288833/8603281

src os_cpu_c.src

; C166/ST10 C compiler v6.0 r2 SN00082920-161 (c) 1998 TASKING, Inc. ; options: -Id:\c166\include -IC:\software\UCOS-II\C167\Tasking\test ; -IC:\software\UCOS-II\C167\Tasking\sou
www.eeworm.com/read/139825/13129082

src os_cpu_c.src

; C166/ST10 C compiler v6.0 r2 SN00082920-161 (c) 1998 TASKING, Inc. ; options: -Id:\c166\include -IC:\software\UCOS-II\C167\Tasking\test ; -IC:\software\UCOS-II\C167\Tasking\sou
www.eeworm.com/read/131315/5941392

cc cmap.cc

// -*- C++ -*- /* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.com) This file is part of groff. groff is free software; you can redistr
www.eeworm.com/read/252715/12266425

src os_cpu_c.src

; C166/ST10 C compiler v6.0 r2 SN00082920-161 (c) 1998 TASKING, Inc. ; options: -Id:\c166\include -IC:\software\UCOS-II\C167\Tasking\test ; -IC:\software\UCOS-II\C167\Tasking\sou
www.eeworm.com/read/171081/5399129

c pthread_mutex_destroy.c

/* * pthread_mutex_destroy.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * ------------------------------------------------------------------------
www.eeworm.com/read/282541/9084640

svn-base main.c.svn-base

#include #include #include "config.h" #include "lib.h" int main() { char *p; /* Test UART */ init_uart(); printf("\nUART initialised successfully!\n"); /* Test malloc *
www.eeworm.com/read/282541/9084716

c main.c

#include #include #include "config.h" #include "lib.h" int main() { char *p; /* Test UART */ init_uart(); printf("\nUART initialised successfully!\n"); /
www.eeworm.com/read/486342/6539416

bak winvnc.log.bak

Sun Jul 08 15:33:56 2007 winvnc.cpp: sockets initialised vncpasswd.h: PASSWD : FromClear called winvnc.cpp: server created ok vncproperties.cpp: loading local-only settings
www.eeworm.com/read/486342/6539540

log winvnc.log

Sun Jul 08 15:41:50 2007 winvnc.cpp: sockets initialised vncpasswd.h: PASSWD : FromClear called winvnc.cpp: server created ok vncproperties.cpp: loading local-only settings
www.eeworm.com/read/262892/11386941

h javascriptprocessor.h

/** * JavaScriptProcessor - Experimental * * Uses Mozilla's SpiderMonkey JavaScript Engine. Hopefully, it will * work okay. * * @author Jonathan Roewen */ #ifndef JAVA_SCRIPT_PROCESSOR_