当前位置:维库电子市场网>IC>device 更新时间:2024-04-20 03:19:24

device供应商优质现货

更多>
  • 供应商
  • 产品型号
  • 服务标识
  • 数量
  • 厂商
  • 封装/批号
  • 说明
  • 询价

devicePDF下载地址(大小:230.563KB)

device价格行情

更多>

历史最低报价:¥0.0000 历史最高报价:¥0.0000 历史平均报价:¥0.0000

device中文资料

  • ISO7816 (part 1-3)异步智能卡资料

    integrated circuit inside the cardvpp : programing voltage input (optional use by the card)gnd : ground (reference voltage)clk : clocking or timing signal (optional use by the card).rst : either used itself (reset signal supplied from the interface device) or in combination with an interal reset control circuit (optional use by the card). if internal reset is implemented, the voltage supply on vcc is mandatoryvcc : power supply input (optional use by the card) note - the use of the two remaining con

  • 如何Linux操作系统驱动程序编写

    驱动程序概述 5.2 关于linux 5.3 ndis 简介 一 linux系统设备驱动程序概述 1.1 linux设备驱动程序分类 linux设备驱动程序在linux的内核源代码中占有很大的比例,源代码的长度日益增加,主要是驱动程序的增加。在linux内核的不断升级过程中,驱动程序的结构还是相对稳定。在2.0.xx到2.2.xx的变动里,驱动程序的编写做了一些改变,但是从2.0.xx的驱动到2.2.xx的移植只需做少量的工作。linux系统的设备分为字符设备(char device),块设备(block device)和网络设备(network device)三种。字符设备是指存取时没有缓存的设备。块设备的读写都有缓存来支持,并且块设备必须能够随机存取(random access),字符设备则没有这个要求。典型的字符设备包括鼠标,键盘,串行口等。块设备主要包括硬盘软盘设备,cd-rom等。一个文件系统要安装进入操作系统必须在块设备上。网络设备在linux里做专门的处理。linux的网络系统主要是基于bsd unix的socket机制。在系统和驱动程序之间定义有专门的数据结

  • ([\u@\h \W]\# )在移植根文件系统时的处理方法

    2, order=0-3, minobjects=0, cpus=1, nodes=1 hierarchical rcu implementation. rcu-based detection of stalled cpus is disabled. verbose stalled-cpus detection is disabled. nr_irqs:85 irq: clearing subpending status 00000002 console: colour dummy device 80x30 console [ttysac0] enabled calibrating delay loop… 201.93 bogomips (lpj=504832) pid_max: default: 32768 minimum: 301 mount-cache hash table entries: 512 cpu: testing write buffer coherency: ok net: registered protocol family 16 mini2440:

  • 在驱动模块初始化函数中实现设备节点的自动创建

    们在刚开始写linux设备驱动程序的时候,很多时候都是利用mknod命令手动创建设备节点,实际上linux内核为我们提供了一组函数,可以用来在模块加载的时候自动在/dev目录下创建相应设备节点,并在卸载模块时删除该节点,当然前提条件是用户空间移植了udev。 内核中定义了struct class结构体,顾名思义,一个struct class结构体类型变量对应一个类,内核同时提供了class_create(…)函数,可以用它来创建一个类,这个类存放于sysfs下面,一旦创建好了这个类,再调用device_create(…)函数来在/dev目录下创建相应的设备节点。这样,加载模块的时候,用户空间中的udev会自动响应device_create(…)函数,去/sysfs下寻找对应的类从而创建设备节点。 注意,在2.6较早的内核版本中,device_create(…)函数名称不同,是class_device_create(…),所以在新的内核中编译以前的模块程序有时会报错,就是因为函数名称不同,而且里面的参数设置也有一些变化。 struct class和device_create(…)

  • Linux串口上网的简单实现

    对某些嵌入式应用来说移植或者修改ppp源代码变成了乏味和繁锁的工作。这里介绍一种非常经济而且实用的实现串口上网的简单方法。 linux简单串口上网原理 简单串口上网的实现原理如图1所示。 图 1 linux box a 和 linux box b 是两个安装有linux操作系统的终端(可以是pc,也可以是嵌入式设备),它们通过一条串口通信线(null modem cable line)连接。控制串口通信的服务进程server读和写两个字符设备:发送字符设备sending device和接收字符设备receiving device。在内核空间,伪网络设备驱动程序pseudo network driver可以直接读写发送字符设备和接收字符设备,事实上在内核空间它们之间的通信只是对共享缓存区的读写而已。伪网络设备驱动程序具有大部分普通网卡驱动程序提供服务功能,只是没有硬件部分代码的实现而已。当用户空间的进程要发送数据的时候,其首先让数据经过linux操作系统的tcp/ip处理层进行数据打包,然后把打包后的数据直接写入sending device,等待server进程读取,最后通过

  • Precision Devices推出扩频时钟振荡器SSOC5和SSOC7系列

      Precision Devices公司推出两个最新扩频时钟振荡器产品,SSOC5和SSOC7。新SSOC5 和SSOC7提供了一种降低时钟振荡器的系统源电磁干扰(EMI)的高效且经济的方法。相对于固定晶体振荡器,SSOC5 和SSOC7的调制输出频率使EMI降低高达15dBc。SSO...

  • Device DNA的高级数据操作

      Device DNA和存储校验码对于外界来说不是机密,任何人都可以获得这些信息,DeviceDNA设计级安全的奥秘在于“安全算法”。对于一些设计,安全要求需要超过默认的51位DeviceDNA来增强保护,以免受到蛮力攻击。Device DNA...

  • 采用Device DNA和Flash存储器ID保证安全

      在非易失性FPGA-Spartan-3AN平台中采用了与Spartan-3A器件几乎相同的工艺,只是进行了一些增强。第1种安全增强是比特流隐藏在FPGA内,使得监控变得更加困难。

      Spartan-3AN FPGA...

  • 采用Device DNA在Spartan-3A FPGA中保证实现安全

      这仅仅是在设计中设置安全的一种可能情形,可能是因为与决定自己家里的安全系统相似。如果世界上只有一把可能的锁和钥匙,那就没有安全可言。在最初的一次性设置流程中,可以通过JTAG端口或从FPGA的结构内部读取Sparta...

  • Device DNA操作

      在研究系列器件的安全性如何运行之前,了解解决方案的核心很重要。Device DNA是Xilinx FPGA器件所独有的,特别是Spartan-3 A/3AN/3A DSP FPGA器件用于实现设计安全。本节讲述Device DNA如何运行及利用新的专利技术保...

  • 德州仪器公司LED驱动产品概况

    while lsd detects a shorted led. tef indicates an over-temperature condition. 2、tps61500 说明:the tps61500 is a monolithic switching regulator with integrated 3-a, 40-v power switch. it is an ideal driver for high brightness 1-w or 3-w led. the device has a wide input voltage range to support application with input voltage from multi-cell batteries or regulated 5-v, 12-v power rails. the led current is set with an external sensor resistor r3, and the feedback voltage that is regulated to 200-m

  • 常见电子专业术语中英文对照

    ates。 the address bus is used by the processor to select aspecific memory location or register within a particular peripheral。 if the addre 常见英文缩写解释(按字母顺序排列): asic: application specific integrated circuit. 专用ic cpld: complex programmable logic device. 复杂可编程逻辑器件 eda: electronic design automation. 电子设计自动化 fpga: field programmable gate array. 现场可编程 门阵列 gal: generic array logic. 通用阵列逻辑 hdl: hardware description language. 硬件描述语言 ip: intelligent property. 智能模块 pal: programmable array logic

  • 网络化测控实现技术研究

    摘 要:讨论了网络化测控实现技术:datasocket,remote device access,symantec pcany where,网络化仪器和网络化虚拟仪器技术,分析了基于这些实现技术的各自特点。提出了网络化测控实现技术存在的问题和未来发展方向。 关键词:网络化;datasocket;remote device access;symantec pcanywhere;网络化仪器;网络化虚拟仪器 study on the networked supervising realization technolo gy an youlin, yang suochang (department of missile engineering, ordnance engineering college, shijiazhuang, 050003, china) abstract:this paper discussed the networked supervising realization technology: datasocket, remote device access,

  • 2011年全球PC出货将突破3.5亿台

    展望 2011年 pc 市场,资策会产业情报研究所(mic)表示,受惠商用市场换机效应与总体经济表现优于2010年之表现,全球pc市场成长率将可维持两位数的成长态势,市场出货总数将接近3.2亿台规模;若将平板装置产品纳入计算,全球 pc 出货量将突破3.5亿台,成长率为13.7%。 预估 2011年全球平板装置(tablet device)产品接近3,500万台,成长率为183%。整体而言,以笔记本电脑的表现最优,成长率超过两成,上网本受平板装置排挤影响,仅有个位数的成长幅度,台式电脑虽遭受 all-in-one pc 热销程度不若预期的负面冲击,但整体仍有商用换机效应支撑,回复正成长动能。 mic指出,台湾计算机系统产业整体表现,因品牌业者仍有持续释出委外订单,新产品型态开发速度较快等因素加乘,台湾产业出货比重获得提升,但有部分产品或机种偏向价格竞争,台湾厂商在利润率的考量下,也流失部分产品区隔的出货占有率。 整体而言,除上网本(netbook)受到平板装置产品的侵蚀影响,不论是在产量或产值部分的表现,预期皆将呈现衰退两位数的状况,其它产品领域则都呈现正成长局面,其中又以笔

  • 定时芯片:IDT斥资17亿美元收购ICS

    integrated device technology inc.近日表示,其已同意以价值大约17亿美元的现金和股票收购另一家半导体企业integrated circuit systems inc.。 此交易使这两家名称相近、且在定时芯片产品市场存在竞争的企业实现了联合。定时芯片用于协调通讯、计算和消费产品内部元件的运转。 根据双方董事通过的一项协议,integrated circuit systems股东的每1股股票可获得1.3股integrated device technology股票和7.25美元现金。该交易对integrated circuit systems的估值为每股约23.54美元,较该股昨日的收盘价溢价19%。 integrated device technology称,其总裁兼首席执行长greg lang将在合并后的新公司留任原职。integrated circuit systems总裁兼首席执行长hock tan将担任董事长。 两家公司称,交易完成后,integrated device technology的股东将持有两家公司已发

  • 用SN75LVCP412A组成的SATA/eSATA接口驱动电路图

    two channel sata 3-gbps redriver a. place supply capacitors close to the pin. b. en can be left open or tied to supply when no external control is implemented. c. output pre-emphasis (pe1, pe2) is shown enabled. setting depends on device palcement 用sn75lvcp412a组成的sata/esata接口驱动电路 来源:海欧

  • 基于iW3620的典型应用电路

    本文介绍了iw3620主要特性以及典型应用电路。 iw3620:digital pwm constant current controller for ac/dc led driver the iw3620 is a high performance ac/dc offline led driver which uses digital control technology to build peak current mode pwm flyback power supplies. the device operates in quasi-resonant mode at heavy load to provide high efficiency along with a number of key built-in protection features while minimizing the external component count, simplifying emi design and lowering the total bill of material cost. the

  • 自己动手制造at89c51编程器 (英文)

    rd ttl series parts and no special components are used. the programmer is interfaced with the pc parallel port and there is no special requirement for the pc parallel port, so the older computers can also be used with this programmer. supported devicesthe programmer software supports the following atmel devices at89c51at89s51at89c51rcat89c1051uat89c52 at89s52at89c55wdat89c2051at89c55at89s53at89s8252at89c4051note: for 20 pin devices a simple interface adapter is required. hardwarefigure 1 shows

  • 硬盘MP3电路原理图及资料

    可以利用单片及开发软件keil软件方便开发mp3播放器,无需特殊软件平台; 2)mpeg i/ii-layer 3 hardware decoder .独立mp3 decoder .支持48,44.1,32,24,22.05,16khz取样频率 .支持软件31阶音量控制,高中低音均衡控制 .重低音效果 3)集成dac部件,支持pcm,iis格式; 4)64k字节片上代码存储空间(100k次擦写寿命) 5)4k字节boot flash memory,usb/uart下载代码 6)集成usb1.1 device部件 7)mmc卡接口 8)ide/atapi接口(hdd/cd-rom interface) 9)2通道adc,8khz取样 硬盘mp3 player原理图下载: 200412.rar [url=../rar/mp3.rar]硬盘mp3 player资料下载(电路图,pcb,软件)[/url] [u]汉字内码<-->unicode转换表[/u] [u] [url=../news_uploadimg/2004122921421765.htm]unicode.htm[/url]

  • SGM3132 圣邦微电子推出高性能四通道白光LED驱动SGM3132

    3%,可以实现较高的通道亮度匹配度。支持单线脉冲调光,脉冲宽度支持最低1μs,启动时间小于30μs,关断模式下,静态电流小于0.1μa,可以充分满足各种便携产品的应用。 sgm3132是无公害无铅环保产品,温度范围达到扩展的工业标准–40°c 到+85°c,采用tqfn-16(3*3)封装。 相关信息与供货情况: 如需获取sgm3132的样片,请登陆www.sg-micro.com。sgm3132已于09年第二季度开始量产,大宗订货周期为4-6周。 device x1 current matching dimming shutdown current iq package sgm3132 x1 <3% one wire <0.1μa <500μa tqfn-16 圣邦微电子是一家专注于高性能、高品质模拟/混合信号集成电路研发、生产和销售的半导体公司。产品性能优良,品质卓越,可广泛应用于手机、dvd、数码相机、笔记本电脑、汽车电子、

  • USB 2.0 - Hi-Speed USB - FAQ(转发)

    ' by the usb promoter group. to sum it up, usb 2.0 specification incorporates three speeds: hi-speed, full-speed and low-speed. you as a consumer don't need to figure out all the jargons. just keep in mind that only 'hi-speed usb' and 'usb' host and devices exist. how do i know if my pc has usb 2.0? add your notes you can identify whether your pc has hi-speed or not relatively easy. open device manager and expand the universal serial bus section. there should be an "enhanced" usb host contr

  • 请教:为什么我老是找不到硬盘?

    epc_x86_debug\atapi.dll'4294769880 pid:a3f99ca2 tid:63f84942 0x83fcbc90: [notify] handlesystemevent 7 /add crd0:4294769948 pid:a3f99ca2 tid:a3fa2d42 0x83fcb800: atapi dll_process_attach4294770954 pid:a3f99ca2 tid:a3fa2d42 0x83fcb800: atapi:pciconfig!deviceconfig+(0)4294770954 pid:a3f99ca2 tid:a3fa2d42 0x83fcb800: atapi:pciconfig!configrsrc+(bus 0, device 31, function 2)4294770954 pid:a3f99ca2 tid:a3fa2d42 0x83fcb800: atapi:pciconfig!configrsrc: bar(0/31/2): offset 0x10, type i/o, size 0x84294770954 pi

  • 请教:为什么我总是找不到硬盘?

    epc_x86_debug\atapi.dll'4294769880 pid:a3f99ca2 tid:63f84942 0x83fcbc90: [notify] handlesystemevent 7 /add crd0:4294769948 pid:a3f99ca2 tid:a3fa2d42 0x83fcb800: atapi dll_process_attach4294770954 pid:a3f99ca2 tid:a3fa2d42 0x83fcb800: atapi:pciconfig!deviceconfig+(0)4294770954 pid:a3f99ca2 tid:a3fa2d42 0x83fcb800: atapi:pciconfig!configrsrc+(bus 0, device 31, function 2)4294770954 pid:a3f99ca2 tid:a3fa2d42 0x83fcb800: atapi:pciconfig!configrsrc: bar(0/31/2): offset 0x10, type i/o, size 0x84294770954 pi

  • 请问如何识别high speed的USB设备

    hub首先发送一个jk序列,并切换到高速模式,设备收到后,也切换到高速模式.如果没有,则保持在全速模式.自己找usb2.0协议看看吧.high-speed detection handshake (not performed if low-speed device detected by hub):note: in the following handshake, both the hub and device are required to detect chirp j’s and k’s of specifiedminimum durations. it is strongly recommended that “gaps” in these chirp signals as short as 16 high-speed bittimes should restart the duration timers.4. the high-speed device leaves the d+ pull-up resistor connected, leaves the high-speed termi

  • 关于HDMI中CEC的运用问题

    rthdmi中的cec有14个功能(optional), 在你们设计的产品中用了哪些功能?cec 3 feature overviewcec provides a number of recommended features designed to enhance the functionality andinteroperability of devices within an hdmi system. this section gives an overview of thesefeatures.&#8226; one touch play - allows a device to be played and become the active source with a singlebutton press.&#8226; system standby - enables the user to switch all devices to standby with one button press.&#8226; preset transfer - enables a

上传BOM文件: BOM文件
*公司名:
*联系人:
*手机号码:
QQ:
应用领域:

有效期:
OEM清单文件: OEM清单文件
*公司名:
*联系人:
*手机号码:
QQ:
有效期:

扫码下载APP,
一键连接广大的电子世界。

在线人工客服

买家服务:
卖家服务:

0571-85317607

客服在线时间周一至周五
9:00-17:30

关注官方微信号,
第一时间获取资讯。

建议反馈

联系人:

联系方式:

按住滑块,拖拽到最右边
>>
感谢您向阿库提出的宝贵意见,您的参与是维库提升服务的动力!意见一经采纳,将有感恩红包奉上哦!