代码搜索:数据卡

找到约 10,000 项符合「数据卡」的源代码

代码结果 10,000
www.eeworm.com/read/352682/10525787

h ad977.h

#ifndef _AD977_H_ #define _AD977_H_ #define uint unsigned int #define uchar unsigned char sbit PinPWRD = P0^0; sbit PinBUSY = P0^1; sbit PinRC = P0^2; sbit PinDATA = P0^3;
www.eeworm.com/read/352680/10525986

h fyd12864.h

#ifndef _FYD12864_H_ #define _FYD12864_H_ #define uint unsigned int #define uchar unsigned char sbit PinRW = P2^0; sbit PinRS = P2^1; sbit PinRST = P2^2; sbit PinE = P2
www.eeworm.com/read/352649/10531592

h fyd12864.h

#ifndef _FYD12864_H_ #define _FYD12864_H_ #define uint unsigned int #define uchar unsigned char sbit PinRW = P2^0; sbit PinRS = P2^1; sbit PinRST = P2^2; sbit PinE = P2
www.eeworm.com/read/160446/10531845

htm 10-3.cfm.htm

创建新表
www.eeworm.com/read/160329/10543674

h ch375dll.h

// 2003.09.08, 2003.12.28, 2004.10.15, 2004.12.05, 2004.12.10, 2005.01.20, 2005.02.23, 2005.07.15, 2005.08.17 //**************************************** //** Copyright (C) W.ch 1999-2005 ** /
www.eeworm.com/read/160171/10561275

h ch375dll.h

// 这是CH372和CH375的Windows98/ME/2000/XP简化版驱动程序, 仅供学习USB驱动开发 // 稍加修改完全可以用于其它USB芯片, 不过作者希望你是用于CH372和CH375芯片 // 2003.09.08, 2003.12.28, 2004.10.15, 2004.12.05, 2004.12.10, 2005.01.20, 2005.02.23, 2005.07
www.eeworm.com/read/160171/10561285

h ch375dll.h

// 这是CH372和CH375的Windows98/ME/2000/XP简化版驱动程序, 仅供学习USB驱动开发 // 稍加修改完全可以用于其它USB芯片, 不过作者希望你是用于CH372和CH375芯片 // 2003.09.08, 2003.12.28, 2004.10.15, 2004.12.05, 2004.12.10, 2005.01.20, 2005.02.23, 2005.07
www.eeworm.com/read/423266/10575234

m m10_9.m

close all clf reset figure (gcf); clc % NEWSOM——创建自组织网络 % TRAI
www.eeworm.com/read/278060/10577166

txt 新建 文本文档 (2).txt

串口转TCP/IP 实用程序(附源程序) 关键字:SerialPort 转 TCP/IP、串口编成、远程串口调试   我正是从VCKBASE 开始学习VC++ 的,没有他我进步不会如此迅速,一直想给VCKBASE贡献点什么,正好今天有空,就把早些时候写的一个串口转TCP/IP的程序发上来,希望对初学者学习串口编程有点帮助。 程序的最大缺陷:   Windows把硬件 ...
www.eeworm.com/read/159906/10591622

m 8-1.m

[X,map]=imread('canoe.tif'); %读图像数据 image(X); %显示矩阵X图像 colormap(map); %设置色图