代码搜索:数字示波
找到约 10,000 项符合「数字示波」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8362013
txt 如何将刷卡记录保存在数据库中.txt
下 面 是 一 个 示 例 代 码 :
Dim dbRecod As Database
Dim rdRecord As Recordset
Dim s As String
Dim sID As String
Set dbRecord = WorkSpace(0).OpenDatabase("YourDB.mdb")
www.eeworm.com/read/437100/7755306
pbd nrf905_test.pbd
This is an internal working file generated by the Source Browser.
11:04 54s
E:\project\无线示功仪\Code\nRF905_test_1\Debug\Obj\main.pbi
www.eeworm.com/read/437095/7755467
pbd test.pbd
This is an internal working file generated by the Source Browser.
11:46 33s
E:\project\无线示功仪\code_msp430f149\Debug\Obj\finger.pbi
www.eeworm.com/read/242302/13077306
txt 如何将刷卡记录保存在数据库中.txt
下 面 是 一 个 示 例 代 码 :
Dim dbRecod As Database
Dim rdRecord As Recordset
Dim s As String
Dim sID As String
Set dbRecord = WorkSpace(0).OpenDatabase("YourDB.mdb")
www.eeworm.com/read/114100/15111137
txt 如何将刷卡记录保存在数据库中.txt
下 面 是 一 个 示 例 代 码 :
Dim dbRecod As Database
Dim rdRecord As Recordset
Dim s As String
Dim sID As String
Set dbRecord = WorkSpace(0).OpenDatabase("YourDB.mdb")
www.eeworm.com/read/27451/865347
txt d029.bmp.txt
增加RI(22号)和DTR(20号)两根信号线进行联络,如图2-1所示。
DTE ' DCE DCE ' DTE
┏━━┳━━━┳━━┳━━━━┳━━┓
┃ ┃ ┃ ┃TXD ┃ ┃
┃ ┃ ┃ ┃RXD ┃ ┃
┃ ┃ ┃ ┃- ┃
www.eeworm.com/read/37216/900628
txt d029.bmp.txt
增加RI(22号)和DTR(20号)两根信号线进行联络,如图2-1所示。
DTE ' DCE DCE ' DTE
┏━━┳━━━┳━━┳━━━━┳━━┓
┃ ┃ ┃ ┃TXD ┃ ┃
┃ ┃ ┃ ┃RXD ┃ ┃
┃ ┃ ┃ ┃- ┃
www.eeworm.com/read/100803/15864151
h pstndefs.h
#define MAXCHAN 4
#define NUM_USERNAME 11 //用户名的数字最大个数
#define NUM_PASSWORD 11 //密码的数字最大个数
#define MAX_PHONENUM 128 //电话
// add for dx_fileopen RDONLY
www.eeworm.com/read/192685/8361045
txt 使用like查询不符合要求.txt
用 RDO访 问 Access数 据 库 , SQL语 句 中 使 用 通 配 符 有 两 种 : *和 ?, *表 示 多 字 匹 配 , ? 表 示 单 字 匹 配 , %在 RDO的 SQL中 是 不 起 作 用 的 。 另 外 , 如 果 like关 键 字 后 面 是 跟 字 符 时 , 要 用 单 引 号 括 起 来 。
www.eeworm.com/read/192685/8362025
txt sql7.0的和存储过程如何得到返回值及判断表是否存在.txt
1、 字 段 名 如 果 要 显 示 的 话 最 好 用 中 文 命 名 , 如 利 用 FlexGrid;如 果 不 用 显 示 则 最 好 用 英 文 , 因 为 时 间 就 是 生 命 !
2、 Set ar =cm.Execute '//////ar为 Recordset对 象 , cm为 Command对 象
3、 SQL7.0有 这 样 的 函 数 , 但