代码搜索结果

找到约 25,111 项符合 Embedded 的代码

app.t

############################################################################# #! #! This is a tmake template for building Qt/Embedded Win32 applications. #! #$ Project('TMAKE_APP_FLAG = 1'); #$ Includ

lib.t

############################################################################# #! #! This is a tmake template for building Qt/Embedded Win32 libraries. #! #$ Project('TMAKE_LIB_FLAG = 1'); #$ IncludeTe

app.t

#! Use the common Unix template #$ Project('CONFIG *= embedded'); #$ IncludeTemplate("../../unix/app.t");

lib.t

#! Use the common Unix template #$ Project('CONFIG *= embedded'); #$ IncludeTemplate("../../unix/lib.t");

app.t

#! Use the common Unix template #$ Project('CONFIG *= embedded'); #$ IncludeTemplate("../../unix/app.t");

lib.t

#! Use the common Unix template #$ Project('CONFIG *= embedded'); #$ IncludeTemplate("../../unix/lib.t");

vmwince.vcw

Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ##########################################################################

em3workspacecreator.pm

package EM3WorkspaceCreator; # ************************************************************ # Description : An eMbedded v3 Workspace Creator # Author : Chad Elliott # Create Date : 7/

scribwidget.c

/* * Copyright (c) 2000 Greg Haerr * Copyright (c) 2000 Century Software * Scribble Handwriting Recognition for Nano-X! * Scribble object routines

comments.out

QUERY: SELECT 'trailing' AS first; first -------- trailing (1 row) QUERY: SELECT /* embedded single line */ 'embedded' AS second; second -------- embedded (1 row) QUERY: SELECT /* both embedd