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

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

西門子PLC的<b>ModBus</b>無(wú)線通信資料

  • 數字運算

    數字運算,判斷一個數是否接近素數 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    標簽: 數字 運算

    上傳時間: 2015-05-21

    上傳用戶:daguda

  • 在一個多人連線伺服器中

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

    標簽: 伺服器

    上傳時間: 2015-05-22

    上傳用戶:wweqas

  • 用于串口通信的c代碼

    用于串口通信的c代碼,用于串口通信的c代碼

    標簽: 串口通信 代碼

    上傳時間: 2015-05-25

    上傳用戶:eclipse

  • huffman完整源代碼C語言實現

    huffman完整源代碼C語言實現,有本人超級詳細解釋(看不懂你去跳樓吧) 算法設計: 1、對給定的n個權值{W1,W2,W3,...,Wi,...,Wn}構成n棵二叉樹的初始集合F={T1,T2,T3,...,Ti,...,Tn},其中每棵二叉樹Ti中只有一個權值為Wi的根結點,它的左右子樹均為空。(為方便在計算機上實現算法,一般還要求以Ti的權值Wi的升序排列。) 2、在F中選取兩棵根結點權值最小的樹作為新構造的二叉樹的左右子樹,新二叉樹的根結點的權值為其左右子樹的根結點的權值之和。 3、從F中刪除這兩棵樹,并把這棵新的二叉樹同樣以升序排列加入到集合F中。 4、重復二和三兩步,直到集合F中只有一棵二叉樹為止。

    標簽: huffman C語言 源代碼

    上傳時間: 2013-12-29

    上傳用戶:ouyangtongze

  • Turbo碼編碼的C語言實現。 Turbo碼是如今通信技術中非常重要也非常普遍的編碼

    Turbo碼編碼的C語言實現。 Turbo碼是如今通信技術中非常重要也非常普遍的編碼,廣泛應用在移動通信中。

    標簽: Turbo 編碼 C語言 通信技術

    上傳時間: 2014-01-24

    上傳用戶:youlongjian0

  • 在學習單片機的時候

    在學習單片機的時候,我們經常要要用到定時器,但是,要得到精確的定時,就必須計算好初值,此軟件就是為你減輕計算的困擾的。還提供了常用單片機通信的波特率表。

    標簽: 單片機

    上傳時間: 2015-06-03

    上傳用戶:leehom61

  • 很不錯的匯編與c語言的子程序

    很不錯的匯編與c語言的子程序 ,很有參考價值的資料。

    標簽: 程序

    上傳時間: 2015-06-05

    上傳用戶:sqq

  • 這是對網孔均衡的仿真

    這是對網孔均衡的仿真,網孔均衡是通信系統的必須,希望它對大家對通信系統的了解有更大幫助

    標簽: 均衡 仿真

    上傳時間: 2015-06-07

    上傳用戶:2404

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    標簽: government streamline important alphabet

    上傳時間: 2015-06-09

    上傳用戶:weixiao99

  • 這是一個微型處理器中的實驗

    這是一個微型處理器中的實驗,功能是實現并行通信,內有用匯編語言編寫的程序,且有運行結果。

    標簽: 處理器 實驗

    上傳時間: 2014-11-15

    上傳用戶:chenlong

主站蜘蛛池模板: 海宁市| 繁昌县| 蓬溪县| 商洛市| 安乡县| 汉中市| 泰兴市| 钟祥市| 威远县| 定兴县| 长春市| 临邑县| 五寨县| 登封市| 衡阳市| 天台县| 台江县| 广丰县| 大竹县| 桂平市| 晋中市| 富蕴县| 鸡西市| 新和县| 永新县| 叶城县| 潜山县| 迁安市| 商城县| 常州市| 太仆寺旗| 林芝县| 刚察县| 锡林郭勒盟| 临沂市| 个旧市| 渝中区| 毕节市| 富平县| 徐汇区| 连江县|