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

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

Set

  • BP算法 給定一個由N維向量X組成的集合

    BP算法 給定一個由N維向量X組成的集合,這些向量將是一個響應agent的感知處理單元計算出的特征向量。這些分量的值可以是數值,也可以是布爾值。這些動作也許是學習者所觀察到的一個教師對一組輸入的響應。這些相關的動作有時稱為向量的“標號”或“類別”。集合與響應的標號組成“訓練集合(training Set)”.機器學習問題就是尋找一個函數。

    標簽: BP算法 向量

    上傳時間: 2016-06-03

    上傳用戶:waizhang

  • This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was rea

    This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was realized in a 0.5 µ m CMOS process and it shows a power advantage of a factor 4 compared to a recent synchronous implementation in the same technology. The chip is fully bit compatible with the synchronous implementation, and timing compatible for external memory access. The circuit is a compiled VLSI-program, using Tangram as VLSI-programming language and the Tangram tool Set to compile the design automatically to a standard-cell netlist. This design approach proves to be powerful enough to describe the microcontroller and derive an efficient implementation. Further, it offers the designer the possibility to explore various alternatives in the design space.

    標簽: microcontroller implementation asynchronous low-power

    上傳時間: 2016-06-07

    上傳用戶:冇尾飛鉈

  • The simulator GUI is started with command ui_start in Matlab command window. WLAN simulation star

    The simulator GUI is started with command ui_start in Matlab command window. WLAN simulation starts by clicking the Start Simulation button in the GUI window. WLAN simulation can be terminated, before Set number of packets have been reached by pressing control-C .

    標簽: command simulation simulator ui_start

    上傳時間: 2016-06-11

    上傳用戶:sevenbestfei

  • Java: 在n 張撲克牌中找出順子 題目是這樣的:有n張撲克牌

    Java: 在n 張撲克牌中找出順子 題目是這樣的:有n張撲克牌,每張牌的取值范圍是:2,3,4,5,6,7,8,9,10,J,Q,K,A。在這n張牌中找出順子(5張及5張以上的連續的牌),并將這些順子打印出來。 思路:我的思路其實很簡單,首先就是要去掉重復的牌,因為同樣的順子之算一個,顯然JAVA中的Set很適合這個工作。同時又需要對這些牌進行排序,毫無疑問就是TreeSet了。然后從小到大遍歷這些牌,并設置一個計數器count。若發現連續的牌,則count++;若發現不連續的,分2中情況:若count>4,則找到了一個順子,存起來;反之則什么都不做。然后count=1,從新開始找順子。下面就是代碼:

    標簽: Java

    上傳時間: 2013-12-22

    上傳用戶:hewenzhi

  • 一個網絡對弈的中國象棋程序 操作: 1、Setting,選擇對戰方式。如果選擇“網絡對戰”

    一個網絡對弈的中國象棋程序 操作: 1、Setting,選擇對戰方式。如果選擇“網絡對戰”,進入“2”,否則,進入“3”。 2、connect,只在“網絡對戰”第一盤是需要。 3、Set rule,設置計時規則。 4、start,開始下棋。

    標簽: Setting 網絡 程序 操作

    上傳時間: 2014-10-13

    上傳用戶:gtf1207

  • C++STL STL(Standard Template Library

    C++STL STL(Standard Template Library,標準模板庫)是惠普實驗室開發的一系列軟件的統稱。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普實驗室工作時所開發出來的。現在雖說它主要出現在C++中,但在被引入C++之前該技術就已經存在了很長的一段時間。 STL的代碼從廣義上講分為三類:algorithm(算法)、container(容器)和iterator(迭代器),幾乎所有的代碼都采用了模板類和模版函數的方式,這相比于傳統的由函數和類組成的庫來說提供了更好的代碼重用機會。在C++標準中,STL被組織為下面的13個頭文件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<Set>、<stack>和<utility>。以下筆者就簡單介紹一下STL各個部分的主要特點。

    標簽: STL Standard Template Library

    上傳時間: 2016-06-20

    上傳用戶:cylnpy

  • Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as

    Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page Set up first class to enter FXZWN999 open on to add, delete icon button

    標簽: the password machine Client

    上傳時間: 2016-06-27

    上傳用戶:xsnjzljj

  • Description: This program demonstrates a half-duplex 9600-baud UART using // Timer_A3 using no XTAL

    Description: This program demonstrates a half-duplex 9600-baud UART using // Timer_A3 using no XTAL and an external resistor for DCO ROSC. DCO used for // TACLK UART baud generation. The program will wait in LPM4, echoing back // a received character using 8N1 protocol. On valid RX character, the // character is echoed back. // Using a 100k resistor on ROSC, with default DCO Setting, Set DCOCLK ~ 2MHz. // ACLK = n/a, MCLK = SMCLK ~2MHz DCOCLK

    標簽: using demonstrates Description half-duplex

    上傳時間: 2014-01-14

    上傳用戶:cuiyashuo

  • 給定一個自然數n

    給定一個自然數n,由n開始可以依次產生半數集Set(n)中的數如下。 (1) n∈Set(n); (2) 在n的左邊加上一個自然數,但該自然數不能超過最近添加的數的一半; (3) 按此規則進行處理,直到不能再添加自然數為止。 例如,Set(6)={6,16,26,126,36,136}。半數集Set(6)中有6個元素。

    標簽:

    上傳時間: 2014-01-17

    上傳用戶:rishian

  • 文件來源: 我的畢設 仿真結果: 在窄帶Rayleigh快衰落信道下幾種檢測方法的誤碼率性能比較 說 明: 參數tx

    文件來源: 我的畢設 仿真結果: 在窄帶Rayleigh快衰落信道下幾種檢測方法的誤碼率性能比較 說 明: 參數tx,rx,L,EbN0可以根據需要更改。 tx,rx是收發天線數,根據需要取值就好了,一般研究2發2收和4發4收 EbN0是信噪比取值范圍,根據需要選擇吧。取得點多當然算得慢。 L影響結果的波動性和誤碼率所能達到的下限,L值取得越大圖像越接近真實情況。如果 EbN0最大值有20dB那么誤碼率可以達到10負4次方建議L不低于10000。 使用方法: 把db.m和minnorm.m存進任意文件夾,然后打開matlab,File->Set Path->Add Folder加入 文件夾。在matlab中輸入命令db即可

    標簽: Rayleigh 仿真 窄帶 檢測方法

    上傳時間: 2014-01-13

    上傳用戶:ynzfm

主站蜘蛛池模板: 平山县| 乐安县| 阿尔山市| 梁山县| 承德市| 平罗县| 呈贡县| 巴彦淖尔市| 云安县| 聊城市| 丽水市| 阿拉尔市| 陇西县| 高平市| 蒙自县| 霍州市| 兴义市| 手游| 朝阳市| 夏邑县| 凤山县| 阿图什市| 将乐县| 海兴县| 巴彦淖尔市| 太和县| 延寿县| 上蔡县| 连南| 临安市| 英德市| 嘉兴市| 左云县| 安庆市| 蒙自县| 奇台县| 延寿县| 洛宁县| 革吉县| 清涧县| 胶南市|