亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

dsN-Less

  • A major goal of this book is to show to make devices that are inherently reliable by design. While a

    A major goal of this book is to show to make devices that are inherently reliable by design. While a lot of attention has been given to “quality improvement,” the majority of the emphasis has been placed on the processes that occur after the design of a product is complete. Design deficiencies are a significant problem, and can be exceedingly difficult to identify in the field. These types of quality problems can be addressed in the design phase with relatively little effort, and with far less expense than will be incurred later in the process. Unfortunately, there are many hardware designers and organizations that, for various reasons, do not understand the significance and expense of an unreliable design. The design methodology presented in this text is intended to address this problem.

    標(biāo)簽: inherently reliable devices design

    上傳時(shí)間: 2016-07-30

    上傳用戶:xiaodu1124

  • C/C++ Reference There are no "Introduction to Programming" tutorials here. This site is meant to

    C/C++ Reference There are no "Introduction to Programming" tutorials here. This site is meant to be used by more-or-less experienced C++ programmers, who have a good idea of what they want to do and simply need to look up the syntax. If you re interested in learning C/C++, try one of these sites: How C Programming Works C Programming C++ Language Tutorial

    標(biāo)簽: Introduction Programming Reference tutorials

    上傳時(shí)間: 2014-07-26

    上傳用戶:ljmwh2000

  • 虛擬電子秤 程序使用說(shuō)明 1. 本程序只在Windows XP平臺(tái)上經(jīng)過(guò)完整測(cè)試

    虛擬電子秤 程序使用說(shuō)明 1. 本程序只在Windows XP平臺(tái)上經(jīng)過(guò)完整測(cè)試,因此只能保證該程序在WinXP系統(tǒng)下運(yùn)行正確。 2. 由于本程序使用了Access數(shù)據(jù)庫(kù),因此需要計(jì)算機(jī)上安裝有Microsoft Access。 3. 將本程序下載到本地計(jì)算機(jī)后,需要建立與用戶信息.mdb的ODBC連接。建立方法如下:進(jìn)入開(kāi)始菜單->控制面板->管理工具->數(shù)據(jù)源(ODBC),建立一個(gè)新的系統(tǒng)DSN:選擇Add…->Microsoft Access Driver(*.mdb),數(shù)據(jù)源名稱為“LVTest_UserDB”,數(shù)據(jù)庫(kù)選擇用戶信息.mdb。點(diǎn)擊OK完成設(shè)置。 4. 運(yùn)行虛擬電子秤_陳錫輝.vi,輸入用戶名:admin,密碼:123456 登錄系統(tǒng)。進(jìn)入系統(tǒng)后可以更改密碼或管理用戶等等。

    標(biāo)簽: Windows 程序 虛擬電子秤 使用說(shuō)明

    上傳時(shí)間: 2016-08-20

    上傳用戶:yuanyuan123

  • This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate

    This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++ You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going You ve had an introductory C++ course, but you ve found that you still can t follow your colleagues when they re describing their C++ designs and code You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author s trademark incisive, engaging style.

    標(biāo)簽: intermediate you quickly dummy

    上傳時(shí)間: 2014-01-09

    上傳用戶:wpwpwlxwlx

  • 做的非常好的論壇

    做的非常好的論壇,數(shù)據(jù)庫(kù)采用access。數(shù)據(jù)庫(kù)在db文件夾下,在odbc注冊(cè)db2000為系統(tǒng)DSN,就可以使用了

    標(biāo)簽: 論壇

    上傳時(shí)間: 2016-11-01

    上傳用戶:songrui

  • Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program shou

    Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that outputs all the prime numbers less than or equal to the number entered by the user.

    標(biāo)簽: program multithreaded Pthreads numbers

    上傳時(shí)間: 2013-12-21

    上傳用戶:zhyiroy

  • 前兩天一個(gè)朋友要我寫(xiě)一個(gè)51例程

    前兩天一個(gè)朋友要我寫(xiě)一個(gè)51例程,要求盡量把我會(huì)的東西都放到例程里,并且說(shuō)了一句非常狠的話,要我把程序做成“看起來(lái)像是高手寫(xiě)的程序”,這話,我現(xiàn)在越想越不舒服。 當(dāng)然,既然答應(yīng)了,也就寫(xiě)出來(lái)了,不敢在高手面前弄斧,就發(fā)給新手看看了。 51有兩年沒(méi)有用了,不過(guò)竟然匯編還能寫(xiě)出來(lái),哈哈。我以前從來(lái)不用extern關(guān)鍵字,這里也用上了,當(dāng)然了,保證學(xué)51的朋友看來(lái)不會(huì)后悔。 #注:用的不是匯編,只是嵌入?yún)R編的功能用進(jìn)去了, 功能:數(shù)碼管顯示, 按鍵, 不同的按鍵按下走馬燈程序會(huì)改變方式,但是這部分有點(diǎn)BUG(功能和程序里注釋有點(diǎn)不符合,已經(jīng)花了兩天時(shí)間了,不想花時(shí)間找了), 串口回發(fā) 文件名EXAM1。UV2, 和EXAM1。DSN(proteus)

    標(biāo)簽:

    上傳時(shí)間: 2016-11-11

    上傳用戶:qiaoyue

  • The literature of cryptography has a curious history. Secrecy, of course, has always played a centra

    The literature of cryptography has a curious history. Secrecy, of course, has always played a central role, but until the First World War, important developments appeared in print in a more or less timely fashion and the field moved forward in much the same way as other specialized disciplines. As late as 1918, one of the most influential cryptanalytic papers of the twentieth century, William F. Friedman’s monograph The Index of Coincidence and Its Applications in Cryptography, appeared as a research report of the private Riverbank Laboratories [577]. And this, despite the fact that the work had been done as part of the war effort. In the same year Edward H. Hebern of Oakland, California filed the first patent for a rotor machine [710], the device destined to be a mainstay of military cryptography for nearly 50 years.

    標(biāo)簽: cryptography literature has Secrecy

    上傳時(shí)間: 2016-12-08

    上傳用戶:fxf126@126.com

  • Proteus

    Proteus,電子時(shí)鐘 制作與模擬 含dsn hex 源程序?yàn)镃 (at89c51 led)

    標(biāo)簽: Proteus

    上傳時(shí)間: 2014-01-04

    上傳用戶:我們的船長(zhǎng)

  • It has been suggested1 that an appropriate figure of merit for a low probability of intercept and d

    It has been suggested1 that an appropriate figure of merit for a low probability of intercept and detection (LPI/D) waveform is the quantity “Range x Bandwidth / Joule”. That is, the further the range, the wider the bandwidth and the less amount of energy used to achieve these values, the more covert is the resultant communications system.

    標(biāo)簽: appropriate probability suggested1 intercept

    上傳時(shí)間: 2017-01-03

    上傳用戶:kr770906

主站蜘蛛池模板: 通州区| 阳高县| 平顶山市| 新蔡县| 芜湖市| 白朗县| 荥阳市| 平顶山市| 虞城县| 临夏县| 德江县| 平泉县| 南乐县| 广南县| 威远县| 凤城市| 沽源县| 桃园市| 丹巴县| 黔西县| 永平县| 黔西| 和顺县| 东阿县| 始兴县| 抚松县| 涟水县| 道孚县| 广德县| 贵定县| 武城县| 开化县| 唐山市| 界首市| 榆社县| 瓦房店市| 炉霍县| 尼勒克县| 临猗县| 宁德市| 江津市|