AD7841模數轉化程序,基于凌陽單片機SPEC061A的C程序設計,此程序經硬件測試成功
上傳時間: 2016-02-03
上傳用戶:netwolf
C#中FTP協(xié)議開發(fā)的相關課件,同是幾個分類編程中的一部分 課件還有,太散,大家有需要的話可以給我發(fā)郵件
上傳時間: 2016-02-09
上傳用戶:huql11633
用C++中的MFC編程實現正軸等角割圓柱投影,實現以下要求: 取克拉索夫斯基橢球 (1)制圖區(qū)域: Bs=0°, BN=25° LE=105°, LE=125° (2)經緯線間隔: ΔB=ΔL=5° (3)制圖比例尺: 1:M0=1:1000 000 (4)標準緯線: Bk=±15° 計算經緯網格點的 x, y,m,n, p
上傳時間: 2013-12-29
上傳用戶:himbly
加密程序源代碼* A 變成 C,B 變成 D,a 變成 c,b 變成 d,Y 變成 A, * z 變成 b,以此類推。非字母字符不變。
上傳時間: 2013-12-28
上傳用戶:stvnash
rsa加密過程中需要大數的冪運算后求模,本程序即計算a的b次方的結果對c求模,其中a,b,c均為大自然數,編寫rsa加密的朋友可以作為參考(其實就是rsa的精華)
上傳時間: 2013-12-27
上傳用戶:myworkpost
功能:編寫的計算皮亞諾相關系數 開發(fā)語言:ruby 調用:correlate(x,y) 其中,x,y為需要計算相關度的向量 調用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = correlate(b,c) # 0.8221970228 puts c1#,c2,c3
上傳時間: 2013-12-18
上傳用戶:skfreeman
用C++實現對復數的+、×、+=、-=、×=、++、――、>=、<=、!=運算,其中>=、<=是針對復數的模進行運算。(含C++源代碼)
標簽: 運算
上傳時間: 2013-12-19
上傳用戶:13517191407
Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from file "data" and plots just the curve with Lines.f no labels, viewport or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, tics extend outside the viewport. Clip.c Sets clipping such that tic marks are clipped at the viewport Clip.f boundaries. TicLabels.c Adds numeric tic labels to the graph this is the final TicLabels.f installment of the progressive example.
標簽: introductory HelloWorld containing Directory
上傳時間: 2016-03-29
上傳用戶:exxxds
多項式曲線擬合 任意介數 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
標簽: Least-squares arbitrary Purpose Builder
上傳時間: 2013-12-18
上傳用戶:宋桃子
可以通過向電子指南針模組發(fā)送不同的命令字,得到X 軸和Y 軸磁性傳感器的測量值,經過計算可 以得到電子指南針模組與正北方向的順時針夾角。
上傳時間: 2014-01-21
上傳用戶:水口鴻勝電器