联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Java编程(1723) 

[Java编程] YunpJavaScriptCourse

云加JavaScript课程,
Cloud Plus JavaScript course, (2023-03-04, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694001639674714.html

[Java编程] geektime-java-training-camp

极客时间Java进阶训练营学习笔记,
Geek Time Java Advanced Training Camp Learning Notes, (2021-01-31, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693624865423265.html

[Java编程] iCloudDo

南客先生Javaの学习 整理笔记 Backstage-end-learning-to-organize-notes,
Mr. Nanke learned to organize notes, (2021-11-19, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693623854983361.html

[Java编程] DES

DES的加解密,代码用于基础的加解密,有两种方法
DES encryption and decryption, code for basic encryption and decryption, there are two methods (2020-07-31, Java, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1596210909843189.html

[Java编程] 104src-娜娜修改版

冒險島 版本104 服務端源碼 娜娜修改版
Adventure Island version 104 server source code Nana modified version (2020-01-14, Java, 1011KB, 下载3次)

http://www.pudn.com/Download/item/id/1578976529801043.html

[Java编程] cwechat-master

阿斯卡斯达克斯萨拉开裆裤拉升阶段来看卢卡斯达克了教科书的啊
i have java student where how are you (2017-12-27, Java, 1602KB, 下载1次)

http://www.pudn.com/Download/item/id/1514368167539388.html

[Java编程] java1

java 俄罗斯方块源码,完成俄罗斯方块小游戏
tetris by java (2016-07-19, Java, 36KB, 下载2次)

http://www.pudn.com/Download/item/id/1468936142442611.html

[Java编程] tetris

俄罗斯方块,用java实现的俄罗斯方块游戏
Tetris with java achieve Tetris game (2015-05-08, Java, 9KB, 下载5次)

http://www.pudn.com/Download/item/id/1431098999428568.html

[Java编程] Snake1

基于Java的贪吃蛇,传智播客版本,个人修改。
This one is good for you to look at. (2014-06-25, Java, 225KB, 下载1次)

http://www.pudn.com/Download/item/id/2574762.html

[Java编程] JavaBayes-0.346.tar

Java的贝叶斯学习库 贝叶斯网络的推理 机器学习
java Bayesianlearning (2013-12-24, Java, 420KB, 下载6次)

http://www.pudn.com/Download/item/id/2434244.html

[Java编程] AddWatermarkToImage

给上传图片加个图片水印,文字水印的功能,把图片印刷到图片上 两个文件都必须同时存在
Upload pictures to add picture watermark, text watermark function, the image printing to the picture on the two documents have to be there at the same time (2013-09-02, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2345778.html

[Java编程] Tetris-game

俄罗斯方块 小游戏 用JAVA实现外罗斯方块的运行等.
Tetris game (2013-01-03, Java, 5KB, 下载1次)

http://www.pudn.com/Download/item/id/2104440.html

[Java编程] WebvtextWiki

利用java 进行维基百科的category返回 实现维基百科的选择性查找
Java Wikipedia category returns selectivity Find Wikipedia (2012-05-31, Java, 191KB, 下载8次)

http://www.pudn.com/Download/item/id/1896047.html

[Java编程] 01_JPA

学习JPA的视频,传智播客JPA详解_全面阐释和精彩总结JPA
video for study JPA (2012-01-10, Java, 11012KB, 下载2次)

http://www.pudn.com/Download/item/id/1754408.html

[Java编程] TetrisGame

俄罗斯方块的JAVA实现,实现了俄罗斯基本功能
The realization of the JAVA Tetris (2009-05-01, Java, 37KB, 下载2次)

http://www.pudn.com/Download/item/id/739549.html

[Java编程] CreateImage

java图片加水印生成~自己写的~学习为主
java image plus watermark generated ~ ~ wrote it myself to learn the main (2009-02-09, Java, 1KB, 下载13次)

http://www.pudn.com/Download/item/id/640774.html

[Java编程] javascript

俄罗斯方块,纯用javascript写的,做得很精致
Russian box, written in pure javascript to use, very fine (2007-12-13, JavaScript, 4KB, 下载139次)

http://www.pudn.com/Download/item/id/374839.html

[Java编程] EchoServerThread

一个java多线程处理的关于简单局域网对话的服我器程序
a java multithreaded processing on the dialogue simple LAN service program, I (2007-01-12, Java, 3KB, 下载9次)

http://www.pudn.com/Download/item/id/241785.html

[Java编程] SimpleMultiChat

在一個多人連線伺服器中,我們要有一個伺服端執行緒負責傾聽是否有客戶端連線,如果有客戶端連線,就指派一個客戶端執行緒專門應付這個客戶端連線,並在客戶端佇列中記錄它,然後進入下一個傾聽。 一個客戶端執行緒的工作,就是讀取客戶連線端的使用者輸入訊息,它不負責回應訊息,而是將讀到的訊息加入訊息佇列中,此外在我們的範例中,客戶端執行緒也負責自己的連線狀態,如果使用者中斷連線,客戶端執行緒會負責將自己從客戶端佇列中清除。 廣播執行緒負責取出訊息佇列中的訊息,然後將之一一傳送訊息給客戶端佇列中尚存在的客戶端執行緒。
people in a line server, we have a servo- threads for listening to the client whether there are connections, if a client connections, assigned to a client threads devoted to cope with the client connections, and client sequences recorded it, and then listen to the next one. A client threads job is to read customer-line message to the user input, it is not responsible for responding to the message, but the message will be read by adding message stand out, in addition to our example, the client threads are responsible for their own connected, if the user interruption link, passenger households- threads will be responsible for their own from client sequences removed. Ogata responsible for the implementation of broadcasting the message out sequences of messages, and then one of a relay messa (2006-04-10, Java, 21KB, 下载147次)

http://www.pudn.com/Download/item/id/169172.html

[Java编程] 俄罗斯方块(java)

俄罗斯方块!~用java编写的!适合大程序
Tetris! Java was used to prepare! Procedures for Large! ! (2005-01-06, Java, 39KB, 下载10次)

http://www.pudn.com/Download/item/id/1104998703827687.html
总计:1723