搜索结果
找到约 36 项符合
accept 的查询结果
按分类筛选
Linux/Unix编程 Source that implements a Shell for Linux. Can accept at least 2 pipes and 3 sets of commands.
Source that implements a Shell for Linux. Can accept at least 2 pipes and 3 sets of commands.
Delphi控件源码 Program to accept a string and find the length of the string
Program to accept a string and find the
length of the string
模拟电子 MAX5713-MAX5715数据资料
The MAX5713/MAX5714/MAX5715 4-channel, low-power,8-/10-/12-bit, voltage-output digital-to-analog converters(DACs) include output buffers and an internal referencethat is selectable to be 2.048V, 2.500V, or 4.096V. TheMAX5713/MAX5714/MAX5715 accept a wide supplyvoltage range of 2.7V to 5.5V with ex ...
模拟电子 Stabilize Your Transimpedance Amplifier
 
Abstract: Transimpedance amplifiers (TIAs) are widely used to translate the current output of sensors like photodiode-to-voltagesignals, since several circuits and instruments can only accept voltage input. An operational amplifier with a feedback resistor fromoutput to the inverting inpu ...
电源技术 四路输出开关转换器提供TFT LCD面板的电源
 
The LT®1943 is a highly integrated, 4-output regulatordesigned to power large TFT LCD panels. The LT1943employs switching regulators—instead of linear regulators—to minimize power dissipation and accommodate awide input voltage range. The wide input range, 4.5V to22V, allo ...
电源技术 具有宽输入范围的微型单片降压型稳压器
 
Automotive batteries, industrial power supplies, distributedsupplies and wall transformers are all sources ofwide-ranging high voltage inputs. The easiest way to stepdown these sources is with a high voltage monolithicstep-down regulator that can directly accept a wide inputrange and prod ...
单片机编程 DUAL RS-232 DRIVER RECEIVER WI
The TRS232E is a dual driver/receiver that includes a capacitive voltage generator to supply TIA/RS-232-Fvoltage levels from a single 5-V supply. Each receiver converts TIA/RS-232-F inputs to 5-V TTL/CMOS levels.This receiver has a typical threshold of 1.3 V, a typical hysteresis of 0.5 V, and can a ...
嵌入式综合 LINUX系统分析与高级编程技术
本书介绍Linux环境下的编程方法,内容包括Linux系统命令、 Shell脚本、编程语言(gawk、Perl)、系统内核、安全体系、X Window等,内容丰富、论述全面,涵盖了Linux系统的方方面面。本书附带光盘包括了RedHat Linux系统的最新版本,及安装方法,还包括本书的大量程序代码,极大地方便了读者,为使用和将要使用Linux系统的技术 ...
测试测量 HDMI一致性测试
 
The high defi nition multimedia interface (HDMI) is fastbecoming the de facto standard for passing digitalaudio and video data in home entertainment systems.This standard includes an I2C type bus called a displaydata channel (DDC) that is used to pass extended digitalinterface data (EDID) ...
网络 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #inclu
基于终端的订花系统_socket
#include<stdio.h>
#include<stdlib.h>
#include<errno.h>
#include<string.h>
#include<sys/types.h>
#include<netinet/in.h>
#include<sys/socket.h>
#include<sys/wait.h>
#include<sys/ipc.h>
#include<unistd.h>
#include<sys/shm.h>
#include<sys/stat.h>
#define MYPORT 3490 // ...