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

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

master-java

  • master java threads

    master java threads

    標簽: threads master java

    上傳時間: 2014-12-22

    上傳用戶:水口鴻勝電器

  • CodeCraft-2019-master-java

    華為人工智能汽車調度初賽,java版本!

    標簽: master-java CodeCraft 2019

    上傳時間: 2019-06-23

    上傳用戶:liuliu6

  • 基于java平臺的一個桌面相冊,個人的電子相冊...用eclipse開發的,管理并用線程做了一個瀏覽界面,按鈕功能豐富...類似與三星的Digimax Master 可以查看相片的屬性: 包括相片

    基于java平臺的一個桌面相冊,個人的電子相冊...用eclipse開發的,管理并用線程做了一個瀏覽界面,按鈕功能豐富...類似與三星的Digimax Master 可以查看相片的屬性: 包括相片文件信息和EXIF元數據信息~! 算是半分專業相冊吧

    標簽: eclipse Digimax Master java

    上傳時間: 2014-01-21

    上傳用戶:海陸空653

  • A Master – Slave Communication System Using Java Bluetooth

    A Master – Slave Communication System Using Java Bluetooth

    標簽: Communication Bluetooth Master System

    上傳時間: 2017-08-18

    上傳用戶:sdq_123

  • Master the essentials of concurrent programming,including testing and debugging This textbook exa

    Master the essentials of concurrent programming,including testing and debugging This textbook examines languages and libraries for multithreaded programming. Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem-solving skills. Moreover, the textbook sets itself apart from other comparable works by helping readers to become proficient in key testing and debugging techniques. Among the topics covered, readers are introduced to the relevant aspects of Java, the POSIX Pthreads library, and the Windows Win32 Applications Programming Interface.

    標簽: programming essentials concurrent debugging

    上傳時間: 2013-12-20

    上傳用戶:fxf126@126.com

  • jamod is an object oriented implementation of the Modbus protocol, realized 100 in Java. It allows

    jamod is an object oriented implementation of the Modbus protocol, realized 100 in Java. It allows to quickly realize master and slave applications in various transport flavors (IP and serial).

    標簽: implementation oriented protocol realized

    上傳時間: 2017-07-17

    上傳用戶:LouieWu

  • JAVA SMPP 源碼

    Introduction jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second. jSMPP is not a high-level library. People looking for a quick way to get started with SMPP may be better of using an abstraction layer such as the Apache Camel SMPP component: http://camel.apache.org/smpp.html Travis-CI status: History The project started on Google Code: http://code.google.com/p/jsmpp/ It was maintained by uudashr on Github until 2013. It is now a community project maintained at http://jsmpp.org Release procedure mvn deploy -DperformRelease=true -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -Dgpg.passphrase=<yourpassphrase> log in here: https://oss.sonatype.org click the 'Staging Repositories' link select the repository and click close select the repository and click release License Copyright (C) 2007-2013, Nuruddin Ashr uudashr@gmail.com Copyright (C) 2012-2013, Denis Kostousov denis.kostousov@gmail.com Copyright (C) 2014, Daniel Pocock http://danielpocock.com Copyright (C) 2016, Pim Moerenhout pim.moerenhout@gmail.com This project is licensed under the Apache Software License 2.0.

    標簽: JAVA SMPP 源碼

    上傳時間: 2019-01-25

    上傳用戶:dragon_longer

  • Effective+Java侯捷中文版

    Effective+Java侯捷中文版

    標簽: Effective Java

    上傳時間: 2013-05-24

    上傳用戶:eeworm

  • 基于Java的網絡實時遠程監控系統設計

    隨著網絡技術的發展,遠程屏幕監控越來越多地應用在各種場合。雖然現在有很多遠程屏幕監控軟件,但使用Java 開發的在Linux下的屏幕監控系統還很少。該文提出了在Linux 下基于Java 設計網絡實時

    標簽: Java 網絡 系統設計 遠程監控

    上傳時間: 2013-04-24

    上傳用戶:llandlu

  • 基于FPGA的Java虛擬機實現

    使用Java語言有非常多的好處,如安全的對象引用、語言級支持多線程和跨平臺等特性。但是嵌入式系統中Java語言的應用卻很少見,這是由于Java如下兩方面的不足: (1)Java虛擬機實現需要大量的硬件資源;(2)Java語言的運行時間不可預測。 為此,本論文將實現一個能夠應用在低端FPGA器件的實時Java虛擬機。論文的主要創新點如下: 1.使用基于堆棧的RISC模型處理器實現CISC模型的JVM; 2.處理器微指令無任何相關性; 3.所設計的JVM能使Java程序擁有足夠的底層訪問能力。 論文的主要內容和工作如下: 1.制定基于堆棧的RISC結構處理器各級結構。 2.設計簡潔高效的處理器微指令,并且微指令能夠滿足字節碼的需要。 3.制定Java字節碼到處理器代碼的轉換關系和快速轉換結構。 4.設計中使用高速緩存,提高運行速度。 5.優化堆棧的硬件結構,使得出棧入棧操作更加簡潔快速。 6.設計一系列的本地方法,使得Java程序能夠直接訪問底層資源。 7.將Java類庫使用本地方法實現。 8.自定義程序在內存中的結構,并使用裝載工具實現。 9.制定處理外圍數據處理機制,如IO和內存接口10.制定中斷處理方式,并且實現軟中斷的機制。

    標簽: FPGA Java 虛擬機

    上傳時間: 2013-06-11

    上傳用戶:417313137

主站蜘蛛池模板: 贡觉县| 汉阴县| 玉树县| 耿马| 同江市| 泾川县| 永顺县| 新乡县| 永宁县| 松滋市| 永兴县| 仁怀市| 西峡县| 克什克腾旗| 界首市| 绥棱县| 抚州市| 航空| 应城市| 桓仁| 顺义区| 阿荣旗| 营口市| 高台县| 贡山| 利辛县| 东安县| 金山区| 布尔津县| 新宁县| 郸城县| SHOW| 偏关县| 化隆| 伊金霍洛旗| 化德县| 保定市| 兴义市| 元阳县| 湾仔区| 秦皇岛市|