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

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

St-link

  • 一個基于網(wǎng)格和最近鄰居的聚類算法 Similarity(x, y) = size ( SKNN(x) SKNN(y) )

    一個基于網(wǎng)格和最近鄰居的聚類算法 Similarity(x, y) = size ( SKNN(x) SKNN(y) ),while Link(x, y)=1

    標(biāo)簽: SKNN Similarity size 網(wǎng)格

    上傳時間: 2014-01-14

    上傳用戶:zhangliming420

  • DWT變換源代碼

    DWT變換源代碼,As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and link it with other files to produce an executable, this file does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License.

    標(biāo)簽: DWT 變換 源代碼

    上傳時間: 2014-12-05

    上傳用戶:ynsnjs

  • TI DSP tms320c6416 EDMA測試代碼

    TI DSP tms320c6416 EDMA測試代碼,包括QEDMA、EDMA Link功能、Chain功能。這是學(xué)習(xí)EDMA的最生動教材。

    標(biāo)簽: c6416 320c 6416 EDMA

    上傳時間: 2014-01-20

    上傳用戶:sssl

  • IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。 2. FILES IN THIS ARCHIVE: - Setup.exe

    IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。 2. FILES IN THIS ARCHIVE: - Setup.exe (setup and uninstall program) - ircomm2k.exe (service program) - ircomm2k.sys (device driver) - ircomm2k.dll (device property page) - ircomm2k.hlp (property page context help) - ircomm2k.inf (setup script for windows) - Readme.txt (this file) - License.txt (terms of license) 3. INSTALLATION 1. unzip IrCOMM2k-1.2.0.zip in a new folder 2. run the setup program 3. disable the image transfer under wireless link

    標(biāo)簽: IrCOMM2k Infrared ARCHIVE Virtual

    上傳時間: 2015-09-15

    上傳用戶:yyq123456789

  • Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines t

    Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link

    標(biāo)簽: Bing point-to-point measurement determines

    上傳時間: 2015-09-15

    上傳用戶:lgnf

  • This m-file simulates MPSK (theoretical and simulated) with Gray coding This m-file simulates MPSK

    This m-file simulates MPSK (theoretical and simulated) with Gray coding This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).

    標(biāo)簽: simulates m-file This MPSK

    上傳時間: 2014-01-11

    上傳用戶:372825274

  • 詳細(xì)說明:華碩USB接口的RT2570芯片集無線網(wǎng)卡在Linux下的驅(qū)動程序

    詳細(xì)說明:華碩USB接口的RT2570芯片集無線網(wǎng)卡在Linux下的驅(qū)動程序,支持asus wl-167g無線usb網(wǎng)卡,rt73---D-link 無線usb網(wǎng)卡以及TL-WN321G無線網(wǎng)卡和臺灣RALink公司采用rt2570的802.11g 網(wǎng)卡,可用來移植嵌入式無線網(wǎng)卡驅(qū)動

    標(biāo)簽: Linux 2570 USB RT

    上傳時間: 2015-09-21

    上傳用戶:xauthu

  • This directory contains an example ADSP-BF535 subroutine that demonstrates the initialization of t

    This directory contains an example ADSP-BF535 subroutine that demonstrates the initialization of the AC 97 communication link between SPORT0 on the ADSP-BF535 and the AD1885 stereo Codec.

    標(biāo)簽: initialization demonstrates subroutine directory

    上傳時間: 2014-11-29

    上傳用戶:colinal

  • 1、鏈接存儲方法  鏈接方式存儲的線性表簡稱為鏈表(Linked List)。  鏈表的具體存儲表示為:   ① 用一組任意的存儲單元來存放線性表的結(jié)點(diǎn)(這組存儲單元既可以是連續(xù)的

    1、鏈接存儲方法  鏈接方式存儲的線性表簡稱為鏈表(Linked List)。  鏈表的具體存儲表示為:   ① 用一組任意的存儲單元來存放線性表的結(jié)點(diǎn)(這組存儲單元既可以是連續(xù)的,也可以是不連續(xù)的)   ② 鏈表中結(jié)點(diǎn)的邏輯次序和物理次序不一定相同。為了能正確表示結(jié)點(diǎn)間的邏輯關(guān)系,在存儲每個結(jié)點(diǎn)值的同時,還必須存儲指示其后繼結(jié)點(diǎn)的地址(或位置)信息(稱為指針(pointer)或鏈(link)) 注意:   鏈?zhǔn)酱鎯κ亲畛S玫拇鎯Ψ绞街唬粌H可用來表示線性表,而且可用來表示各種非線性的數(shù)據(jù)結(jié)構(gòu)。

    標(biāo)簽: Linked List 存儲 存儲單元

    上傳時間: 2015-10-05

    上傳用戶:Avoid98

  • 創(chuàng)建一棵二叉排序樹

    創(chuàng)建一棵二叉排序樹,并采用中序遍歷和層次遍歷法輸出其頂點(diǎn)序列,主要實(shí)驗(yàn)內(nèi)容如下: 1. 定義二叉排序樹的結(jié)構(gòu)BiTree; 2. 編制二叉排序樹的插入算法:void Insert_SortTree (BiTree ST, ElemType x); 3. 編制中序遍歷函數(shù); 4. 在main()函數(shù)中完成二叉排序樹的建立,以及中序遍歷的輸出。(二叉排序樹的各個元素從鍵盤輸入,并利用Insert_SortTree()函數(shù)進(jìn)行插入建立); 5. 編制層次遍歷函數(shù),并在main()函數(shù)中完成層次遍歷的輸出。層次遍歷法要利用“隊(duì)列”來實(shí)現(xiàn);為此需要定義一個隊(duì)列結(jié)構(gòu)(可以采用鏈隊(duì)列,也可以采用循環(huán)順序隊(duì)列),并實(shí)現(xiàn)相關(guān)的隊(duì)列函數(shù)。

    標(biāo)簽: 排序

    上傳時間: 2013-12-25

    上傳用戶:kikye

主站蜘蛛池模板: 婺源县| 瓮安县| 双辽市| 江孜县| 贺州市| 遂宁市| 鹤壁市| 湖北省| 梅河口市| 郎溪县| 时尚| 龙川县| 保定市| 武山县| 宜都市| 陇川县| 阿拉善左旗| 连城县| 波密县| 万盛区| 仁布县| 内黄县| 临海市| 晋城| 镇江市| 寿宁县| 黔东| 广南县| 衡阳县| 苗栗市| 江北区| 万宁市| 香港 | 六盘水市| 缙云县| 河北区| 即墨市| 兴业县| 克什克腾旗| 翁牛特旗| 沐川县|