我們知道C語言的功能非常強大, 很適合編寫系統軟件。利用它我們可以很容易地解決經常遇到的一些棘手的問題,如拷貝隱含或系統屬性的文件(特別是光盤中的隱含文件)、在任意DOS版本或在windows中更改子目錄的名稱、在任意DOS 版本中使用帶空格的目錄名等等。 這些問題僅靠操作系統或常用的工具軟件往往很難湊效。我們可以利用C語言的強大功能來編寫一些小程序,能夠很順利地解決這些問題。
標簽: C語言
上傳時間: 2014-01-01
上傳用戶:稀世之寶039
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
上傳用戶:凌云御清風
標準的遺傳算法代碼,下面是程序:function y=fitness(chrom,p,aim) global P_cross P_mutation [Popsize len]=size(chrom) fitness_gene=zeros(Popsize,1) in_he=zeros(4,1) out_he=zeros(4,1) in_out=0 out_out=0
上傳時間: 2013-12-08
上傳用戶:pkkkkp
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until it hits the pixel at the center. It then sticks and a new walker is started randomly at one of the 4 corners of the screen. The random number generators for x and y steps are XOR feedback shift registers (see also Hamblen, Appendix A). The VGA driver, PLL, and reset controller from the DE2 CDROM are necessary to compile this example. Note that you must push KEY0 to start the state machine.
標簽: diffusion-limited-aggregation DLA generates 320x240
上傳時間: 2014-01-16
上傳用戶:225588
對話方塊,依照使用者所選取選項進行對應的輸出項目。
標簽:
上傳時間: 2013-12-24
上傳用戶:yepeng139
51單片機是初學者比較適合的芯片,不停的做實驗,寫程序是初學者最有小效的學習方法!
上傳時間: 2016-12-10
上傳用戶:aa17807091
如果您是從使用的角度來看JSF,則您不用理會HTTP、資料轉換等細節,JSF將細節都隱藏起來了,無論您是網頁設計人員或是應用程式設計人員,都可以使用自己熟悉的方式來看JSF。
上傳時間: 2016-12-10
上傳用戶:lijinchuan
本代碼包為本人的一篇文章<一個占用內存極少的菜單系統的實現>在在PC上的測試移植代碼。 ------------------------------ Menu_Src目錄為Menu的源代碼 Ks0108.C的void Display_Locate(unsigned char DisplayData, unsigned char X, unsigned char Y)函數為最底層的顯示函數。 該函數調用LCD模擬函數來完成顯示。 KeyScan.C的unsigned char KeyScan(void)函數為鍵盤模擬函數。 void DelayMs( WORD time ) 延時 ------------------------------ GUI_SIM.exe為編譯后的文件,可以直觀看到這個GUI的效果. PC鍵盤的4個按鍵控制菜單周轉: PC按鍵 菜單中功能 up 向上鍵 確定鍵 進入子菜單 down向下鍵 取消鍵 返回父菜單 left向左鍵 向上鍵 菜單項上一項 right向右鍵 向下鍵 菜單項下一項 有興趣自己編譯VC工程:\Project\Menu.dsw <一個占用內存極少的菜單系統的實現>相關PDF文檔和其他資料在以下鏈接: http://www.ouravr.com/bbs/bbs_content.jsp?bbs_sn=798580&bbs_page_no=3&bbs_id=9999
上傳時間: 2014-06-24
上傳用戶:stvnash
計算二日期的間隔天數,計算某日期為星期幾,打印對象當前數據的y年m月的月歷,一次增加若干天,對兩個日期進行其他比較運算等。
標簽: 計算
上傳時間: 2016-12-18
上傳用戶:
視頻編碼電路主要實現接收8位CCIR656格式的YUV數據,(例如MPEG解碼數據),并編碼成亮度Y和色度信號C,以及合成CVBS信號,經過D/A轉換后輸出。基本的編碼功能包括副載波產生,色差信號調制,同步信號內插。 主要應用在視頻處理,軍事圖像處理。 GM7221設計原理圖
上傳時間: 2013-12-29
上傳用戶:Divine