亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

門級

  • Borland官方中文手冊

    Borland官方中文手冊,入門與程式設計手冊(Delphi7)􀍘 􀎊

    標簽: Borland 手冊

    上傳時間: 2016-07-25

    上傳用戶:gaojiao1999

  • 多人聊天

    多人聊天,多路連綫,多綫程,實現 在一個多人連線伺服器中,我們要有一個伺服端執行緒負責傾聽是否有客戶端連線,如果有客戶端連線,就指派一個客戶端執行緒專門應付這個客戶端連線,並在客戶端佇列中記錄它,然後進入下一個傾聽。 一個客戶端執行緒的工作,就是讀取客戶連線端的使用者輸入訊息,它不負責回應訊息,而是將讀到的訊息加入訊息佇列中,此外在我們的範例中,客戶端執行緒也負責自己的連線狀態,如果使用者中斷連線,客戶端執行緒會負責將自己從客戶端佇列中清除。 廣播執行緒負責取出訊息佇列中的訊息,然後將之一一傳送訊息給客戶端佇列中尚存在的客戶端執行緒。

    標簽:

    上傳時間: 2014-08-26

    上傳用戶:linlin

  • 一個及基本使用BCB控制RS-232的測試燈號控制Source Code

    一個及基本使用BCB控制RS-232的測試燈號控制Source Code,入門者推薦

    標簽: Source Code BCB 232

    上傳時間: 2016-10-07

    上傳用戶:凌云御清風

  • 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

    溫度華氏轉變攝氏 #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 }

    標簽: include stdlib stdio gt

    上傳時間: 2014-11-10

    上傳用戶:wpwpwlxwlx

  • 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

    溫度華氏轉變攝氏 #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 }

    標簽: include stdlib stdio gt

    上傳時間: 2013-12-12

    上傳用戶:亞亞娟娟123

  • DSP集成開發環境CCS開發指南,市面上最為完整的一套書

    DSP集成開發環境CCS開發指南,市面上最為完整的一套書,對於DSP入門的人很有用處,謝謝大家一塊免費共享

    標簽: DSP CCS 集成開發環境 開發指南

    上傳時間: 2016-12-12

    上傳用戶:lijianyu172

  • 通過該書的學習

    通過該書的學習,可以使您一天就可以對DSP有個大概的了解,很快的入門

    標簽:

    上傳時間: 2016-12-12

    上傳用戶:zhouchang199

  • verilog code 4-bit carry look-ahead adder output [3:0] s //summation output cout //carryout inpu

    verilog code 4-bit carry look-ahead adder output [3:0] s //summation output cout //carryout input [3:0] i1 //input1 input [3:0] i2 //input2 input c0 //前一級進位

    標簽: output look-ahead summation carryout

    上傳時間: 2017-01-07

    上傳用戶:yyq123456789

  • verilog code 16-bit carry look-ahead adder output [15:0] sum // 相加總和 output carryout // 進位 input

    verilog code 16-bit carry look-ahead adder output [15:0] sum // 相加總和 output carryout // 進位 input [15:0] A_in // 輸入A input [15:0] B_in // 輸入B input carryin // 第一級進位 C0

    標簽: output look-ahead carryout verilog

    上傳時間: 2014-12-06

    上傳用戶:ls530720646

  • 介紹如何使用uvison2

    介紹如何使用uvison2,非常好的工具入門資料

    標簽: uvison2 如何使用

    上傳時間: 2014-08-26

    上傳用戶:開懷常笑

主站蜘蛛池模板: 获嘉县| 屯昌县| 成安县| 慈溪市| 尖扎县| 蓝田县| 大冶市| 涿州市| 上林县| 永寿县| 商都县| 马尔康县| 丰原市| 丹东市| 融水| 甘南县| 乐昌市| 锡林浩特市| 满洲里市| 兴国县| 海安县| 车致| 伽师县| 贺州市| 泌阳县| 清苑县| 龙南县| 古丈县| 青浦区| 山东省| 芦溪县| 博白县| 潞城市| 山东省| 兴宁市| 尤溪县| 太仓市| 达拉特旗| 淳化县| 麻城市| 呼伦贝尔市|