master java threads
上傳時(shí)間: 2014-12-22
上傳用戶:水口鴻勝電器
華為人工智能汽車調(diào)度初賽,java版本!
標(biāo)簽: master-java CodeCraft 2019
上傳時(shí)間: 2019-06-23
上傳用戶:liuliu6
基于java平臺(tái)的一個(gè)桌面相冊,個(gè)人的電子相冊...用eclipse開發(fā)的,管理并用線程做了一個(gè)瀏覽界面,按鈕功能豐富...類似與三星的Digimax Master 可以查看相片的屬性: 包括相片文件信息和EXIF元數(shù)據(jù)信息~! 算是半分專業(yè)相冊吧
標(biāo)簽: eclipse Digimax Master java
上傳時(shí)間: 2014-01-21
上傳用戶:海陸空653
A Master – Slave Communication System Using Java Bluetooth
標(biāo)簽: Communication Bluetooth Master System
上傳時(shí)間: 2017-08-18
上傳用戶:sdq_123
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.
標(biāo)簽: programming essentials concurrent debugging
上傳時(shí)間: 2013-12-20
上傳用戶:fxf126@126.com
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).
標(biāo)簽: implementation oriented protocol realized
上傳時(shí)間: 2017-07-17
上傳用戶:LouieWu
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.
上傳時(shí)間: 2019-01-25
上傳用戶:dragon_longer
Effective+Java侯捷中文版
上傳時(shí)間: 2013-05-24
上傳用戶:eeworm
隨著網(wǎng)絡(luò)技術(shù)的發(fā)展,遠(yuǎn)程屏幕監(jiān)控越來越多地應(yīng)用在各種場合。雖然現(xiàn)在有很多遠(yuǎn)程屏幕監(jiān)控軟件,但使用Java 開發(fā)的在Linux下的屏幕監(jiān)控系統(tǒng)還很少。該文提出了在Linux 下基于Java 設(shè)計(jì)網(wǎng)絡(luò)實(shí)時(shí)
標(biāo)簽: Java 網(wǎng)絡(luò) 系統(tǒng)設(shè)計(jì) 遠(yuǎn)程監(jiān)控
上傳時(shí)間: 2013-04-24
上傳用戶:llandlu
使用Java語言有非常多的好處,如安全的對(duì)象引用、語言級(jí)支持多線程和跨平臺(tái)等特性。但是嵌入式系統(tǒng)中Java語言的應(yīng)用卻很少見,這是由于Java如下兩方面的不足: (1)Java虛擬機(jī)實(shí)現(xiàn)需要大量的硬件資源;(2)Java語言的運(yùn)行時(shí)間不可預(yù)測。 為此,本論文將實(shí)現(xiàn)一個(gè)能夠應(yīng)用在低端FPGA器件的實(shí)時(shí)Java虛擬機(jī)。論文的主要?jiǎng)?chuàng)新點(diǎn)如下: 1.使用基于堆棧的RISC模型處理器實(shí)現(xiàn)CISC模型的JVM; 2.處理器微指令無任何相關(guān)性; 3.所設(shè)計(jì)的JVM能使Java程序擁有足夠的底層訪問能力。 論文的主要內(nèi)容和工作如下: 1.制定基于堆棧的RISC結(jié)構(gòu)處理器各級(jí)結(jié)構(gòu)。 2.設(shè)計(jì)簡潔高效的處理器微指令,并且微指令能夠滿足字節(jié)碼的需要。 3.制定Java字節(jié)碼到處理器代碼的轉(zhuǎn)換關(guān)系和快速轉(zhuǎn)換結(jié)構(gòu)。 4.設(shè)計(jì)中使用高速緩存,提高運(yùn)行速度。 5.優(yōu)化堆棧的硬件結(jié)構(gòu),使得出棧入棧操作更加簡潔快速。 6.設(shè)計(jì)一系列的本地方法,使得Java程序能夠直接訪問底層資源。 7.將Java類庫使用本地方法實(shí)現(xiàn)。 8.自定義程序在內(nèi)存中的結(jié)構(gòu),并使用裝載工具實(shí)現(xiàn)。 9.制定處理外圍數(shù)據(jù)處理機(jī)制,如IO和內(nèi)存接口10.制定中斷處理方式,并且實(shí)現(xiàn)軟中斷的機(jī)制。
上傳時(shí)間: 2013-06-11
上傳用戶:417313137
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1