代码搜索:3.5mm接口

找到约 10,000 项符合「3.5mm接口」的源代码

代码结果 10,000
www.eeworm.com/read/282391/9097649

c ultrasonic_app.c

//======================================================================== // 文件名称: ultrasonic_App.c // 功能描述: 超声波测距模组V2.0的功能接口函数 // 维护记录: 2006-02-21 V2.0 //========================================
www.eeworm.com/read/183782/9139054

asp show.asp

www.eeworm.com/read/183626/9147219

f90 ex0827.f90

program ex0827 implicit none interface real function func(x,a,b,c) ! 定义子程式func的接口 implicit none real x real, optional :: a,b,c end function end interface write(*,
www.eeworm.com/read/376037/9335858

f90 ex0827.f90

program ex0827 implicit none interface real function func(x,a,b,c) ! 定义子程式func的接口 implicit none real x real, optional :: a,b,c end function end interface write(*,
www.eeworm.com/read/374600/9393223

h screensol.h

/****************************************************************************************** * 目的:显示及人机交互模块 * 功能:利用现有的位图资源提供基本的图形,菜单显示 屏幕基本动作 屏幕缓存操作接口 * 模块依赖:Screenpre.h
www.eeworm.com/read/374600/9393242

c screensol.c

/****************************************************************************************** * 目的:显示及人机交互模块 * 功能:利用现有的位图资源提供基本的图形,菜单显示 屏幕基本动作 屏幕缓存操作接口 * 模块依赖:Screensol.h
www.eeworm.com/read/374598/9393988

h screensol.h

/****************************************************************************************** * 目的:显示及人机交互模块 * 功能:利用现有的位图资源提供基本的图形,菜单显示 屏幕基本动作 屏幕缓存操作接口 * 模块依赖:Screenpre.h
www.eeworm.com/read/374598/9393999

c screensol.c

/****************************************************************************************** * 目的:显示及人机交互模块 * 功能:利用现有的位图资源提供基本的图形,菜单显示 屏幕基本动作 屏幕缓存操作接口 * 模块依赖:Screensol.h
www.eeworm.com/read/178480/9394871

txt max530.txt

并行接口电压输出型DA转换器的控制 作者: 来源:mcuzb //-----------------------函数声明,变量定义-------------------------------------------------------- #include #include #include
www.eeworm.com/read/176523/9494604

h uart.h

#ifndef _UART_H #define _UART_H //UART0接口 //**********Put a single byte to the serial port. void put(unsigned char data) ; //***********Receive a single byte from the serial port. unsigned c