代码搜索:JS 有哪些应用?
找到约 10,000 项符合「JS 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/349082/10853337
pdf 嵌入式linux设计与应用.pdf
www.eeworm.com/read/274228/10881533
a51 红外解码子程序应用.a51
HONGWAIBUF EQU 34H
HONGWAIBUFFM EQU 35H
HONGWAI_IN EQU P3.1
YKJMCG EQU (20H).0
MAIN:CLR (20H).0
JB HONGWAI_IN,$
ACALL HONGWAIJM
JNB YKJMCG,MAIN
MOV P1,HONGWAIBUFFM
JMP MAIN
HONGWAIJM:MOV R2,
www.eeworm.com/read/274114/10887966
doc directsound应用程序开发快速入门.doc
www.eeworm.com/read/271686/10984676
txt vector在java编程中的应用.txt
作者:NOVEMBER RAIN
日期:2001-1-11 8:41:19
Vector 类提供了实现可增长数组的功能,随着更多元素加入其中,数组变的更大。在删除一些元素之后,数组变小。
Vector 有三个构造函数,
public Vector(int initialCapacity,int capacityIncrement)
public Vector(i
www.eeworm.com/read/417397/10991764
txt 计数器:generic语句的应用.txt
-- n-Bit Synchronous Counter
-- dowload from: www.fpga.com.cn & www.pld.com.cn
LIBRARY ieee;
USE ieee.Std_logic_1164.ALL;
USE ieee.Std_logic_unsigned.ALL;
ENTITY cntrnbit IS
GENERIC(
www.eeworm.com/read/417397/10991768
txt 计数器:wait语句的应用.txt
-- This example shows an inefficient way of describing a counter.
-- vhdl model of a 3-state counter illustrating the use
-- of the WAIT statement to suspend a process.At each wait
-- statement th
www.eeworm.com/read/417397/10991770
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/417397/10991771
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/270618/11031754
txt 解决限制使用应用程序问题.txt
解决限制使用应用程序问题
开机按F8进入安全模式选项,用带命令行提示的安全模式,在提示符后直接输入“mmc”(Microsoft管理控制台),操作步骤记录如下:
www.eeworm.com/read/270604/11032150
txt 哈夫曼树应用4.txt
#include
#include
#include
#include
int n;
struct node{
int w;
int flag;
char c;
struct node *plink,*llink,*rlink;