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

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

智能漏水檢測(cè)系統(tǒng)(tǒng)

  • 結(jié)合單片機和M a t l a b 兩者的優(yōu)點

    結(jié)合單片機和M a t l a b 兩者的優(yōu)點,基于事件驅(qū)動的中斷通信機制,提出一種Matlab 環(huán)境下PC 機與 單片機實時串行通信及數(shù)據(jù)處理的方法;完成單片機數(shù)據(jù)采集系統(tǒng)與PC 機的RS-232/RS-485 串行通 信及其通信數(shù)據(jù)的分析處理、文件存儲、F I R 濾波及圖形顯示;簡化系統(tǒng)開發(fā)流程,提高開發(fā)效率。 該方法已成功應(yīng)用于一個P I C 1 6 F 8 7 6 單片機應(yīng)用系統(tǒng)實例之中

    標簽: 單片機

    上傳時間: 2014-01-19

    上傳用戶:yzy6007

  • 奧八字掌上版破解版! 最新版本 5.2 運行環(huán)境:Microsoft Pocket PC2003 大小:199KB 開發(fā)工具:Microsoft eMbedded Visual C++4.0 軟件介紹

    奧八字掌上版破解版! 最新版本 5.2 運行環(huán)境:Microsoft Pocket PC2003 大小:199KB 開發(fā)工具:Microsoft eMbedded Visual C++4.0 軟件介紹:   專業(yè)的八字算命軟件,可根據(jù)人的出生時間推算命運,原理來自我國古老的易經(jīng)文化。所有的命理參數(shù)都可求得。特有的“運勢曲線圖”讓你把握每一年的運程,“圖解八字”用直觀易懂的直方柱和彩色文字讓你了解命局中的陰陽五行關(guān)系。 1:推算范圍在1583年-2050年,節(jié)氣時間采用萬年歷,確保求得正確的八字。 2:具有反推八字的功能,可從八字反求出生日,利用八字直接排盤。 3:軟件自身具有一定的智能分析功能,對日主的旺衰、命局的五行生克制化都能給出恰當?shù)脑u價。 4:對人生的每一年流年運氣都給出詳細的評價,還有曲線圖示,即使不懂八字的人也能看出自己當年的運氣。 5:提供分類保存命例的功能,可以保存無限多的八字命例。 6:可以把八字命盤導出為文本文件,方便拿到臺式機上

    標簽: Microsoft eMbedded Pocket Visual

    上傳時間: 2013-12-31

    上傳用戶:釣鰲牧馬

  • DeviceListener is an Objective-C example which demonstrates how to use the DiscRecording framework t

    DeviceListener is an Objective-C example which demonstrates how to use the DiscRecording framework to listen for device plug and unplug events as well as media insertion events. Requirements: Mac OS X 10.2 and later Keywords: DiscRecording

    標簽: DeviceListener DiscRecording demonstrates Objective-C

    上傳時間: 2016-01-14

    上傳用戶:日光微瀾

  • Visual C++ Windows Shell Programming Welcome to Visual C++ Windows Shell Programming! With this bo

    Visual C++ Windows Shell Programming Welcome to Visual C++ Windows Shell Programming! With this book, you ll learn how to program the Windows Shell, customize its behavior and integrate your applications with it. You ll discover how to use and modify its features to best effect, and the way to call shell API functions whose documentation is scant. Programming the shell isn t difficult, but few books explain the subject in its entirety.

    標簽: Programming Windows Visual Shell

    上傳時間: 2014-11-27

    上傳用戶:zhangjinzj

  • 改進的群體智能算法

    改進的群體智能算法,簡稱PSO算法,包括C和matlab兩種版本

    標簽: 群體智能 算法

    上傳時間: 2014-01-11

    上傳用戶:llandlu

  • The market for miniature computer programming is exploding. C++ Footprint and Performance Optimizati

    The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training. In the world of C++ programming, all other things being equal, programs that are smaller and faster are better. C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions.

    標簽: Performance programming Optimizati Footprint

    上傳時間: 2013-12-09

    上傳用戶:wfl_yy

  • 簡單的floyd運用 第一行輸入一個整數(shù)C。C是測試的情況(0< C <=30).第二行一個正整數(shù)N( 0< N <=100),表示道路的總數(shù).緊接N行

    簡單的floyd運用 第一行輸入一個整數(shù)C。C是測試的情況(0< C <=30).第二行一個正整數(shù)N( 0< N <=100),表示道路的總數(shù).緊接N行,每一行包含兩個字符串, Si,,Ti,和一個整數(shù)Di,代表從Si到Ti的距離(0<= Di <=150)。最后一行有兩個字符串,S 和 T,你得找出從S 到 T的最短的距離。地名是不超過120個小寫字符的串(從‘a(chǎn)’到‘z’)。假設(shè)這里最多有100條直接連通兩個地方的路。 Output 輸出包含C行,每一行對一種測試情況。對每一種測試情況,輸出包含一個整數(shù),假如S 到 T存在一條最短的路,輸出從S到T的最短距離,否則輸出“-1”. Sample Input 2 2 jiuzhouriver liuchi 89 liuchi liyuan 100 liuchi jiuzhouriver 3 youyongchi fengyuan 100 qinshi meiyuan 100 chaochang supermarkt 100 meiyuan youyongchi Sample Output 89 -1

    標簽: lt floyd 100 整數(shù)

    上傳時間: 2016-03-10

    上傳用戶:wyc199288

  • C++讀取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or custom

    C++讀取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.

    標簽: AppWizard indicate custom source

    上傳時間: 2016-03-12

    上傳用戶:cazjing

  • 對c++的介紹

    對c++的介紹,適合初學者。系外文資料。

    標簽:

    上傳時間: 2013-12-26

    上傳用戶:jjj0202

  • 用C語言實現(xiàn)的簡單遺傳算法

    用C語言實現(xiàn)的簡單遺傳算法,在智能控制技術(shù)中應(yīng)用很廣泛。

    標簽: C語言 算法

    上傳時間: 2013-12-29

    上傳用戶:梧桐

主站蜘蛛池模板: 新野县| 六盘水市| 绥化市| 台州市| 宿州市| 阳朔县| 北京市| 左贡县| 杭锦后旗| 都匀市| 绿春县| 晋中市| 通城县| 绥中县| 铜山县| 卓尼县| 松原市| 吉首市| 郸城县| 项城市| 安化县| 乐山市| 榆社县| 泊头市| 应城市| 江阴市| 西丰县| 定边县| 石屏县| 南召县| 白银市| 大余县| 木里| 北辰区| 四子王旗| 凯里市| 桐梓县| 桑日县| 阿拉善左旗| 清涧县| 安陆市|