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

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

focused

  • 使用軟件程序仿真C500微控制器系列SSC(同步串行通道)功

    The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using SW routines implemented in C. The code is focused onthe SAB C513, but will fit to all C500 derivatives.Beyond the low level software drivers a test shell is delivered. This shell allows a quicktest of the software drivers by an emulator or a starter kit demo board.

    標簽: C500 SSC 軟件 程序

    上傳時間: 2013-11-24

    上傳用戶:363186

  • 基于AR模型的HIFU無損測溫方法研究

    自回歸功率譜密度(AR-PSD)方法的基礎是生物組織的離散散射體模型〔超聲體?!忱碚摚撃P驼J為生物組織為半規則的散射體分布的,這種方法是基于溫度和頻移的相關特性。本文介紹超聲回波信號對HIFU(High Intensity focused Ultrasound)治療的測溫技術,從測溫模型和算法,實驗儀器的設計和構建,仿真和離體實驗中獲取了一套有效的測溫方法,利用Matlab7.1和VC++6.0作為工具對超聲回波信號進行計算機仿真,并從實驗獲得的超聲回波信號中分析出具體的溫度變化,驗證了算法的可行性。

    標簽: HIFU AR模型 無損測溫 方法研究

    上傳時間: 2013-11-13

    上傳用戶:eastimage

  • 21天學會用JAVA開發網絡游戲 書籍語言: 簡體中文 書籍類型: 程序設計 授權方式: 免費軟件 書籍大?。?287 KB 書籍等級: 整理時間: 2004-1

    21天學會用JAVA開發網絡游戲 書籍語言: 簡體中文 書籍類型: 程序設計 授權方式: 免費軟件 書籍大小: 287 KB 書籍等級: 整理時間: 2004-11-3 20:41:10 With all of the media attention that is focused on the Internet and the World Wide Web, figuring out exactly what they are all about is sometimes difficult. Are they just a neat new way to market products or will they truly offer us a new medium of communication that will someday surpass even televisions and telephones? The answer is, who knows? Unfortunately, the ultimate use for the Internet is still unknown. This is because it is still in such a state of flux that it s pretty much impossible to accurately predict where it will end up. However, you can look at the evidence of what is there now and gain some insight into what the Internet might become, at least in terms of games.

    標簽: 書籍 JAVA 2004 287

    上傳時間: 2013-12-20

    上傳用戶:天誠24

  • This book is about using Python to get jobs done on Windows.This intended to be a practical book foc

    This book is about using Python to get jobs done on Windows.This intended to be a practical book focused on tasks. It doesn t aim to teach Python programming, although we do provide a brief tutorial. Instead, it aims to cover:How Python works on Windows The key integration technologies supported by Python on Windows, such as the Win32 extensions, which let you call the Windows API, and the support for COM Examples in many topic areas showing what Python can do and how to put it to work.

    標簽: This book practical intended

    上傳時間: 2015-05-10

    上傳用戶:ddddddos

  • Engineering a Compiler. A good and famous book written by Keith Cooper for engineers. It includes pr

    Engineering a Compiler. A good and famous book written by Keith Cooper for engineers. It includes principle for compiler and more focused on engineering sides.

    標簽: Engineering engineers Compiler includes

    上傳時間: 2015-09-16

    上傳用戶:stewart·

  • Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course

    Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course, to a large extent, follows on from Data Structures and Algorithms I. However, while DS&A I focused on fundamental datastructures, DS&A II will focus on practical algorithms, applicable to a wide range of tasks. The approach will be somewhat less formal, with a little more focus on applications.

    標簽: Data_Structures_and_Algorithms Algorithms Structures accompany

    上傳時間: 2016-05-08

    上傳用戶:阿四AIR

  • Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook appro

    Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook approach deepens your understanding, builds your confidence, and strengthens your skills. Covers all five categories of design pattern intent: interfaces, responsibility, construction, operations, and extensions. CD-ROM contains all code examples from the book -- plus bonus code examples not found in the book. About the Author: Steven John Metsker is a researcher and author focused on advanced techniques for magnifying the abilities of object-oriented software developers. A rising star in the patterns community, he was recently invited to join the acclaimed Hillside Group. He is author of Building Parsers with Java? (Addison-Wesley).

    標簽: Java-centric companion hands-on Patterns

    上傳時間: 2013-12-01

    上傳用戶:1079836864

  • 在MFC中,要使用圖形按鈕

    在MFC中,要使用圖形按鈕,一般會選擇CBitmapButton類,使用CBitmapButton類可以設置按鈕的Normal、Selected、focused和Disabled四種狀態的bmp圖像,這四副狀態圖像要求同尺寸大小,其中normal狀態圖片是必需提供的。常見調用代碼示例: CBitmapButton m_bmpBtn m_bmpBtn.SubclassDlgItem(IDC_BUTTON1,this) //關聯控件 //CBitmapButton對象m_bmpBtn的LoadBitmaps函數加載程序內bmp資源。 m_bmpBtn.LoadBitmaps(IDB_BITMAP1,IDB_BITMAP2,IDB_BITMAP3,IDB_BITMAP4) m_bmpBtn.SizeToContent()

    標簽: MFC 圖形 按鈕

    上傳時間: 2014-01-01

    上傳用戶:894898248

  • face detection Face detection can be regarded as a more general case of face localization In face

    face detection Face detection can be regarded as a more general case of face localization In face localization, the task is to find the locations and sizes of a known number of faces (usually one). In face detection, one does not have this additional information. Early face-detection algorithms focused on the detection of frontal human faces, whereas newer algorithms attempt to solve the more general and difficult problem of multi-view face detection. That is, the detection of faces that are either rotated along the axis from the face to the observer (in-plane rotation), or rotated along the vertical or left-right axis (out-of-plane rotation),or both.

    標簽: detection face localization regarded

    上傳時間: 2014-01-10

    上傳用戶:wfeel

  • WBA_FullIndustryReport

    With billions of ‘people and things’ becoming increasingly connected, the need to combine the potential of unlicensed and licensed wireless services has become an imperative for the operators, cities, high density venues and players focused on key market opportunities such as IoT, big data and 5G. The WBA has developed Vision 2020 to harness its experience of creating seamlessly interconnected wireless services in new and emerging areas.

    標簽: WBA_FullIndustryReport

    上傳時間: 2020-05-26

    上傳用戶:shancjb

主站蜘蛛池模板: 柘荣县| 通化县| 普陀区| 彭山县| 扎兰屯市| 旺苍县| 昔阳县| 新密市| 拉萨市| 沭阳县| 雅江县| 乐安县| 辛集市| 河间市| 塘沽区| 那曲县| 吉安县| 玛沁县| 靖边县| 万盛区| 石棉县| 囊谦县| 高陵县| 徐水县| 于都县| 麻栗坡县| 澜沧| 永兴县| 崇州市| 弥勒县| 安化县| 吉安市| 繁昌县| 广西| 巴青县| 宜兰市| 阳新县| 托克逊县| 郁南县| 华亭县| 铁岭市|