實(shí)現(xiàn)計(jì)算數(shù)字a選數(shù)字b的組合結(jié)果。程序機(jī)構(gòu)簡(jiǎn)單,在matlab里面輸入文件名字和組合參數(shù)就可以運(yùn)行。
標(biāo)簽: 數(shù)字 計(jì)算 組合 程序
上傳時(shí)間: 2017-09-17
上傳用戶(hù):change0329
該程序用事件管理器B的定時(shí)器4定時(shí)時(shí)間來(lái)觸發(fā)A/D采樣的啟動(dòng)。采樣時(shí)采用級(jí)聯(lián)模式,一次做16個(gè)轉(zhuǎn)換,轉(zhuǎn)換通道分別是0~15。轉(zhuǎn)換完成后,在A/D中斷服務(wù)子程序中將轉(zhuǎn)換結(jié)果讀出。該程序做一次A/D采樣。
標(biāo)簽: 采樣 程序 定時(shí)器 定時(shí)
上傳時(shí)間: 2017-09-25
上傳用戶(hù):標(biāo)點(diǎn)符號(hào)
針對(duì)目前使用的RS232接口數(shù)字化B超鍵盤(pán)存在PC主機(jī)啟動(dòng)時(shí)不能設(shè)置BIOS,提出一種PS2鍵盤(pán)的設(shè)計(jì)方法。基于W78E052D單片機(jī),采用8通道串行A/D轉(zhuǎn)換器設(shè)計(jì)了8個(gè)TGC電位器信息采集電路,電位器位置信息以鍵盤(pán)掃描碼序列形式發(fā)送,正交編碼器信號(hào)通過(guò)XC9536XL轉(zhuǎn)換為單片機(jī)可接收的中斷信號(hào),軟件接收到中斷信息后等效處理成按鍵。結(jié)果表明,在滿(mǎn)足開(kāi)機(jī)可設(shè)置BIOS同時(shí),又可實(shí)現(xiàn)超聲特有功能,不需要專(zhuān)門(mén)設(shè)計(jì)驅(qū)動(dòng)程序,接口簡(jiǎn)單,成本低。 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.
標(biāo)簽: 單片機(jī) B超 數(shù)字化 鍵盤(pán)設(shè)計(jì)
上傳時(shí)間: 2013-10-10
上傳用戶(hù):asdfasdfd
里面有相應(yīng)的hpunix(HP-UX hpl1000 B.11.00 U 9000/800 (tb)),linux(Red Hat Linux release 9 Kernel 2.4.20-8),windows的頭文件、庫(kù)文件,還有相應(yīng)的demo程序
標(biāo)簽: release hpunix Kernel HP-UX
上傳時(shí)間: 2015-01-06
上傳用戶(hù):cursor
R樹(shù)與B樹(shù)的混合樹(shù),在這個(gè)程序里面可以直接用R樹(shù)和B樹(shù)
標(biāo)簽: 樹(shù)
上傳時(shí)間: 2013-12-19
上傳用戶(hù):ouyangtongze
See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI identifies other books and resources for Internet programming. WEBHELP.HLP contains an introduction to the World Wide Web. TCPMAN.HLP provides detailed instructions to help you use the Trumpet Winsock included on this disk. Use the Program Manager s File menu Run option to execute the SETUP.EXE program found on this disk. SETUP.EXE will install the programs on your hard drive and create an Internet Programming group window. Internet編程技術(shù) [配套程序] [涉及平臺(tái)] VC [作者] void [文件大小] 1032K
標(biāo)簽: description companion Appendix RESOURCE
上傳時(shí)間: 2013-12-04
上傳用戶(hù):asasasas
變量和相等問(wèn)題的設(shè)計(jì)和實(shí)現(xiàn)將a、b、c、d、e、f這6個(gè)變量排成如圖所示的 三角形,這6個(gè)變量分別取 1——6的整數(shù),且均不相同。求使三角形三條邊上的變量之和相等的全部解,如 3 6 2 1 4 5 為一個(gè)解。 程序引入變量a,b,c,d,e,f,并讓它們分別取1——6的整數(shù),在它們互不相等的 條件下, 測(cè)試由它們排成如圖所示的三角形三條邊上的變量之和是否相等,如相等即為一種滿(mǎn)足要求的排列,把它們輸出。當(dāng)這些變量取盡所有的組合后,程序就可得到全部可能的解。
上傳時(shí)間: 2015-11-04
上傳用戶(hù):GavinNeko
n皇后問(wèn)題求解(8<=n<=1000) a) 皇后個(gè)數(shù)的設(shè)定 在指定文本框內(nèi)輸入皇后個(gè)數(shù)即可,注意: 皇后個(gè)數(shù)在8和1000 之間(包括8和1000) b) 求解 點(diǎn)擊<Solve>按鈕即可進(jìn)行求解. c) 求解過(guò)程顯示 在標(biāo)有Total Collision的靜態(tài)文本框中將輸出當(dāng)前棋盤(pán)上的皇后總沖突數(shù). 當(dāng)沖突數(shù)降到0時(shí),求解完畢. d) 求解結(jié)果顯示 程序可以圖形化顯示8<=n<=50的皇后求解結(jié)果. e) 退出程序,點(diǎn)擊<Exit>即可退出程序.
上傳時(shí)間: 2016-01-28
上傳用戶(hù):ztj182002
b樣條插值濾波,是個(gè)很好的代碼程序,有需要的盡管下啊
上傳時(shí)間: 2016-03-04
上傳用戶(hù):yy541071797
< B語(yǔ)言與方法:實(shí)用形式化開(kāi)發(fā)指南>> 本書(shū)介紹了B抽象機(jī)符號(hào)語(yǔ)言以及用于支持形式化規(guī)格說(shuō)明和高集成 系統(tǒng)開(kāi)發(fā)的方掛。首先,介紹了B 語(yǔ)言的發(fā)展歷史及與其他語(yǔ)言的關(guān)系,然 后,從集合、序列等基本數(shù)學(xué)符號(hào)表示到B 語(yǔ)言的結(jié)構(gòu)化機(jī)制,再到它所支 持的大型程序設(shè)計(jì)方法,全面地介細(xì)了B 符號(hào)語(yǔ)言的描述方法。
標(biāo)簽: gt 語(yǔ)言 lt 開(kāi)發(fā)指南
上傳時(shí)間: 2014-11-29
上傳用戶(hù):康郎
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1