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

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

1<b>7</b>3

  • 一個串口應用程序

    一個串口應用程序,向串口內寫入1,2,3,4,5,6,7,8,9 并從串口中讀出數據 輸出到ARM板屏幕上

    標簽: 串口 應用程序

    上傳時間: 2014-01-22

    上傳用戶:caiiicc

  • 哥德巴赫猜想: 將一給定的偶數表示成兩個質數之和被稱之為此數的哥德巴赫分割。例如

    哥德巴赫猜想: 將一給定的偶數表示成兩個質數之和被稱之為此數的哥德巴赫分割。例如, 4 = 2 + 2 6 = 3 + 3 8 = 3 + 5 10 = 3 + 7 = 5 + 5 12 = 5 + 7 14 = 3 + 11 = 7 + 7 … 換句話說,哥德巴赫猜想主張每個大于等于 4 的偶數都是哥德巴赫數-可表示成兩個質數之和的數。[1]另有對奇數的相似猜想,稱之為李維猜想。

    標簽: 分割

    上傳時間: 2014-01-13

    上傳用戶:xyipie

  • 編號為1

    編號為1,2,3,……,n的n個人按順時針方向圍坐一圈。任選一個正整數作為報數上限m,從第一個人開始按順時針方向自1開始順序報數,報到m時停止報數。報m的人出列,從他在順時針方向上的下一個人開始重新從1報數,如此下去,直至所有人全部出列為止。

    標簽:

    上傳時間: 2017-06-04

    上傳用戶:rocwangdp

  • ssd7的練習1

    ssd7的練習1,2,3,希望對大家有所幫助!

    標簽: ssd7

    上傳時間: 2014-11-22

    上傳用戶:wl9454

  • //顏色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not su

    //顏色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not support color.\n") exit(1) } init_pair(1, COLOR_GREEN, COLOR_BLACK) init_pair(2, COLOR_RED, COLOR_BLACK) init_pair(3, COLOR_CYAN, COLOR_BLACK) init_pair(4, COLOR_WHITE, COLOR_BLACK) init_pair(5, COLOR_MAGENTA, COLOR_BLACK) init_pair(6, COLOR_BLUE, COLOR_BLACK) init_pair(7, COLOR_YELLOW, COLOR_BLACK) //寫字符串 for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i)) printw("color pair d in normal mode\n", i) } for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i) | A_BLINK | A_UNDERLINE) printw("color pair d in normal mode\n", i) }

    標簽: start_color has_colors Terminal endwin

    上傳時間: 2014-01-14

    上傳用戶:vodssv

  • 單片機的數字時鐘

    單片機的數字時鐘,有修改時間功能,通過7段數碼管顯示,通過1,2,3按鍵進行年月日的切換。

    標簽: 單片機 數字時鐘

    上傳時間: 2013-11-27

    上傳用戶:lhw888

  • //溫度數碼管顯示演示程序 //數碼管位選信號 :由右到左為P20、P21、P22、P23、P24、P33 //數碼管數據線 :P0口 //數碼管數字碼 :0 0xC0

    //溫度數碼管顯示演示程序 //數碼管位選信號 :由右到左為P20、P21、P22、P23、P24、P33 //數碼管數據線 :P0口 //數碼管數字碼 :0 0xC0 1 0xF9 2 0xA4 3 0xB0 4 0x99 5 0x92 6 0x82 7 0xF8 8 0x80 9 0x90 //數碼管帶點碼 :0 0x40 1 0x79 2 0x24 3 0x30 4 0x19 5 0x12 6 0x02 7 0x78 8 0x00 9 0x10 //18B20端口DQ :P27

    標簽: 0xC0 數碼管 P20 P21

    上傳時間: 2014-01-22

    上傳用戶:古谷仁美

  • 做單一燈的左移右移

    做單一燈的左移右移,硬件電路如圖4.4.1所示,八個發光二極管L1-L8分別接在單片機的P1.0-P1.7接口上,輸出“0”時,發光二極管亮,開始時P1.0→P1.1→P1.2→P1.3→┅→P1.7→P1.6→┅→P1.0亮,重復循環。

    標簽:

    上傳時間: 2017-07-22

    上傳用戶:cc1015285075

  • 簡易交通燈 。 有四個狀態0

    簡易交通燈 。 有四個狀態0,1,2,3 數碼管為2位7段共陽數碼管,可以通過修改i,j的值進而修改倒計時的長短。

    標簽: 交通燈 狀態

    上傳時間: 2013-12-24

    上傳用戶:亞亞娟娟123

  • Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

    Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5

    標簽: Implementation calculates algorithm Edmonds

    上傳時間: 2014-01-04

    上傳用戶:kiklkook

主站蜘蛛池模板: 榆社县| 威宁| 高邑县| 达拉特旗| 新宾| 隆昌县| 徐闻县| 安宁市| 尖扎县| 丰都县| 汝城县| 田东县| 元朗区| 东光县| 玉山县| 大港区| 东城区| 射洪县| 西林县| 万荣县| 交城县| 板桥市| 苍溪县| 称多县| 茂名市| 沾化县| 手游| 南充市| 吉林省| 托克逊县| 五河县| 永泰县| 天峨县| 吉安市| 大同县| 新干县| 庆阳市| 谢通门县| 湘乡市| 安泽县| 黄浦区|