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

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

SOlution

  • PathPlannerApp Manual With Tutorial.doc is a path planning-tutorial that provides detailed explanati

    PathPlannerApp Manual With Tutorial.doc is a path planning-tutorial that provides detailed explanation and pseudo-codes. In order to get the most out of the tutorial, you should start with the "PathPlannerApp.base" and avoid looking through the "PathPlannerApp.SOlution" untill you have completed the project.

    標(biāo)簽: planning-tutorial PathPlannerApp explanati Tutorial

    上傳時(shí)間: 2014-10-31

    上傳用戶:yimoney

  • This program demonstrates some function approximation capabilities of a Radial Basis Function Networ

    This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some "sample" points for some arbitrary curve. Next, the user specifies the number of equally spaced gaussian centers and the variance for the network. Using the training samples, the weights multiplying each of the gaussian basis functions arecalculated using the pseudo-inverse (yielding the minimum least-squares SOlution). The resulting network is then used to approximate the function between the given "sample" points.

    標(biāo)簽: approximation demonstrates capabilities Function

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

    上傳用戶:zjf3110

  • Samsung s S3C4510B 16/32-bit RISC microcontroller is a cost-effective, high-performance microcontrol

    Samsung s S3C4510B 16/32-bit RISC microcontroller is a cost-effective, high-performance microcontroller SOlution for Ethernet-based systems. An integrated Ethernet controller, the S3C4510B, is designed for use in managed communication hubs and routers.

    標(biāo)簽: high-performance microcontroller cost-effective microcontrol

    上傳時(shí)間: 2014-03-03

    上傳用戶:haohaoxuexi

  • "poco" (Spanish & Italian for "little") OLAP provides a web-based, crosstab reporting tool for your

    "poco" (Spanish & Italian for "little") OLAP provides a web-based, crosstab reporting tool for your datawarehouse. While it s not an OLAP server or full fledged data mining SOlution, pocOLAP makes your data easy to use and understand ... for free!

    標(biāo)簽: for web-based reporting crosstab

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

    上傳用戶:wl9454

  • VS1003音頻解碼芯片為VS10XX系列的第三代產(chǎn)品

    VS1003音頻解碼芯片為VS10XX系列的第三代產(chǎn)品,是芬蘭VLSI SOlution Oy公司生產(chǎn)的單片MP3/WMA/MIDI解碼和ADPCM編碼芯片,它內(nèi)部包含一個(gè)高性能、低功耗的DSP處理核(VSDSP),一個(gè)工作內(nèi)存,一片可供用戶程序使用的5.5KB RAM,一個(gè)串行SPI總線接口,一個(gè)高質(zhì)量的采樣頻率可調(diào)的過采樣DAC以及一個(gè)16位的采樣ADC.

    標(biāo)簽: VS 1003 10 XX

    上傳時(shí)間: 2015-09-14

    上傳用戶:liglechongchong

  • 音/視頻采集程序

    音/視頻采集程序,可調(diào)整采集參數(shù),源自JMF SOlution,編譯后可直接運(yùn)行

    標(biāo)簽: 視頻采集 程序

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

    上傳用戶:yxgi5

  • 算法的許多例子都是最優(yōu)化問題( optimization problem)

    算法的許多例子都是最優(yōu)化問題( optimization problem),每個(gè)最優(yōu)化問題都包含一組限制條件( c o n s t r a i n t)和一個(gè)優(yōu)化函數(shù)( optimization function),符合限制條件的問題求解方案稱為可行解( feasible SOlution),使優(yōu)化函數(shù)取得最佳值的可行解稱為最優(yōu)解(optimal SOlution)。

    標(biāo)簽: optimization problem 算法

    上傳時(shí)間: 2014-08-25

    上傳用戶:123456wh

  • 回溯(b a c k t r a c k i n g)是一種系統(tǒng)地搜索問題解答的方法。為了實(shí)現(xiàn)回溯

    回溯(b a c k t r a c k i n g)是一種系統(tǒng)地搜索問題解答的方法。為了實(shí)現(xiàn)回溯,首先需要為問題定義一個(gè)解空間( SOlution space),這個(gè)空間必須至少包含問題的一個(gè)解(可能是最優(yōu)的)。在迷宮老鼠問題中,我們可以定義一個(gè)包含從入口到出口的所有路徑的解空間;在具有n 個(gè)對象的0 / 1背包問題中(見1 . 4節(jié)和2 . 2節(jié)),解空間的一個(gè)合理選擇是2n 個(gè)長度為n 的0 / 1向量的集合,這個(gè)集合表示了將0或1分配給x的所有可能方法。當(dāng)n= 3時(shí),解空間為{ ( 0 , 0 , 0 ),( 0 , 1 , 0 ),( 0 , 0 , 1 ),( 1 , 0 , 0 ),( 0 , 1 , 1 ),( 1 , 0 , 1 ),( 1 , 1 , 0 ),( 1 , 1 , 1 ) }。

    標(biāo)簽: 搜索

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

    上傳用戶:jhksyghr

  • With the release of PHP 5 web developers need a guide to developing with PHP 5 to both learn its com

    With the release of PHP 5 web developers need a guide to developing with PHP 5 to both learn its complex new features and more fully implement the long-standing features on which PHP s success is built. PHP 5 in Practice is a reference guide that provides developers with easy-to-use and easily extensible code to solve common PHP problems. It focuses on providing real code SOlutions to problems, allowing the reader to learn by seeing exactly what is happening behind the scenes to get your SOlution. Because a real-life situation will rarely match the book s example problems precisely, PHP 5 in Practice explains the SOlution well enough that you will understand it and can learn how to truly solve your own problem.

    標(biāo)簽: developers developing PHP release

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

    上傳用戶:xzt

  • This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs t

    This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs that interface systems on a chip working at different speeds. The connected systems can be either synchronous or asynchronous. The designs are then adapted to work between systems with very long interconnect delays, by migrating a single-clock SOlution by Carloni et al. (1999, 2000, and 2001) (for “l(fā)atency-insensitive” protocols) to mixed-timing domains. The new designs can be made arbitrarily robust with regard to metastability and interface operating speeds. Initial simulations for both latency and throughput are promising.

    標(biāo)簽: mixed-timing low-latency interfaces first-out

    上傳時(shí)間: 2015-10-08

    上傳用戶:dapangxie

主站蜘蛛池模板: 潍坊市| 衡东县| 宜阳县| 长武县| 清原| 沙雅县| 武安市| 衡阳县| 马关县| 康平县| 砚山县| 法库县| 侯马市| 新郑市| 浦城县| 永吉县| 曲阳县| 库伦旗| 贵溪市| 黑山县| 正蓝旗| 凉山| 万宁市| 梅河口市| 兖州市| 滦南县| 绿春县| 如皋市| 资阳市| 富阳市| 文昌市| 乌鲁木齐县| 夏邑县| 临城县| 克什克腾旗| 莲花县| 安陆市| 永定县| 绥中县| 铁岭市| 新巴尔虎右旗|