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

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

Wide-input

  • Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

    Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.

    標(biāo)簽: Implemented following compile command

    上傳時間: 2014-01-01

    上傳用戶:lhc9102

  • * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli

    * CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type must be large enough to handle the calculations. * The maximum possible internal value * = Max Input Value * (weight - 1) + Max Input Value * If a maximum weight of 128 is used, the internal data type should be 2 * times the size of the input data type.

    標(biāo)簽: CONSTRAINTS considered module handle

    上傳時間: 2015-09-07

    上傳用戶:qunquan

  • 本程序分為界面和控制器核心兩部分 一、界面部分功能主要有: (1)顯示控制器核心數(shù)據(jù)和參數(shù) (2)與用戶交互

    本程序分為界面和控制器核心兩部分 一、界面部分功能主要有: (1)顯示控制器核心數(shù)據(jù)和參數(shù) (2)與用戶交互,可以調(diào)節(jié)初始輸入溫度值,并將溫度變化率清零以便進(jìn)行新一輪的模擬。 界面使用了定時器。開啟模擬時候,每隔一秒,觸發(fā)一次計(jì)時器消息,完成下列工作: 1. 將界面上的當(dāng)前溫度映射為模糊控制器的輸入溫度 2. 輸出當(dāng)前溫度,當(dāng)前溫度變化率 3. 調(diào)用模糊控制,得到控制器輸出值,將其乘以m_fFuelEffect (燃料輸出對溫度變化率的影響率,目前設(shè)置為0.3),得到變化率的變化,加到當(dāng)前溫度變化率上,得到新的變化率。 4. 更新變化率,更新溫度。將結(jié)果映射到界面上。 5. 記錄相關(guān)數(shù)據(jù)并以圖形、數(shù)字方式輸出。 二、控制器核心用到的類有 (1)Rule_Func_Single 將簡單的函數(shù)包裝成類,方便后面使用。實(shí)現(xiàn)了 NB, NS, ZO, PS, PB 等梯形函數(shù),以及常值函數(shù)。 (2)Grading_Func 繼承自Rule_Func_Single類,比基類增加一個輸入?yún)?shù),指明梯形函數(shù)屬于Input, Delta或者Output 。 (3)Rule_Function 將兩個Grading_Func結(jié)合在一起,進(jìn)行模糊與或模糊或等模糊邏輯操作,并輸出結(jié)果。

    標(biāo)簽: 核心 程序 控制器

    上傳時間: 2014-11-01

    上傳用戶:Yukiseop

  • (1) This pin may function as either a JTAG port or a user I/O pin. If the device is configured to us

    (1) This pin may function as either a JTAG port or a user I/O pin. If the device is configured to use the JTAG ports for in-system programming, this pin is not available as a user I/O pin. (2) The user I/O pin count includes dedicated input pins and all I/O pins.

    標(biāo)簽: configured pin function either

    上傳時間: 2014-01-27

    上傳用戶:qwe1234

  • The LM158 series consists of two independent, high gain, internally frequency compensated operatio

    The LM158 series consists of two independent, high gain, internally frequency compensated operational amplifiers which were designed specifically to operate from a single power supply over a wide range of voltages. Operation from split power supplies is also possible and the low power supply current drain is independent of the magnitude of the power supply voltage.

    標(biāo)簽: compensated independent internally frequency

    上傳時間: 2014-01-09

    上傳用戶:zwei41

  • this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up

    this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included 2. Inputs can be specified in any order, so long as the parameter pairs are specified as a parameter , value

    標(biāo)簽: Traveling Salesman solution Problem

    上傳時間: 2013-12-22

    上傳用戶:ruixue198909

  • This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co

    This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a windows wave file, allowing it to be viewed, listened to and manipulated in other programs. The modified wave file can then be decoded by the receiver software to extract the original data. This code was developed for the experiments that I performed in my honours thesis, and thus has not been fully debugged. This is the original code developed for the thesis and so has several problems with it. The BER performance given by the simulations is infact Symbol Error Rate.

    標(biāo)簽: This measurements practical section

    上傳時間: 2015-09-20

    上傳用戶:tedo811

  • This software designs the document management system may replace the tedious low effect the manual m

    This software designs the document management system may replace the tedious low effect the manual management, has used the c language programming, realized the document input to loan, the information management and the data compilation three big cores function

    標(biāo)簽: the management software document

    上傳時間: 2013-12-20

    上傳用戶:yt1993410

  • This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that combin

    This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that combines the advantages of small size, low cost, high accuracy, zero maintenance, low energy consumption and portability. This technology has applications in a wide range of fixed and portable secured devices including access control systems, cash terminals, public transport, PCs, PDAs, Smart Card readers and motor vehicles. It can be used in almost any situation where rapid, reliable and accurate identification or authentication of an individual is required.

    標(biāo)簽: fingerprint FingerChip technology electronic

    上傳時間: 2013-12-27

    上傳用戶:h886166

  • The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services.

    The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services. SEDA has three major goals: To support massive concurrency, on the order of tens of thousands of clients per node To exhibit robust performance under wide variations in load and, To simplify the design of complex Internet services. SEDA decomposes a complex, event-driven application into a set of stages connected by queues. This design avoids the high overhead associated with thread-based concurrency models, and decouples event and thread scheduling from application logic. SEDA enables services to be well-conditioned to load, preventing resources from being overcommitted when demand exceeds service capacity. Decomposing services into a set of stages also enables modularity and code reuse, as well as the development of debugging tools for complex event-driven applications.

    標(biāo)簽: Event-Driven Architecture Internet building

    上傳時間: 2015-09-28

    上傳用戶:日光微瀾

主站蜘蛛池模板: 潜江市| 江北区| 惠来县| 定边县| 峡江县| 依安县| 浦城县| 蓬溪县| 肥乡县| 永登县| 宿松县| 宝山区| 沙河市| 同心县| 河东区| 湘乡市| 阜南县| 乌鲁木齐市| 肇庆市| 如皋市| 文登市| 论坛| 开化县| 东乌珠穆沁旗| 台南市| 唐山市| 哈尔滨市| 盐边县| 胶州市| 琼海市| 夹江县| 龙州县| 文安县| 兰溪市| 平安县| 清徐县| 黑山县| 壶关县| 时尚| 宜兴市| 二手房|