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
上傳時(shí)間: 2015-09-15
上傳用戶:yyq123456789
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
上傳時(shí)間: 2015-09-15
上傳用戶:lgnf
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
上傳時(shí)間: 2014-01-11
上傳用戶:372825274
詳細(xì)說明:華碩USB接口的RT2570芯片集無線網(wǎng)卡在Linux下的驅(qū)動(dòng)程序,支持asus wl-167g無線usb網(wǎng)卡,rt73---D-link 無線usb網(wǎng)卡以及TL-WN321G無線網(wǎng)卡和臺(tái)灣RALink公司采用rt2570的802.11g 網(wǎng)卡,可用來移植嵌入式無線網(wǎng)卡驅(qū)動(dòng)
上傳時(shí)間: 2015-09-21
上傳用戶:xauthu
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
上傳時(shí)間: 2014-11-29
上傳用戶:colinal
1、鏈接存儲(chǔ)方法 鏈接方式存儲(chǔ)的線性表簡(jiǎn)稱為鏈表(Linked List)。 鏈表的具體存儲(chǔ)表示為: ① 用一組任意的存儲(chǔ)單元來存放線性表的結(jié)點(diǎn)(這組存儲(chǔ)單元既可以是連續(xù)的,也可以是不連續(xù)的) ② 鏈表中結(jié)點(diǎn)的邏輯次序和物理次序不一定相同。為了能正確表示結(jié)點(diǎn)間的邏輯關(guān)系,在存儲(chǔ)每個(gè)結(jié)點(diǎn)值的同時(shí),還必須存儲(chǔ)指示其后繼結(jié)點(diǎn)的地址(或位置)信息(稱為指針(pointer)或鏈(link)) 注意: 鏈?zhǔn)酱鎯?chǔ)是最常用的存儲(chǔ)方式之一,它不僅可用來表示線性表,而且可用來表示各種非線性的數(shù)據(jù)結(jié)構(gòu)。
標(biāo)簽: Linked List 存儲(chǔ) 存儲(chǔ)單元
上傳時(shí)間: 2015-10-05
上傳用戶:Avoid98
要學(xué)MFC必看之書,由Jeff Prosise編寫。下面是作者前言: The production of this book required the efforts of many people, but two in particular deserve to be singled out for their diligent, sustained, and unselfish efforts. Sally Stickney, the book s principal editor, navigated me through that minefield called the English language and contributed greatly to the book s readability. Marc Young, whose talents as a technical editor are nothing short of amazing, was relentless in tracking down bugs, testing sample code, and verifying facts. Sally, Marc: This book is immeasurably better because of you. Thanks.
標(biāo)簽: MFC
上傳時(shí)間: 2015-10-20
上傳用戶:waizhang
這是和p2p相關(guān)的一份源碼,從國(guó)外down的,分享一下,大家可以下來 看看!
上傳時(shí)間: 2015-10-24
上傳用戶:15071087253
1設(shè)計(jì)題目及要求 一、程序設(shè)計(jì)題目:學(xué)生成績(jī)管理程序設(shè)計(jì) 二、 程序設(shè)計(jì)功能及要求: 1.顯示學(xué)生各門成績(jī),總分,和平均分. 2.按總分由高到的進(jìn)行排列. 3.要求輸入一個(gè)學(xué)號(hào).要求能找出一個(gè)學(xué)生的.姓名.各門功課的成績(jī). 3 算法分析 1. 學(xué)生成績(jī)管理軟件的數(shù)據(jù)結(jié)構(gòu) 2. 排序 3. 查找 4. 其它 4 主要流程圖 1寫程序結(jié)構(gòu)及各模塊(輸入,顯示等等)結(jié)構(gòu)圖 本程序用了c++語言里面的思想,比如用了cin 和 cout 函數(shù).分了倆個(gè)類.一個(gè)是File類.一個(gè)是Link類. File類里面主要的是用于保存和導(dǎo)入數(shù)據(jù). Link類主要是用于鏈表的操作…. 本程序分為幾個(gè)文件編寫有.file.cpp文件和file.h文件 Link.cpp文件和Link.h文件 manager..cpp文件和manager.h文件. 本程序的主體結(jié)構(gòu)是鏈表.用鏈表操作.實(shí)現(xiàn)動(dòng)態(tài)創(chuàng)建和銷毀. 主函數(shù)main().是在Manger.cpp 里面.是程序的入口處 File.cpp 和 link.cpp 是存放file類.和 link類的源函數(shù)變量代碼. File.h 和Link.h 是存放file 類 和link 類的聲明
標(biāo)簽: 分 程序設(shè)計(jì) 程序 設(shè)計(jì)功能
上傳時(shí)間: 2014-01-17
上傳用戶:古谷仁美
The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowledge of the elements of arithmetic as they exist on a computer. That conclusion and this book are the result of a long and frustrating search for information on writing arithmetic routines for real-time embedded systems. With instruction cycle times coming down and clock rates going up, it would seem that speed is not a problem in writing fast routines. In addition, math coprocessors are becoming more popular and less expensive than ever before and are readily available. These factors make arithmetic easier and faster to use and implement. However, for many of you the systems that you are working on do not include the latest chips or the faster processors. Some of the most widely used microcontrollers used today are not Digital Signal Processors (DSP), but simple eight-bit controllers such as the Intel 8051 or 8048 microprocessors.
標(biāo)簽: arithmetic high-speed ultimately efficient
上傳時(shí)間: 2014-11-30
上傳用戶:lizhen9880
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1