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

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

可編<b>程序</b>控制器

  • 兩種改進(jìn)的遺傳算法(自適應(yīng)交叉概率的遺傳算法

    兩種改進(jìn)的遺傳算法(自適應(yīng)交叉概率的遺傳算法,加入領(lǐng)域競(jìng)爭(zhēng)策略的遺傳算法)相比較的matlab程序,基于UCI的兩個(gè)數(shù)據(jù)集,可直接運(yùn)行程序觀察效果。

    標(biāo)簽: 算法 概率

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

    上傳用戶:lgnf

  • 編譯原理詞法和語法分析

    編譯原理詞法和語法分析,體內(nèi)容是產(chǎn)生一個(gè)二元式文本文件,擴(kuò)展名為dyd,可將Pascal程序(測(cè)試程序)分解成為一個(gè)一個(gè)的單詞,并查“單詞符號(hào)與種別對(duì)照表”得出其種別,用一數(shù)字表示,范圍1-56(52-56分別對(duì)應(yīng)保留字integer、real、boolean、char)。

    標(biāo)簽: 編譯原理

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

    上傳用戶:003030

  • 并且在卷積碼編碼過程中

    并且在卷積碼編碼過程中,添零數(shù)為k1*(L-1)=2,(注:L=3),再對(duì)序列進(jìn)行圖示的映射,可通過以下程序?qū)崿F(xiàn):

    標(biāo)簽: 卷積碼 編碼 過程

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

    上傳用戶:13517191407

  • C++ Buider下控制USB設(shè)備的例程。目標(biāo)板為C8051F開發(fā)板

    C++ Buider下控制USB設(shè)備的例程。目標(biāo)板為C8051F開發(fā)板,可通過此程序控制目標(biāo)版上的LED,讀取開發(fā)板上的數(shù)據(jù)。

    標(biāo)簽: Buider C8051F USB 控制

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

    上傳用戶:edisonfather

  • 具體的硬件結(jié)構(gòu),大家可以看 WS 系列產(chǎn)品的原理圖 * 利用AT89S51單片機(jī)來制作一個(gè)手動(dòng)計(jì)數(shù)器

    具體的硬件結(jié)構(gòu),大家可以看 WS 系列產(chǎn)品的原理圖 * 利用AT89S51單片機(jī)來制作一個(gè)手動(dòng)計(jì)數(shù)器,在AT89S51單片機(jī)的P3.3管腳接一個(gè)輕觸開關(guān), * 作為手動(dòng)計(jì)數(shù)的按鈕. 數(shù)碼管驅(qū)動(dòng)采用動(dòng)態(tài)掃描方式用單片機(jī)的P0.0-P0.7驅(qū)動(dòng)數(shù)碼管的段碼, * P1.3 控制個(gè)位數(shù)碼管的共陽極公共端,P1.2 控制十位數(shù)碼管的共陽極公共端 * 通過按一下P3.3按鍵,數(shù)碼管做 1 的累加, 實(shí)現(xiàn)00~99的計(jì)數(shù)功能,當(dāng)計(jì)到99時(shí)又從00開始. * 大家可自行修改程序,擴(kuò)展到0000~9999的計(jì)數(shù)范圍

    標(biāo)簽: 89S S51 WS AT

    上傳時(shí)間: 2015-11-27

    上傳用戶:wangzhen1990

  • 根據(jù)最小二乘法的遞推公式

    根據(jù)最小二乘法的遞推公式 ,由 ,逐次遞推可得。程序中選取矩陣來存放x的值。通過循環(huán)程序計(jì)算出 , , 的值

    標(biāo)簽: 最小二乘法

    上傳時(shí)間: 2015-12-16

    上傳用戶:cainaifa

  • 一個(gè)非常好的bootloader

    一個(gè)非常好的bootloader,它不同于u-boot,因?yàn)樗Y(jié)構(gòu)非常清晰,適合初學(xué)者,同時(shí)里面也包含了好幾個(gè)啟動(dòng)程序,也可作為驅(qū)動(dòng)程序入門的開始

    標(biāo)簽: bootloader

    上傳時(shí)間: 2015-12-18

    上傳用戶:onewq

  • Perl語言書籍

    Perl語言書籍,適合初學(xué)者學(xué)習(xí),也可作為專業(yè)程序員參考書。

    標(biāo)簽: Perl 語言 書籍

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

    上傳用戶:米卡

  • 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

    上傳用戶:jeffery

  • 單片機(jī)的串口控制程序

    單片機(jī)的串口控制程序,通用的基本設(shè)置??勺鳛橥ㄓ贸绦?/p>

    標(biāo)簽: 單片機(jī) 串口控制 程序

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

    上傳用戶:haoxiyizhong

主站蜘蛛池模板: 甘德县| 镇康县| 江北区| 建德市| 漯河市| 辽阳市| 新野县| 黄梅县| 大田县| 明水县| 汉川市| 太白县| 安平县| 卓尼县| 凤凰县| 北安市| 南江县| 武清区| 江都市| 威信县| 临江市| 新安县| 石狮市| 喀喇沁旗| 文水县| 岗巴县| 赣榆县| 邛崃市| 山东| 灵台县| 新宁县| 仪征市| 安仁县| 英德市| 巩留县| 五寨县| 台北市| 邯郸县| 武邑县| 县级市| 通许县|