虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

they

  • Design for Manufacturability and Statistical

    Design for manufacturability and statistical design encompass a number of activities and areas of study spanning the integrated circuit design and manufacturing worlds. In the early days of the planar integrated circuit, it was typical for a handful of practitioners working on a particular design to have a fairly complete understanding of the manufacturing process, the resulting semiconductor active and passive devices, as well as the resulting circuit - often composed of as few as tens of devices. With the success of semiconductor scaling, predicted and - to a certain extent even driven - by Moore’s law, and the vastly increased complexity of modern nano-meter scale processes and the billion-device circuits they allow, there came a necessary separation between the various disciplines.

    标签: Manufacturability Statistical Design for and

    上传时间: 2020-06-10

    上传用户:shancjb

  • wavelet and field forecast verification

    Current field forecast verification measures are inadequate, primarily because they compress the comparison between two complex spatial field processes into one number. Discrete wavelet transforms (DWTs) applied to analysis and contemporaneous forecast fields prove to be an insightful approach to verification problems. DWTs allow both filtering and compact physically interpretable partitioning of fields. These techniques are used to reduce or eliminate noise in the verification process and develop multivariate measures of field forecasting performance that are shown to improve upon existing verification procedures.

    标签: field forecast verification

    上传时间: 2020-07-22

    上传用户:

  • The C++ Programming Language第四版

     Extensively rewritten to present the C++11 language, standard library, and key design techniques as an integrated whole, Stroustrup thoroughly addresses changes that make C++11 feel like a whole new language, offering definitive guidance for leveraging its improvements in performance, reliability, and clarity. C++ programmers around the world recognize Bjarne Stoustrup as the go-to expert for the absolutely authoritative and exceptionally useful information they need to write outstanding C++ programs. Now, as C++11 compilers arrive and development organizations migrate to the new standard, they know exactly where to turn once more: Stoustrup's C++ Programming Language, Fourth Edition.Bjarne Stroustrup是C++的设计师和最早的实现者,也是《C++程序设计语言》、《带标注的C++参考手册》和《C++语言的设计与演化》的作者。他从丹麦Aarhus大学和英国牛津大学毕业,现在是AT&T大规模程序设计研究部的负责人,AT&T特别成员,AT&T贝尔实验室特别成员,以及ACM特别成员。Stroustrup的研究兴趣包括分布式系统、操作系统、模拟、设计和程序设计。他也是Addison·Wesley的C++In-Depth系列书籍的编辑。

    标签: C++

    上传时间: 2022-02-01

    上传用户:

  • AD8605/AD8606/AD8608 运算放大器DataSheet

    Precision, Low Noise, CMOS, Rail-to-Rail, Input/Output Operational Amplifiers Data Sheet AD8605/AD8606/AD8608The AD8605, AD8606, and AD86081 are single, dual, and quad rail-to-rail input and output, single-supply amplifiers. they feature very low offset voltage, low input voltage and current noise, and wide signal bandwidth. they use the Analog Devices, Inc. patented DigiTrim® trimming technique, which achieves

    标签: 运算放大器

    上传时间: 2022-02-02

    上传用户:

  • 传感器资料scb10h

    SCB10H series pressure elements are high performance absolute pressure sensors. The sensors are based  on Murata's proven capacitive 3D-MEMS technology. they enable exceptional possibility for OEM customers  to integrate pressure measurement function in an optimal way into their products. SCB10H series elements  can be designed to match the application specific pressure range. It is a bare capacitive sensor element that  enables optimized application specific package and electronics design.

    标签: 传感器

    上传时间: 2022-03-03

    上传用户:

  • J-LINK下载器

    首先下载软件,解压软件,安装在程序中找到SEGGER,选里面的J-FLASH,进入界面,刚开始的那个界面可以忽略,不用建project也可以;单击菜单栏的“Options---Project settings”打开设置,进行jlink配置;正在General选项,选择“USB”,一般都是默认配置,确认一下即可;然后在CPU选项,选择芯片型号,先选择“Device”才能选择芯片型号,芯片型号,要根据你使用的芯片进行选择;在Target interface选项 里面选择SWD模式;首先Target里面选“Connection”连接目标芯片,然后 Target--Auto进行程序烧写;首先Target里面选择“Connection”连接目标芯片,然后 Target--Auto进行程序烧写.SEGGER J-Links are the most widely used line of debug probes available today. they've proven their value for more than 10 years in embedded development. This popularity stems from the unparalleled performance, extensive feature set, large number of supported CPUs, and compatibility with all popular development environments.

    标签: JLINK

    上传时间: 2022-03-22

    上传用户:

  • linux内核编程指南

    因此,您想编写一个内核模块。您知道C,您已经编写了一些可以作为进程运行的常规程序,现在您想知道真正的动作在哪里,一个通配指针可以擦掉文件系统,核心转储意味着重新启动。内核模块到底是什么?模块是可以根据需要加载和卸载的代码段。它们扩展了内核的功能,而无需重新引导系统。例如。模块驱动程序的一种类型是设备驱动程序,它允许内核访问没有模块的系统硬件,我们将不得不构建单片内核并将新功能直接添加到内核映像中,除了具有更大的内核之外,这还具有缺点每次我们想要新功能时都要求我们重建并重新启动内核的过程So, you want to write a kernel module. You know C, you, ve written a few normal programs to run as processes, and now you want to get to where the real action is, to where a single wild pointer can wipe out your file system and a core dump means a reboot.What exactly is a kernel module? Modules are pieces of code that can be loaded and unloaded into th upon demand. they extend the functionality of the kernel without the need to reboot the system. For example.one type of module is the device driver, which allows the kernel to access hardware connected to the syste without modules, we would have to build monolithic kernels and add new functionality directly into the em ernel image, Besides having larger kernels

    标签: linux

    上传时间: 2022-03-30

    上传用户:

  • VIP专区-嵌入式/单片机编程源码精选合集系列(109)

    VIP专区-嵌入式/单片机编程源码精选合集系列(109)资源包含以下内容:1. 包括汇编和c++编写的万年历.2. FIFO(先进先出队列)通常用于数据的缓存和用于容纳异步信号的频率或相位的差异。本FIFO的实现是利用 双口RAM 和读写地址产生模块来实现的.FIFO的接口信号包括异步的写时钟(wr_clk)和读.3. Analog signals are represented by 64 bit buses. they are converted to real and from real representa.4. 该文件为lpc2106 ARM7在THREDX操作系统下的启动代码.5. 该代码为时钟芯片PCF8563的控制程序.6. 此代码位PIC单片机的PID控温程序.7. threadx技术手册.8. 一个关于fat32系统文件的说明,对了解fat32文件系统系统结构很有用.9. 典型的开发模型有:①瀑布模型(waterfall model);②渐增模型/演化/迭代(incremental model);③原型模型(prototype model);④螺旋模型(spiral m.10. zigbee协议中.11. 三菱FX系列PLC与PC机通过编程口通讯的地址转换软件,非常的使用!.12. 文章讲述了类似于PDOP值的描述整周模糊度精度的指标因子。对于整周模糊度的判断具有重要意义。.13. 讲述了如何对主引导扇区进行备份和恢复.14. LED驱动电路实例。配具体的电路图供大家参考使用.15. Pcb初级教程.16. 嵌入式内存数据库系统eXtremeDB用户指南.17. 对引导区的学驻病毒进行了剖析.18. LPC2146 的USB 开发.19. 非常详细步进电机控制原理图.20. C++ GUI Programming with Qt 4一书中的第一章源码.21. C++ GUI Programming with Qt 4一书中的chap02源码.22. C++ GUI Programming with Qt 4一书中的chap03源码.23. C++ GUI Programming with Qt 4一书中的chap05源码.24. C++ GUI Programming with Qt 4一书中的chap06源码.25. C++ GUI Programming with Qt 4一书中的chap07源码.26. C++ GUI Programming with Qt 4一书中的chap8源码.27. C++ GUI Programming with Qt 4一书中的chap9源码.28. 具有無線網路功能下載至嵌入式開發平台上用的.o黨 driver.29. ADI DSP ADSP-BF561原装开发板的PCB图,非常难得! POWERPCB 5.0可以打开..30. ADI TS201 原装系统板PCB图, 此PCB图是用POWERPCB 5.0画的, 直接导入既可打开, 目前做相控阵雷达,3G 基站,WIMAX基站等均采用ADSP-TS201..31. ADI DSP BF561 系统板原理图,只有PDF格式的,.32. 利用89C52开发的.33. PCtoLCD2002完美版 取字模软件.34. lm317 计算工具.35. 这是一个非常不错的12864液晶串口程序.36. 嵌入式系统开发原理、工具及过程 值得推荐.37. minigui--面向实时嵌入式系统的图形用户界面。此文档介绍了miniguide体系结构。.38. 该源码与书本配套.39. 《EVC高级编程及其应用开发》一书的全部源代码.40. 将MATLAB窗口画在VC的GUI上 轻松实现用MATLAB和VC画图.

    标签: 网络通信协议

    上传时间: 2013-06-12

    上传用户:eeworm