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

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

programming-a-tutorial-<b>Guide</b>-symb

  • m a t l a b 編 程 實 例!

    m a t l a b 編 程 實 例!

    標簽:

    上傳時間: 2013-12-21

    上傳用戶:skfreeman

  • 實現計算數字a選數字b的組合結果。程序機構簡單

    實現計算數字a選數字b的組合結果。程序機構簡單,在matlab里面輸入文件名字和組合參數就可以運行。

    標簽: 數字 計算 組合 程序

    上傳時間: 2017-09-17

    上傳用戶:change0329

  • 該程序用事件管理器B的定時器4定時時間來觸發A/D采樣的啟動。采樣時采用級聯模式

    該程序用事件管理器B的定時器4定時時間來觸發A/D采樣的啟動。采樣時采用級聯模式,一次做16個轉換,轉換通道分別是0~15。轉換完成后,在A/D中斷服務子程序中將轉換結果讀出。該程序做一次A/D采樣。

    標簽: 采樣 程序 定時器 定時

    上傳時間: 2017-09-25

    上傳用戶:標點符號

  • a guide for socket programming and networking.......

    a guide for socket programming and networking.......

    標簽: programming networking socket guide

    上傳時間: 2014-11-15

    上傳用戶:三人用菜

  • A B AB D類音頻功率放大器簡介

    該文檔為A、B、AB、D類音頻功率放大器簡介文檔,是一份很不錯的參考資料,具有較高參考價值,感興趣的可以下載看看………………

    標簽: ab 音頻 功率放大器

    上傳時間: 2021-11-28

    上傳用戶:qdxqdxqdxqdx

  • j1939 附錄a附錄b

    j1939 附錄a附錄b

    標簽: j1939

    上傳時間: 2022-06-09

    上傳用戶:

  • 基于單片機的數字化B超鍵盤設計

    針對目前使用的RS232接口數字化B超鍵盤存在PC主機啟動時不能設置BIOS,提出一種PS2鍵盤的設計方法。基于W78E052D單片機,采用8通道串行A/D轉換器設計了8個TGC電位器信息采集電路,電位器位置信息以鍵盤掃描碼序列形式發送,正交編碼器信號通過XC9536XL轉換為單片機可接收的中斷信號,軟件接收到中斷信息后等效處理成按鍵。結果表明,在滿足開機可設置BIOS同時,又可實現超聲特有功能,不需要專門設計驅動程序,接口簡單,成本低。 Abstract:  Aiming at the problem of the digital ultrasonic diagnostic imaging system keyboard with RS232 interface currently used couldn?蒺t set the BIOS when the PC boot, this paper proposed a design method of PS2 keyboards. Based on W78E052D microcontroller,designed eight TGC potentiometers information acquisition circuit with 8-channel serial A/D converter, potentiometer position information sent out with keyboard scan code sequentially.The control circuit based on XC9536 CPLD is used for converting the mechanical actions of the encoders into the signals that can be identified by the MCU, software received interrupt information and equivalently treatmented as key. The results show that the BIOS can be set to meet the boot, ultrasound specific functionality can be achieved at the same time, it does not require specially designed driver,the interface is simple and low cost.    

    標簽: 單片機 B超 數字化 鍵盤設計

    上傳時間: 2013-10-10

    上傳用戶:asdfasdfd

  • 排序算法、字典和B-樹的C++語言實現 代碼內容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert

    排序算法、字典和B-樹的C++語言實現 代碼內容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dictionary: skip lists ext.c external sort btr.c btree 語言 C++ 編譯平臺 Visual C++ 作者 Thomas Niemann 備注 來自Sorting and Searching Algorithms:A Cookbook

    標簽: sort qsort quicksort insert

    上傳時間: 2013-12-15

    上傳用戶:silenthink

  • 【問題描述】已知線性方程組AX=B

    【問題描述】已知線性方程組AX=B,求解該方程組。參考算法: 消去法:將列向量B加到矩陣A的最后一列,構成增廣矩陣AB。對AB進行下列三種初等變換,使原矩陣A的部分的主對角線上的元素均為1,其余元素均為0,則原列向量B的部分即為X的值: 1. 將矩陣的一行乘以一個不為0的數 2. 將矩陣的一行加上另一行的倍數 3. 交換矩陣中兩行的位置

    標簽: AX 線性 方程

    上傳時間: 2015-06-18

    上傳用戶:stvnash

  • 剖析Intel IA32 架構下C 語言及CPU 浮點數機制 Version 0.01 哈爾濱工業大學 謝煜波 (email: xieyubo@126.com 網址:http://purec.b

    剖析Intel IA32 架構下C 語言及CPU 浮點數機制 Version 0.01 哈爾濱工業大學 謝煜波 (email: xieyubo@126.com 網址:http://purec.binghua.com) (QQ:13916830 哈工大紫丁香BBSID:iamxiaohan) 前言 這兩天翻看一本C 語言書的時候,發現上面有一段這樣寫到 例:將同一實型數分別賦值給單精度實型和雙精度實型,然后打印輸出。 #include <stdio.h> main() { float a double b a = 123456.789e4 b = 123456.789e4 printf(“%f\n%f\n”,a,b) } 運行結果如下:

    標簽: Version xieyubo Intel email

    上傳時間: 2013-12-25

    上傳用戶:徐孺

主站蜘蛛池模板: 微山县| 聂拉木县| 龙门县| 长宁区| 蒙城县| 西贡区| 佛冈县| 英吉沙县| 冷水江市| 内乡县| 龙陵县| 汤原县| 稷山县| 台南市| 刚察县| 龙门县| 英山县| 桂东县| 左云县| 广宗县| 安康市| 广水市| 永昌县| 高邮市| 日喀则市| 安西县| 峨眉山市| 洪湖市| 敦煌市| 资中县| 石嘴山市| 襄垣县| 三原县| 玉环县| 叙永县| 潞城市| 莱西市| 蓝田县| 中西区| 宜宾县| 穆棱市|