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

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

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

  • 非常好的北大青鳥教材

    非常好的北大青鳥教材,這些可全是內部資料啊,希望能給朋友們幫助

    標簽: 教材

    上傳時間: 2015-12-27

    上傳用戶:jackgao

  • 適合初學者學習使用與學習的範例.包含範圍. 1.RPG行走模式 2.npc置放方法. 3.外部地圖的讀入方式.使用-字串-讀入. 4.物件化的邊界判斷! 5.超簡潔邊界與碰撞偵測 使物

    適合初學者學習使用與學習的範例.包含範圍. 1.RPG行走模式 2.npc置放方法. 3.外部地圖的讀入方式.使用-字串-讀入. 4.物件化的邊界判斷! 5.超簡潔邊界與碰撞偵測 使物件化產生的npc依然保有邊界判斷的能力而不是只仰賴主程式的碰撞偵測. 此亦為完整使用物件的概念.故易於學習. 使用game api支援! 故延伸性非常高~ 請使用sun J2ME Wireless Toolkit運行 (直接將本資料夾置入Wireless Toolkit裡的apps資料夾即可)

    標簽: RPG npc 模式 方式

    上傳時間: 2014-01-01

    上傳用戶:gengxiaochao

  • 使用Flash提供的Web Service的能力

    使用Flash提供的Web Service的能力,利用這個能力與SOAP Server連接並做資料的存取。而這篇文章將以一個極簡單的範例來說明如何透過Flash取得想要的資料。關於SOAP Server的製作請參考之前撰寫的"Pyhon的SOAP Library"這篇文章,這篇文章有教大家如何使用python這個程式語言實作一個RPC Server,提供其他程式作遠端呼叫。我提供RPC Server的製作,而我會使用python來架構RPC Server,使用python內建的函式庫來實作該Server。 需要工具; 1. Flash 8.0 2. Python 2.3 以上

    標簽: Service Flash Web

    上傳時間: 2014-01-25

    上傳用戶:cc1915

  • 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

  • MATLAB由于其強大的功能而被廣泛應用于很多工程技術領域

    MATLAB由于其強大的功能而被廣泛應用于很多工程技術領域,尤其在通信和信息處理領域更有其突出地位。眾所周知,在物理級的產品作出之前,先用MATLAB進行這種電子產品的輸入輸出以估計這種產品的性能好壞,從而可以看出什么地方需要從新設計,什么地方需要優化等來進一步提高系統的性能,因此,伴隨著現代通信系統與日俱增的復雜性,這種通信系統的仿真分析也變得尤其重要。本文介紹了利用MATLAB進行正交振幅調制與解調的仿真分析,仿真結果驗證了該方法的正確性和可行性。

    標簽: MATLAB 應用于 工程技術

    上傳時間: 2014-01-04

    上傳用戶:talenthn

  • jSP編寫的了BBS系統 架設方法 : 解壓縮dzbbs.zip後

    jSP編寫的了BBS系統 架設方法 : 解壓縮dzbbs.zip後,打開dzbbs/set.jsp,修改以下 try{ cn=DriverManager.getConnection("jdbc:mysql://localhost/mysql?useUnicode=true&characterEncoding=big5","root","pass") // mysql為資料庫名稱,root 為用戶帳號 , pass為用戶密碼 }catch(Exception e){ } String bbs_name="DzBBS" //論壇名稱 String temple="default" //風格模版 String adminpass="pass" //管理員密碼 設定好後運行http://user.net/dzbbs,然後再注冊成為會員即可,密碼需要和上面所設定的一樣 免費論壇空間推薦 MyJavaServer+db4free 完美組合 MyJavaServer是國外免費5mb空間 如何申請請看 http://blog.csdn.net/leafxx/archive/2006/10/02/1317960.aspx db4free是國外免費Mysql空間

    標簽: dzbbs jSP BBS zip

    上傳時間: 2013-12-10

    上傳用戶:yimoney

  • 發送RST包的程序

    發送RST包的程序,用于網絡上數據包的發送。從而實現網絡數據通信

    標簽: RST 發送 程序

    上傳時間: 2016-02-08

    上傳用戶:sqq

  • 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

  • AD7789 16Bit/24bit的ADC IC

    AD7789 16Bit/24bit的ADC IC,資料讀取源碼。

    標簽: 7789 Bit ADC bit

    上傳時間: 2014-08-10

    上傳用戶:star_in_rain

  • 可以根據某一固定IP來發現路由

    可以根據某一固定IP來發現路由,可以獲得路由的所有子網的信息,很強的一個源碼,可以下載下來

    標簽: 發現 路由

    上傳時間: 2013-12-30

    上傳用戶:王小奇

主站蜘蛛池模板: 寻甸| 五台县| 涿州市| 玛多县| 宜川县| 连州市| 商南县| 芜湖市| 衡山县| 漳平市| 长沙市| 金川县| 常德市| 福鼎市| 乌拉特后旗| 安塞县| 宜阳县| 吴江市| 庆云县| 封开县| 儋州市| 沁水县| 沐川县| 砚山县| 兴业县| 阳春市| 和林格尔县| 八宿县| 阿拉尔市| 乌审旗| 巧家县| 新巴尔虎右旗| 阿鲁科尔沁旗| 曲松县| 太谷县| 临夏县| 广灵县| 宜宾县| 宣城市| 隆尧县| 西宁市|