溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }
上傳時間: 2014-11-10
上傳用戶:wpwpwlxwlx
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }
上傳時間: 2013-12-12
上傳用戶:亞亞娟娟123
BREW平臺的iweb+imedia實現文件http流下載和實時播放程序
上傳時間: 2014-01-21
上傳用戶:cx111111
偶爾想到數據加密技術,這里順便提一下雙向加密的標準DES。以前在一個寬帶流媒體服務器項目中用到了DES加密,雖然使用環境相對單純,但算法實現本身是具有普遍意義的。下述程序是很久以前在RSA公司的網站找到的,效率很高,穩定性較好,便一直在實踐中使用
上傳時間: 2014-01-13
上傳用戶:lizhen9880
這是java io流的一個通信小程序,希望能對大家對流的概念有所理解
上傳時間: 2016-12-11
上傳用戶:稀世之寶039
這是java 字符流對象的簡單比較的源碼例子。希望能幫組學java的朋友
上傳時間: 2016-12-11
上傳用戶:BIBI
工作流文檔。 定義業務規則。使用WorkflowBuilder(圖形化工具)修改業務規則的流程;使用PL/SQL寫流程中活動的源代碼。
標簽: WorkflowBuilder SQL 流程 PL
上傳時間: 2013-12-22
上傳用戶:liglechongchong
工作流系統的設計與實現_0.82.pdf
上傳時間: 2014-01-27
上傳用戶:agent
Java流的程序源碼,能實現文件的保存和鏈接
上傳時間: 2014-01-02
上傳用戶:ikemada
15篇光流配準經典文獻,目錄如下: 1、A Local Approach for Robust Optical Flow Estimation under Varying 2、A New Method for Computing Optical Flow 3、Accuracy vs. Efficiency Trade-offs in Optical Flow Algorithms 4、all about direct methods 5、An Introduction to OpenCV and Optical Flow 6、Bayesian Real-time Optical Flow 7、Color Optical Flow 8、Computation of Smooth Optical Flow in a Feedback Connected Analog Network 9、Computing optical flow with physical models of brightness Variation 10、Dense estimation and object-based segmentation of the optical flow with robust techniques 11、Example Goal Standard methods Our solution Optical flow under 12、Exploiting Discontinuities in Optical Flow 13、Optical flow for Validating Medical Image Registration 14、Tutorial Computing 2D and 3D Optical Flow.pdf 15、The computation of optical flow
標簽: 光流
上傳時間: 2014-11-21
上傳用戶:fanboynet