水泥窯自動配料系統,本系統使用單片機作為其工作的核心,主要用于工業技術改造和工業自動化中的過程控制的基于std總線技術的std工業控制機
標簽: 自動配料系統
上傳時間: 2014-08-05
上傳用戶:aa17807091
c++圖書管理系統 include <iostream> #include <iomanip> #include <string> #include <fstream>//輸入/輸出文件流類 using namespace std const int Maxr=100 //最多的讀者 const int Maxb=100 //最多的圖書 const int Maxbor=5 //每位讀者最多借五本書 //讀者類,實現對讀者的信息的描述
上傳時間: 2013-12-18
上傳用戶:拔絲土豆
自己編寫的串口-CAN口的轉換程序,已經測試過沒有問題! 一.傳輸數據協議: 1.初始化 初始化波特率(CAN):$BAUD($:起始符;BAUD:波特率標識符; 相應編碼:0x24 0x42 0x41 0x55 0x44) 傳輸ID號設置:$IDERstd(相應編碼:0x24 0x49 0x44 0x45 0x52 0x53 0x54 0x44) $IDEREXT(相應編碼:0x24 0x49 0x44 0x45 0x52 0x45 0x58 0x54) ($:起始符;IDER:ID標識符;std:標準幀;EXT:擴展幀) 2.數據發送 發送數據 :$DATA($:起始符;DATA:數據標識符 相應編碼:0x24 0x44 0x41 0x54 0x41)
上傳時間: 2014-01-02
上傳用戶:yy541071797
利用easyARM7 2103與OCM4X8中文液晶實現畫線,圖形化時鐘功能。 接線口:P0.5-CS,P0.6-std,P0.7-SCLK 方式為串行
上傳時間: 2016-10-05
上傳用戶:klin3139
一個C++寫的KdTree容器模板庫,支持std容器,和自定義的存儲方式,對插入、刪除和查找作了優化
上傳時間: 2014-01-03
上傳用戶:x4587
PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std(b_j), obtained by jackknifing. The cutoff level, below which c_j is considered to be too small, indicating that the variable j should be removed, is estimated using a matrix of random variables.The predictive power of PLS models built on the retained variables only is evaluated over all 1-a dimensions =(yielding RMSECVnew).
標簽: from eliminates PRINCIPLE algorithm
上傳時間: 2016-11-27
上傳用戶:凌云御清風
在本光盤中提供了由譚浩強編著的《C++程序設計》(清華大學出版社出版)一書中各章的例題程序以及全部習題的參考解答,以方便教師進行教學,也便于讀者上機運行這些程序以及在此基礎上修改和調試程序。 程序按章設立文件夾(子目錄),例如文件夾c12中包含的是第12章全部例題的程序。程序的文件名以c開頭,與例題號一一對應,如c5-7.cpp是第5章例5.7的程序。對于教材中同一例題中包含兩個或多個程序的,在文件名中加了順序號,如c10-4-1.cpp是例10.4的第1個程序,c10-4-2.cpp是例10.4的第2個程序。 教材中所有的程序都是符合C++標準規定的,在GCC中能通過,但有的程序在Visual C++ 6.0中通不過。如果在Visual C++ 6.0環境下運行程序,需要對程序作一些修改。例如,如果程序c10-4-1.cpp在Visual C++ 6.0環境下編譯,第1行應改為“include <iostream.h>”,并將第2行“using namespace std ”取消即可順利通過編譯,其他類似。我們在教材的例題程序中還提供了能在Visual C++ 6.0環境下運行的程序,在文件名中加了"(VC)"字樣,如c10-4-2(VC) 表示它是對程序c10-4-2修改后能用于Visual C++ 6.0環境的程序。
上傳時間: 2017-02-04
上傳用戶:youth25
這是日本OKI公司開發的ML9636芯片說明書,這款芯片專門用于DSRC開發,由于國內只有ETC標準,尚無DSRC標準,此款芯片是基于日本ARIB std-T75標準開發的。希望能對打算研究DSRC的朋友提供幫助
上傳時間: 2014-01-03
上傳用戶:拔絲土豆
This file is a function under matlab which allow to compute several statistical parameter of random signal such as variance, power, mean values, std, ...
標簽: statistical parameter function compute
上傳時間: 2017-06-27
上傳用戶:ruixue198909
Supplemental information for a high-speed serial bus that integrates well with most IEEE standard 32-bit and 64-bit parallel buses is specified. It is intended to extend the usefulness of a low-cost interconnect between external peripherals, IEEE std 1394-1995. This standard follows the ISO/IEC 13213:1994 Command and Status Register (CSR) architecture.
標簽: Supplemental information high-speed integrates
上傳時間: 2014-03-07
上傳用戶:jjj0202