-
VLCAPI-V0.0.0
vlc的中文API,将官方的API做了简单的翻译,其中有些不到位(VLC this is a VLC DOC)
- 2017-03-03 10:44:07下载
- 积分:1
-
对于java矩阵的应用
Matrix application for java
- 2022-01-26 08:32:32下载
- 积分:1
-
FileDialogText
说明: 该程序是一个文件对话框,可以作为java界面设计的参考(the program is a file dialog, java interface can be used as a reference design)
- 2006-04-02 15:51:02下载
- 积分:1
-
一个多线程、支持断点续传的java源码
一个多线程、支持断点续传的java源码-More than one thread in support of the java source HTTP
- 2022-07-20 19:42:44下载
- 积分:1
-
ChatRoomInEnglish
说明: java socket编程的英文文档介绍
- 2011-04-03 22:34:40下载
- 积分:1
-
ChooseLockPattern
If the user has a lock pattern set already, makes them confirm the existing one.
- 2013-12-13 14:58:52下载
- 积分:1
-
一个经典的短信开发示例_1
本文详细介绍了短信开发的原理和概念...
一个经典的短信开发示例_1
本文详细介绍了短信开发的原理和概念-a classic example of the development of SMS compression paper describes in detail the development of the SMS concept and principle
- 2022-03-26 03:18:37下载
- 积分:1
-
MicroTankMIDleter
新手简单模拟的J2ME坦克大战游戏的源代码,代码里有简单注释说明,很有利新手学习。(Novice a simple simulation J2ME Battle City game' s source code, code, there are simple and explanatory notes, it is beneficial to learn novice.)
- 2009-09-30 15:04:17下载
- 积分:1
-
MyWeatherActitity
根据中国天气网,查询城市天气。根据城市编号添加城市,也可根据城市名称查询城市编号(According to Chinese weather site, check the city weather. According to City Code to add the city, can also inquire about the city numbered according to city name)
- 2014-05-02 19:28:54下载
- 积分:1
-
对于九九乘法表的代码实现
如果要对九九乘法表进行代码实现,首先把九九乘法表中如“1*1=1”看做一个个整体,那么九九乘法表可看作一个直角三角形,可用两个for循环嵌套来实现我们需要的直角三角形,那么我们最后输出应为System.out.println(变量1+"*"+变量2+"="+(变量1*变量2)+" ");
- 2022-09-29 02:50:03下载
- 积分:1