代码搜索:Embedded
找到约 10,000 项符合「Embedded」的源代码
代码结果 10,000
www.eeworm.com/read/173684/9642538
h hw_timer.h
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2002 by Embedded and Real-Time Systems Laborat
www.eeworm.com/read/173684/9642591
h cpu_insn.h
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000,2001 by Embedded and Real-Time Systems Laborat
www.eeworm.com/read/173684/9642605
c sys_config.c
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000 by Embedded and Real-Time Systems Laboratory
www.eeworm.com/read/242732/4541437
authors
Carlos Duclos Vergara,
Pablo Bleyer Kocik,
Manuel Jander,
www.eeworm.com/read/216802/4882199
authors
Carlos Duclos Vergara,
Pablo Bleyer Kocik,
Manuel Jander,
www.eeworm.com/read/205824/5017113
authors
Carlos Duclos Vergara,
Pablo Bleyer Kocik,
Manuel Jander,
www.eeworm.com/read/334125/3372727
h ejsinternal.h
/*
* @file ejsInternal.h
* @brief Private header for Embedded Javascript (ECMAScript)
* @overview This Embedded Javascript header defines the private Embedded
* Javascript internal structures
www.eeworm.com/read/409921/2223973
authors
Carlos Duclos Vergara,
Pablo Bleyer Kocik,
Manuel Jander,
www.eeworm.com/read/468786/6988453
pdf a 2.4,5.7-ghz dual-band low-power cmos rf receiver with embedded band-select switches.pdf
www.eeworm.com/read/183001/5260389
sql comments.sql
--
-- COMMENTS
--
SELECT 'trailing' AS first; -- trailing single line
SELECT /* embedded single line */ 'embedded' AS second;
SELECT /* both embedded and trailing single line */ 'both' AS third; -- t