點對點資訊分享系統在有線及無線網路上之設計與實作
上傳時間: 2013-12-02
上傳用戶:壞天使kk
使用borland C++寫成的簡單小程式,功能有透過rs232port發射訊號給其它的無線sensor,是一個簡單的點餐程式。
上傳時間: 2014-06-19
上傳用戶:頂得柱
The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 ISBN 0-13-110362-8 (paperback) ISBN 0-13-110370-9 書
標簽: M. W. Prentice-Hal programming
上傳時間: 2016-09-17
上傳用戶:6546544
Brian W. Kernighan and Dennis M. Ritchie The C Programing Langeuage
標簽: W. M. Programing Kernighan
上傳時間: 2014-11-22
上傳用戶:q123321
The C programming Language By Brian W. Kernighan and Dennis M. Ritchie.
標簽: M. W. programming Kernighan
上傳時間: 2014-01-26
上傳用戶:Pzj
The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 c創始人的經典著作,被譽為c語言圣經
標簽: M. W. Prentice-Hal programming
上傳時間: 2014-01-01
上傳用戶:dsgkjgkjg
溫度華氏轉變攝氏 #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
By Brian W. Kernighan and Dennis M. Ritchiey一起合著的C語言經典之作,無論是初學者還是工程師都會得到很大的收獲,非常之經典
上傳時間: 2016-12-14
上傳用戶:tb_6877751
Brian W. Kernighan和Dennis M. Ritchie編寫的經典的C語言教程.
上傳時間: 2014-01-06
上傳用戶:huyiming139