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

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

半導(dǎo)(dǎo)體<b>分立器件</b>

  • C51 V8 專(zhuān)業(yè)開(kāi)發(fā)工具

    Keil C51 V8 專(zhuān)業(yè)開(kāi)發(fā)工具(PK51)   PK51是為8051系列單片機(jī)所設(shè)計(jì)的開(kāi)發(fā)工具,支持所有8051系列衍生產(chǎn)品,,支持帶擴(kuò)展存儲(chǔ)器和擴(kuò)展指令集(例如Dallas390/5240/400,Philips 51MX,Analog Devices MicroConverters)的新設(shè)備,以及支持很多公司的一流的設(shè)備和IP內(nèi)核,比如Analog Devices, Atmel, Cypress Semiconductor, Dallas Semiconductor, Goal, Hynix, Infineon, Intel, NXP(founded by Philips), OKI, Silicon Labs,SMSC, STMicroeleectronics,Synopsis, TDK, Temic, Texas Instruments,Winbond等。 通過(guò)PK51專(zhuān)業(yè)級(jí)開(kāi)發(fā)工具,可以輕松地了解8051的On-chip peripherals與及其它關(guān)鍵特性。 The PK51專(zhuān)業(yè)級(jí)開(kāi)發(fā)工具包括… l          μVision Ø         集成開(kāi)發(fā)環(huán)境 Ø          調(diào)試器 Ø         軟件模擬器   l          Keil 8051擴(kuò)展編譯工具 Ø         AX51宏匯編程序 Ø         ANSI C編譯工具 Ø         LX51 連接器 Ø         OHX51 Object-HEX 轉(zhuǎn)換器 l          Keil 8051編譯工具 Ø         A51宏匯編程序 Ø         C51 ANSI C編譯工具 Ø         BL51 代碼庫(kù)連接器 Ø         OHX51 Object-HEX 轉(zhuǎn)換器 Ø         OC51 集合目標(biāo)轉(zhuǎn)換器   l          目標(biāo)調(diào)試器 Ø         FlashMON51 目標(biāo)監(jiān)控器 Ø         MON51目標(biāo)監(jiān)控器 Ø         MON390 (Dallas 390)目標(biāo)監(jiān)控器 Ø         MONADI (Analog Devices 812)目標(biāo)監(jiān)控器 Ø         ISD51 在系統(tǒng)調(diào)試   l          RTX51微實(shí)時(shí)內(nèi)核   你應(yīng)該考慮PK51開(kāi)發(fā)工具包,如果你… l          需要用8051系列單片機(jī)來(lái)開(kāi)發(fā) l          需要開(kāi)發(fā) Dallas 390 或者 Philips 51MX代碼 l          需要用C編寫(xiě)代碼 l          需要一個(gè)軟件模擬器或是沒(méi)有硬件仿真器 l          需要在單芯片上基于小實(shí)時(shí)內(nèi)核創(chuàng)建復(fù)雜的應(yīng)用

    標(biāo)簽: C51 V8 開(kāi)發(fā)工具

    上傳時(shí)間: 2013-10-30

    上傳用戶(hù):yy_cn

  • 數(shù)字運(yùn)算

    數(shù)字運(yùn)算,判斷一個(gè)數(shù)是否接近素?cái)?shù) A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    標(biāo)簽: 數(shù)字 運(yùn)算

    上傳時(shí)間: 2015-05-21

    上傳用戶(hù):daguda

  • c語(yǔ)言版的多項(xiàng)式曲線擬合。 用最小二乘法進(jìn)行曲線擬合. 用p-1 次多項(xiàng)式進(jìn)行擬合

    c語(yǔ)言版的多項(xiàng)式曲線擬合。 用最小二乘法進(jìn)行曲線擬合. 用p-1 次多項(xiàng)式進(jìn)行擬合,p<= 10 x,y 的第0個(gè)域x[0],y[0],沒(méi)有用,有效數(shù)據(jù)從x[1],y[1] 開(kāi)始 nNodeNum,有效數(shù)據(jù)節(jié)點(diǎn)的個(gè)數(shù)。 b,為輸出的多項(xiàng)式系數(shù),b[i] 為b[i-1]次項(xiàng)。b[0],沒(méi)有用。 b,有10個(gè)元素ok。

    標(biāo)簽: 多項(xiàng)式 曲線擬合 c語(yǔ)言 最小二乘法

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

    上傳用戶(hù):變形金剛

  • crc任意位生成多項(xiàng)式 任意位運(yùn)算 自適應(yīng)算法 循環(huán)冗余校驗(yàn)碼(CRC

    crc任意位生成多項(xiàng)式 任意位運(yùn)算 自適應(yīng)算法 循環(huán)冗余校驗(yàn)碼(CRC,Cyclic Redundancy Code)是采用多項(xiàng)式的 編碼方式,這種方法把要發(fā)送的數(shù)據(jù)看成是一個(gè)多項(xiàng)式的系數(shù) ,數(shù)據(jù)為bn-1bn-2…b1b0 (其中為0或1),則其對(duì)應(yīng)的多項(xiàng)式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數(shù)據(jù)“10010101”可以寫(xiě)為多項(xiàng)式 X7+X4+X2+1。 循環(huán)冗余校驗(yàn)CRC 循環(huán)冗余校驗(yàn)方法的原理如下: (1) 設(shè)要發(fā)送的數(shù)據(jù)對(duì)應(yīng)的多項(xiàng)式為P(x)。 (2) 發(fā)送方和接收方約定一個(gè)生成多項(xiàng)式G(x),設(shè)該生成多項(xiàng)式 的最高次冪為r。 (3) 在數(shù)據(jù)塊的末尾添加r個(gè)0,則其相對(duì)應(yīng)的多項(xiàng)式為M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),獲得商Q(x)和余式R(x),則 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2運(yùn)算,T(x)所對(duì)應(yīng)的數(shù)據(jù)是在原數(shù) 據(jù)塊的末尾加上余式所對(duì)應(yīng)的數(shù)據(jù)得到的。 (6) 發(fā)送T(x)所對(duì)應(yīng)的數(shù)據(jù)。 (7) 設(shè)接收端接收到的數(shù)據(jù)對(duì)應(yīng)的多項(xiàng)式為T(mén)’(x),將T’(x)除以G(x) ,若余式為0,則認(rèn)為沒(méi)有錯(cuò)誤,否則認(rèn)為有錯(cuò)。

    標(biāo)簽: crc CRC 多項(xiàng)式 位運(yùn)算

    上傳時(shí)間: 2014-11-28

    上傳用戶(hù):宋桃子

  • crc任意位生成多項(xiàng)式 任意位運(yùn)算 自適應(yīng)算法 循環(huán)冗余校驗(yàn)碼(CRC

    crc任意位生成多項(xiàng)式 任意位運(yùn)算 自適應(yīng)算法 循環(huán)冗余校驗(yàn)碼(CRC,Cyclic Redundancy Code)是采用多項(xiàng)式的 編碼方式,這種方法把要發(fā)送的數(shù)據(jù)看成是一個(gè)多項(xiàng)式的系數(shù) ,數(shù)據(jù)為bn-1bn-2…b1b0 (其中為0或1),則其對(duì)應(yīng)的多項(xiàng)式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數(shù)據(jù)“10010101”可以寫(xiě)為多項(xiàng)式 X7+X4+X2+1。 循環(huán)冗余校驗(yàn)CRC 循環(huán)冗余校驗(yàn)方法的原理如下: (1) 設(shè)要發(fā)送的數(shù)據(jù)對(duì)應(yīng)的多項(xiàng)式為P(x)。 (2) 發(fā)送方和接收方約定一個(gè)生成多項(xiàng)式G(x),設(shè)該生成多項(xiàng)式 的最高次冪為r。 (3) 在數(shù)據(jù)塊的末尾添加r個(gè)0,則其相對(duì)應(yīng)的多項(xiàng)式為M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),獲得商Q(x)和余式R(x),則 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2運(yùn)算,T(x)所對(duì)應(yīng)的數(shù)據(jù)是在原數(shù) 據(jù)塊的末尾加上余式所對(duì)應(yīng)的數(shù)據(jù)得到的。 (6) 發(fā)送T(x)所對(duì)應(yīng)的數(shù)據(jù)。 (7) 設(shè)接收端接收到的數(shù)據(jù)對(duì)應(yīng)的多項(xiàng)式為T(mén)’(x),將T’(x)除以G(x) ,若余式為0,則認(rèn)為沒(méi)有錯(cuò)誤,否則認(rèn)為有錯(cuò)

    標(biāo)簽: crc CRC 多項(xiàng)式 位運(yùn)算

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

    上傳用戶(hù):hphh

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    標(biāo)簽: represented integers group items

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

    上傳用戶(hù):jeffery

  • 用游標(biāo)的方法實(shí)現(xiàn)對(duì)稱(chēng)差的計(jì)算

    用游標(biāo)的方法實(shí)現(xiàn)對(duì)稱(chēng)差的計(jì)算,即 (A-B)+(B-A)

    標(biāo)簽: 對(duì)稱(chēng) 計(jì)算

    上傳時(shí)間: 2016-05-23

    上傳用戶(hù):遠(yuǎn)遠(yuǎn)ssad

  • 詞法分析器 對(duì)輸入一個(gè)函數(shù)

    詞法分析器 對(duì)輸入一個(gè)函數(shù),并對(duì)其分析main() { int a,b a = 10 b = a + 20 }

    標(biāo)簽: 分析器 函數(shù) 輸入

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

    上傳用戶(hù):hfmm633

  • 基因算法

    基因算法,用VC++或MATLAB,java等工具設(shè)計(jì)一程序計(jì)算任一個(gè)隨機(jī)產(chǎn)生的DNA基因表達(dá)式的有效長(zhǎng)度和值 設(shè)隨機(jī)產(chǎn)生的基因表達(dá)式為: + Q - / b * b a Q b a a b a a b b a a a b

    標(biāo)簽: 基因 算法

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

    上傳用戶(hù):aa54

  • 函數(shù)再現(xiàn)機(jī)構(gòu)設(shè)計(jì) 試設(shè)計(jì)一曲柄搖桿機(jī)構(gòu)

    函數(shù)再現(xiàn)機(jī)構(gòu)設(shè)計(jì) 試設(shè)計(jì)一曲柄搖桿機(jī)構(gòu),再現(xiàn)函數(shù) 要求: 輸入構(gòu)件的轉(zhuǎn)角范圍180°,輸出構(gòu)件擺角范圍30°,即: 當(dāng)輸入構(gòu)件從a轉(zhuǎn)至a+90時(shí),輸出構(gòu)件從b轉(zhuǎn)至b+30 當(dāng)輸入構(gòu)件從a+90轉(zhuǎn)至a+180時(shí),輸出構(gòu)件從b+30轉(zhuǎn)至b

    標(biāo)簽: 機(jī)構(gòu) 函數(shù) 曲柄

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

    上傳用戶(hù):英雄

主站蜘蛛池模板: 汤原县| 贺州市| 台江县| 运城市| 金川县| 阆中市| 囊谦县| 仪陇县| 广饶县| 沽源县| 阿图什市| 绥宁县| 吉安市| 自治县| 霍州市| 福鼎市| 镇平县| 昂仁县| 三门县| 赫章县| 宁明县| 永平县| 丘北县| 兴安县| 上思县| 韶山市| 休宁县| 鸡西市| 静安区| 得荣县| 桦南县| 平果县| 漳州市| 浦县| 桓仁| 河南省| 商洛市| 格尔木市| 辽宁省| 汽车| 长垣县|