利用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
上傳用戶:拔絲土豆
PIC_Hi-Tech_C_Mike_Pearces_I2C_routines * Use 10 MHz crystal frequency. * Use Timer0 for ten millisecond looptime. * Blink "Alive" LED every two and a half seconds. * Use pushbutton to exercise Screens utility.
標簽: PIC_Hi-Tech_C_Mike_Pearces_I C_routines Use frequency
上傳時間: 2013-12-19
上傳用戶:標點符號
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
#include <iostream> using namespace std; int main(){ int t; cin>>t; while(t--){ long long n; cin>>n; if(n%2==1) cout<<(n*n-1)/4<<endl; else if (n%4==0) cout <<(n*n)/4-1<<endl; else{ if(n==2) cout<<1<<endl; else{ long long k=n/2-1; cout <<k*k+2*k-3<<endl; } } } return 0; }
標簽: 天津大學acm4022 代碼
上傳時間: 2015-04-20
上傳用戶:nr607
『原創』SKILL源程序共享:MM轉MIL,且附帶計算器功能。此SKILL功能包括:MM轉MIL MIL轉MM轉換。含計算器功能,加、減、乘、除都可以。非常實用的一個SKILL。...
標簽: MANLAB
上傳時間: 2015-07-15
上傳用戶:mwr0707