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

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

VB <b>P2P</b>聯網的實現

  • 24篇JXTA資料

    24篇JXTA資料,使用JXTA實現P2P通信,基于JXTA的P2P即時通信系統設計.pdf 基于JXTA的P2P文件共享軟件的設計與實現.pdf

    標簽: JXTA

    上傳時間: 2013-11-30

    上傳用戶:zhengjian

  • 串口通信

    串口通信,在vb環境下實現串口的通信 上傳文件和下載文件

    標簽: 串口通信

    上傳時間: 2015-10-16

    上傳用戶:小草123

  • 商業企業進銷存管理系統

    商業企業進銷存管理系統,是一個可靠的vb系統,是我個人的習作,參考了眾多前人的成果并加以改進。

    標簽: 進銷 管理系統

    上傳時間: 2014-08-06

    上傳用戶:qiao8960

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    標簽: represented integers group items

    上傳時間: 2016-01-17

    上傳用戶:jeffery

  • eVC開發環境

    eVC開發環境, 功能: 對WinCE中的字體進行調整, 實現動態改變字形

    標簽: eVC

    上傳時間: 2016-02-06

    上傳用戶:busterman

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標簽: converts Toolbox complex logical

    上傳時間: 2016-02-12

    上傳用戶:a673761058

  • 本書分為上篇、中篇和下篇三個部分

    本書分為上篇、中篇和下篇三個部分,上篇為Windows CE結構分析,中篇為Windows CE情景分析,下篇為實驗手冊。每一篇又劃分為若 干章。上篇包含有引言,Windows CE體系結構,處理 器排程,儲存管理 ,檔案系統和設備管理 等六 章。中篇包含有系統初始化,處理 器排程過程,分頁處理 ,檔案處理 和驅動器載入等五章。下篇包含有Windows CE應用程式開發,Windows CE系統開發,評測與總結以及實習等四章。 上篇的重點在於分析Windows CE kernel的結構以及工作原理 。這個部分是掌握Windows CE作業系統的基礎。 中篇重點在於分析Windows CE kernel的實際運行 過程。如果說 上篇是從靜態的角度 分析Windows CE kernel,那麼中篇則是試圖從動態的角度 給讀 者一個有關Windows CE kernel的描述。希望讀 者能夠通過對中篇的閱讀 理 解,在頭腦中形成有關Windows CE kernel的多方位的運作情景。 下篇著重於有關Windows CE的應用。對理 論 的掌握最終要應用到實務中。

    標簽:

    上傳時間: 2013-12-23

    上傳用戶:FreeSky

  • 一個學生管理系統

    一個學生管理系統,VB源碼,有興趣的看看吧!

    標簽: 管理系統

    上傳時間: 2014-12-07

    上傳用戶:moshushi0009

  • 競賽核分與排名模板

    競賽核分與排名模板,利用的是VBA平臺,用vb源碼編寫而成的,希望對你有幫助

    標簽: 競賽 模板

    上傳時間: 2013-12-18

    上傳用戶:壞天使kk

  • 多人聊天

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

    標簽:

    上傳時間: 2014-08-26

    上傳用戶:linlin

主站蜘蛛池模板: 祁阳县| 长子县| 临江市| 灵台县| 宜兴市| 吕梁市| SHOW| 浙江省| 伊金霍洛旗| 瑞安市| 疏勒县| 马鞍山市| 大城县| 东兰县| 永宁县| 丹东市| 金溪县| 阜南县| 潜江市| 瑞金市| 那曲县| 桑植县| 高要市| 辽中县| 新竹市| 武山县| 英吉沙县| 米脂县| 临邑县| 本溪市| 益阳市| 巴南区| 江西省| 南召县| 鲁甸县| 东阳市| 康保县| 望都县| 东乌珠穆沁旗| 九龙坡区| 新蔡县|