代码搜索:JS

找到约 10,000 项符合「JS」的源代码

代码结果 10,000
www.eeworm.com/read/169233/9873839

tdf js_sft.tdf

% 接收用10位串入-并出移位寄存器 % SUBDESIGN Js_sft % *********子模块头,和文件同名******** % ( % **************** 信号定义 *********** % si,dao,clk : INPUT = VCC; po[7..0] : OUTPUT; ) VARIABLE sft_reg[9..1
www.eeworm.com/read/353194/10465601

c jsxdrapi.c

/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the
www.eeworm.com/read/268297/11144176

sql js_rpt.sql

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Js_Rpt]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[Js_Rpt] GO CREATE TABLE [dbo].[Js_Rpt] ( [Js_RptID]
www.eeworm.com/read/268297/11144214

sql js_right.sql

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Js_Right]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[Js_Right] GO CREATE TABLE [dbo].[Js_Right] ( [Js_
www.eeworm.com/read/268297/11144224

sql js_fieldcontrol.sql

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Js_FieldControl]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[Js_FieldControl] GO CREATE TABLE [dbo].[Js_F
www.eeworm.com/read/268297/11144232

sql js_logonprecept.sql

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Js_LogonPrecept]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[Js_LogonPrecept] GO CREATE TABLE [dbo].[Js_L
www.eeworm.com/read/283884/8981947

h jscpucfg.h

/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the
www.eeworm.com/read/192394/8384109

c djs_41.c

#include #include #include #define uchar unsigned char #define uint unsigned int #define G1 XBYTE[0XFDFF] #define G2 XBYTE[0XF7FF] #define R1 XBYTE[0XF
www.eeworm.com/read/182135/9215071

c joystick-events-sdl.c

/* Example of simple joystick input with SDL. */ #include #include #include int main() { SDL_Event event; SDL_Joystick *js; int num_js, i, quit_flag;