代码搜索:JS 有哪些应用?

找到约 10,000 项符合「JS 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/137561/13311868

txt 红外应用源程序集4.txt

;TITLE 'Infra Red Proximity Detector - uses Sharp 38 or 40KHz IRM ;www.nbglin.com 电话:0574-88464538 ;歌林电子制作工作室 LIST P = 12C508, F = INHX8M IFNDEF __12C508 MESSG "Processor-header file mi
www.eeworm.com/read/137517/13318017

txt 计数器:generate语句的应用.txt

-- Generated Binary Up Counter -- The first design entity is a T-type flip-flop. -- The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce
www.eeworm.com/read/137517/13318023

txt 加法器:generate语句的应用.txt

-- n-bit Adder using the Generate Statement -- download from: www.fpga.com.cn & www.pld.com.cn library IEEE; use IEEE.Std_logic_1164.all; ENTITY addn IS GENERIC(n : POSITIVE := 3); --no.
www.eeworm.com/read/137515/13318045

txt 计数器:generate语句的应用.txt

-- Generated Binary Up Counter -- The first design entity is a T-type flip-flop. -- The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce