求解約瑟夫問題。設有n個人圍成一個圓圈坐下,對所有圍從的人從某個位置開始編號為1,2,3,……,n,從編號為1的人開始報數1,報數依交進行,報數n的人即出列,下一個人從1開始報數,再報數m的人便是第二個出列的人如此重復下去,直到最后一個人出列為止,于是便得到一個出列的順序,這稱之為約瑟夫(Josephu)問題。
標簽:
上傳時間: 2013-12-26
上傳用戶:fxf126@126.com
利用MSP430 單片機的一般 I/O口進行的數字量的采集 利用A/D采集通道實現模擬量到數字量的轉化
上傳時間: 2013-12-21
上傳用戶:古谷仁美
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.) I have attempted to provide copious comments in the code and hope that a knowledgeable C programmer can quickly map the approach as described in the paper to what is in the program.
標簽: two-dimensional computational polarization non-zero
上傳時間: 2013-12-13
上傳用戶:cylnpy
Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!). Now we have good news for you: NASM is licensed under LGPL. This means its development is open to even wider society of programmers wishing to improve their lovely assembler. The NASM project is now situated at SourceForge.net, the most famous Open Source development center on The Net. Visit our development page at http://nasm.2y.net/ and our SF project at http://sf.net/projects/nasm/
標簽: developers widespread netwide respect
上傳時間: 2014-01-20
上傳用戶:2404
FlashFlex51 Microcontroller Control of CompactFlash Card in I/O Mode
標簽: Microcontroller CompactFlash FlashFlex Control
上傳時間: 2014-01-24
上傳用戶:鳳臨西北
二乘法曲線擬合 //X,Y -- X,Y兩軸的坐標 //M -- 結果變量組數 //N -- 采樣數目 //A -- 結果參數
上傳時間: 2015-04-06
上傳用戶:wl9454
提出了一種基于樣本的分級檢索 MPEG 視頻的新方法:首先用I 幀的dct_dc_size 字段快速粗檢,然后用斷層攝影(tomography)法分析B 幀運動矢 量的時空分布特性以進一步縮小結果集,最后用DC 圖像的精確匹配方法驗證檢索結果.試驗結果表明,本方法 所需計算量較小,且可保證較高的檢索精度.
標簽: dct_dc_size tomography MPEG 幀
上傳時間: 2013-12-30
上傳用戶:獨孤求源
N個源碼,都是C文件或C++源文件。 此文件高壓縮。解壓時間可能長一些。 申請加下載限額。 主頁:http://www.programsalon.com/developer.asp?id=victor000000 郵箱:victor000000@tom.com
標簽: 源碼
上傳時間: 2013-12-21
上傳用戶:stewart·
現有一個信號:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)設計及各種數字濾波器以達下列目的: 低通濾波器,濾除cos(2*π*n/3) 的成分,即想保留的成分為1+cos(π*n/4) 高通濾波器,濾除1+cos(π*n/4) 的成分,即想保留的成分為cos(2*π*n/3) 帶通濾波器,濾除1+cos(2*π*n/3) 的成分,即想保留的成分為cos(π*n/4) 帶阻濾波器,濾除cos(π*n/4) 的成分,即想保留的成分為1+cos(2*π*n/3) 1. 用MATLAB命令butterord求除濾波器的階數,用命令butter設計各濾波器;畫出濾波器幅度和相頻相應 取各濾波器的系統函數H(z)。
上傳時間: 2013-12-28
上傳用戶:daoxiang126
已知一個LTI系統的差分方程為: y[n]-1.143*y[n-1]+0.4128*y[n-2]=0.0675*x[n]+0.1349*x[n-1]+0.0675*x[n-2] 初始條件y(-1)=1,y(-2)=2,輸入x(n)=u(n),計算系統的零輸入響應
標簽: 0.0675 0.4128 0.1349 1.143
上傳時間: 2013-11-27
上傳用戶:zhengzg