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

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

Fuzzy-Set-Theory

  • 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

  • Coaxial feed structures are widely used in ultra-wide band antennas . This paper modeled the charact

    Coaxial feed structures are widely used in ultra-wide band antennas . This paper modeled the characteristic of the monopole antenna feeded by coaxial line by FDTD in the time-domiain,which showes that . Firstly, it introduced the theory of the arithmetic and the particularly realization in the calculation then it described the use in the time-domain finally it analysed several characteristics of the monopole antenna. The arithmetic used in the microstrip antenna is also a quick and economical way to design the antenna.

    標簽: structures ultra-wide antennas Coaxial

    上傳時間: 2016-06-28

    上傳用戶:朗朗乾坤

  • the PID about matlab

    the PID about matlab,matlab Fuzzy-Programming

    標簽: matlab about the PID

    上傳時間: 2014-01-16

    上傳用戶:yuchunhai1990

  • 給定一個自然數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

主站蜘蛛池模板: 五莲县| 霍州市| 汕头市| 邢台县| 济源市| 旬邑县| 邵武市| 永德县| 彝良县| 奉新县| 惠来县| 泾阳县| 沙河市| 桂林市| 锦州市| 西贡区| 克东县| 丰原市| 乃东县| 佳木斯市| 宁陵县| 策勒县| 福州市| 自贡市| 盐津县| 庆安县| 新平| 麻栗坡县| 安龙县| 古田县| 祁连县| 西乌珠穆沁旗| 茂名市| 怀仁县| 拉孜县| 柳江县| 栖霞市| 夏河县| 永德县| 大同县| 伊吾县|