代码搜索:速查手册

找到约 5,819 项符合「速查手册」的源代码

代码结果 5,819
www.eeworm.com/read/425852/2000822

h lcd1602.h

#ifndef __LCD_1602_H__ #define __LCD_1602_H__ //以下常数定义来自LCD数据手册 #define LCD_LINE_1 0x00 #define LCD_LINE_2 0x40 #define LCD_ClEAR_SCREEN 0x01 //清屏 #define LCD_HOMING
www.eeworm.com/read/383940/2609296

h isl29001.h

#ifndef ISL29001_H #define ISL29001_H #define ISL_ADDRESS 0X44 //29001手册中定义的slave address #define ISL_COMMAND_DIODE1 0X00 typedef nx_struct ISLSensorMsg { nx_uint8_t mISLData[2]; }
www.eeworm.com/read/383940/2609333

h isl29001.h

#ifndef ISL29001_H #define ISL29001_H #define ISL_ADDRESS 0X44 //29001手册中定义的slave address #define ISL_COMMAND_DIODE1 0X00 typedef nx_struct ISLSensorMsg { nx_uint16_t ISLData; //2
www.eeworm.com/read/378825/2680779

h lcd1602.h

#ifndef __LCD_1602_H__ #define __LCD_1602_H__ //以下常数定义来自LCD数据手册 #define LCD_LINE_1 0x00 #define LCD_LINE_2 0x40 #define LCD_ClEAR_SCREEN 0x01 //清屏 #define LCD_HOMING
www.eeworm.com/read/473656/6848022

htm java jni3.htm

Java: JNI完全手册-巧巧读书,提供从0到博士的电脑教程-qqread.co
www.eeworm.com/read/473656/6848259

htm java jni2.htm

Java: JNI完全手册-巧巧读书,提供从0到博士的电脑教程-qqread.co
www.eeworm.com/read/110588/15529146

txt oracle.txt

oracle 安装手册 linux 服务器端 --------------------- 准备: 1.修改为英文环境 vi /etc/sysconfig/i18n LANG="en_US" SUPPORTED="en_US:en" 2.创建组、用户 创建oracle组: groupadd oracle // 好像已经存在 创建oracle用户
www.eeworm.com/read/106847/15619377

html manual_comparisons.html

MySQL中文参考手册-21 如何比较MySQL与其他数据库
www.eeworm.com/read/105589/15664789

cnx windows.cnx

*windows.txt* For Vim version 6.1. 原文最后更新: 2001年1月30日 VIM 参考手册 作者:Bram Moolenaar 翻译:Dasn VCD主页:http://vimcdoc.sf.net 使用多个窗口和缓冲区进行编辑 *windows* *buffers* 下
www.eeworm.com/read/105589/15664817

cnx pattern.cnx

*pattern.txt* For Vim version 6.2. 最近更新:2004年6月 VIM REFERENCE MANUAL by Bram Moolenaar (译者: lang2 http://vimcdoc.sf.net) 模式及查找命令 *pattern-searches* 最基本的东西可以在用户手册的 |03.9| 节中找到。