Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and OUTPUT. Java s I/O model is more powerful and more suited to real-world tasks than any other major language used today. Java I/O is the first and still the only book to fully expose the power and sophistication of this library.
標簽: cross-platform language powerful provide
上傳時間: 2014-01-07
上傳用戶:pompey
數值計算牛頓迭代法的matlab源程序 說明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----OUTPUT,returns the root of equation
上傳時間: 2014-01-12
上傳用戶:妄想演繹師
數值分析高斯——列主元消去法主程序 說明如下: % a----input,matrix of coefficient % b----input,right vector % sol----OUTPUT,returns the solution of linear equation
標簽: input coefficient matrix vector
上傳時間: 2017-01-01
上傳用戶:dancnc
Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz OUTPUT Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8 B = Y + (443*(Cb – 128)) >> 8
上傳時間: 2013-12-24
上傳用戶:遠遠ssad
本例展示了如何利用外設TIM2來產生四路頻率不同的信號。 TIM2時鐘設置為36MHz,預分頻設置為2,使用輸出比較-翻轉模式(OUTPUT Compare Toggle Mode)。 TIM2計數器時鐘可表達為:TIM2 counter clock = TIMxCLK / (Prescaler +1) = 12 MHz 設置TIM2_CCR1寄存器值為32768,則CC1更新頻率為TIM2計數器時鐘頻率除以CCR1寄存器值,為366.2 Hz。因此,TIM2通道1可產生一個頻率為183.1 Hz的周期信號。 同理,根據寄存器TIM2_CCR2 、TIM2_CCR3和 TIM2_CCR4的值,TIM2通道2可產生一個頻率為366.3 Hz的周期信號;TIM2通道3可產生一個頻率為732.4 Hz的周期信號;TIM2通道4可產生一個頻率為1464.8 Hz的周期信號。 可以通過示波器觀察各路輸出
上傳時間: 2014-01-22
上傳用戶:plsee
編寫程序,登錄幼兒園200個小朋友的數據:姓名、性別、年齡、身高、體重、出生日期,分別按年齡排序后輸出。 要求: (1)登錄數據用函數input() (2)按身高排序用函數sort() (3)輸出排序結果用函數OUTPUT(),輸出格式為: 幼兒園小朋友一覽(依身高排序) =================================================== 姓名 性別 年齡 身高 出生日期 …… … …… ……
上傳時間: 2013-12-30
上傳用戶:fhzm5658
輸入、輸出功能,檢驗輸入的數是否為數字功能,ASCII碼與二進制數的的相互轉化功能,兩數相乘功能,因此整個程序定義了兩個宏INPUT和MULTIPLE,宏INPUT實現了輸入、檢驗和ASCII碼與二進制的相互轉換功能,MULTIPLE實現了兩數相乘功能,實現輸出功能的是子程序OUTPUT,由于在輸入的過程中多次用到了回車換行,因此定義了一個回車換行子程序CRLF。
上傳時間: 2017-02-08
上傳用戶:Ants
matlab simulink 三相PFC仿真,input為50hz交流,OUTPUT為直流。閉環矢量控制
上傳時間: 2013-12-06
上傳用戶:cylnpy
The salience distance transform incorporates edge strength information into the distance transform. The OUTPUT is more robust and informative as input for techniques such as snakes
標簽: transform distance incorporates information
上傳時間: 2014-01-11
上傳用戶:zjf3110
Lighttpd是一個輕量級的Web 服務器,支持FastCGI, CGI, Auth, 輸出壓縮(OUTPUT compress), URL重寫, Alias等重要功能。它具有非常低的內存開銷,cpu占用率低,效能好,以及豐富的模塊等特點。其靜態文件的響應能力遠高于Apache,可謂Web服務器的后期之秀
上傳時間: 2014-01-20
上傳用戶:thuyenvinh