代码搜索:JS 有哪些应用?
找到约 10,000 项符合「JS 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/360807/10077366
c joy-db9.c
/*
* joy-db9.c Version 0.5V
*
* Copyright (c) 1998 Andree Borrmann
*/
/*
* This is a module for the Linux joystick driver, supporting
* console (Atari, Amstrad, Commodore, Amiga, Sega) joystic
www.eeworm.com/read/268297/11144263
bas userfuncbas.bas
Attribute VB_Name = "UserFuncBas"
Option Explicit
Public Sub getCellData()
With meCell
.MaxCols = 3
.MaxRows = 17
.ListSql = "select a.Js_UserID as FItemID,a.Js_UserName as FName,dbo.ge
www.eeworm.com/read/230472/14285789
txt 简易信号测量仪(程序).txt
JS_A1 DATA 30H ;计算用数据A
JS_A2 DATA 31H
JS_A3 DATA 32H
JS_A4 DATA 33H
JS_A5 DATA 34H
JS_A6 DATA 35H
JS_A7 DATA 36H
JS_A8 DATA 37H
;------------------
JS_B1 DATA 38H ;计算用数据B
JS_B2 DAT
www.eeworm.com/read/122214/14713902
readme
README for JS-FTP
=================
http://js-ftp.sourceforge.net/
mailto:colin@nonhtmlmail.org
Introduction
------------
JS-FTP is a simple FTP client written in Java. JS-FTP's GUI was developed
www.eeworm.com/read/268297/11144310
bas userdatabas.bas
Attribute VB_Name = "UserDataBas"
Option Explicit
Private Type CellData
Js_UserID As Long
Js_UserNumber As String
Js_UserName As String
Js_UserPass As String
Js_UserGroupList As String
J
www.eeworm.com/read/268297/11144461
bas rptgroupfuncbas.bas
Attribute VB_Name = "RptGroupFuncBas"
Option Explicit
Public Sub getCellData()
With meCell
.MaxCols = 3
.MaxRows = 6
.ListSql = "select a.Js_GroupID as fItemID,a.Js_GroupName as fName,b
www.eeworm.com/read/268297/11144796
bas rightdatabas.bas
Attribute VB_Name = "RightDataBas"
Option Explicit
Private Type CellData
Js_RightID As Long
Js_RightParentID As Long
Js_RightNumber As String
Js_RightName As String
Js_RightDesc As St
www.eeworm.com/read/192685/8367001
txt 哪里有script control.txt
在 专 业 版 和 企 业 版 都 有 Script Control。 不 过 需 要 手 工 安 装 , 在 光 盘 的 Common\Tools\VB\Script目 录 下 。 也 可 以 从 微 软 站 点 下 载 :
http://www.microsoft.com/scripting/scriptcontrol/default.htm
www.eeworm.com/read/192048/8409770
有芯片的灯条1
www.eeworm.com/read/290020/8511131
txt 文档 (5)有fsk.txt
#include
#include
#define uint unsigned int
#define uchar unsigned char
#define ulong unsigned long
//数据口定义
#define lcd1602_bus P0
sbit sclk=P2^0; //W_CLK
sbit lo