-
客户端的游戏棋中国
中国象棋(中国:象棋, p Xiàngqí),有时称为中国象棋,两名球员是 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-19 00:43:27下载
- 积分:1
-
J2ME郑州公交信息查询系统,实现了了单站查询、车次查询、站站查询、乘车方案(转乘)等基本功能!...
J2ME郑州公交信息查询系统,实现了了单站查询、车次查询、站站查询、乘车方案(转乘)等基本功能!-Zhengzhou J2ME bus information system, implementation of the single-station information, trips inquiries, inquiries station car programs (interchange) and other basic functions!
- 2022-03-04 07:19:56下载
- 积分:1
-
对页面文件很有用处,能提高很多的方法有很高的用处,很好用...
对页面文件很有用处,能提高很多的方法有很高的用处,很好用-On the paging file is very useful to a lot of ways to improve the usefulness of very high, very good use
- 2022-06-17 18:50:01下载
- 积分:1
-
java 为图片添加水印 示例
为图片添加水印 【核心代码】 /*** 添加水印* @param imagePath 图片绝对路径* @param watermarkPath 水印图片绝对路径* @param position 水印图片位置* @return 生成水印图片的绝对路径*/public static String addWatermark(String imagePath, String watermarkPath, String position) {logger.info("为图片({})在位置{}添加水印({})", imagePath, position, watermarkPath);if (StringUtils.isNotBlank(imagePath) && StringUtils.isNotBlank(watermarkPath)) {File image = new File(imagePath);File watermark = new File(watermarkPath);Position pos = getPostion(position);if (image.isFile() && image.exists() && watermark.isFile()) {try {BufferedImage bi = ImageIO.read(image);Builder builder = Thumbnails.of(imagePath);BufferedImage watermarkImg = ImageIO.read(watermark);File newWatermark = null;// 原图的宽或高是水印图片宽或高的2倍及以上,则直接打上水印原图;否则缩略水印图片,以原图宽或高的二分之一if (bi.getWidth() / watermarkImg.getWidth()
- 2017-10-13下载
- 积分:1
-
手机邮件 Manifest
手机邮件 Manifest-Version: 1.0 MicroEdition-Configuration: CLDC-1.0 MIDlet-Data-Size: 15000 MIDlet-Description: Warriors of the Lion MIDlet-Version: 1.0.0 MIDlet-Icon: /icon.png Created-By: 1.3.1_01 (Sun Microsystems Inc.) MIDlet-Vendor: www.elkware.com MicroEdition-Profile: MIDP-1.0 MIDlet-1: Warriors of the Lion, ,z MIDlet-Name: Warriors of the Lion MIDlet-Info-URL: www.elkware.com- Handset mail Manifest-Version: 1.0 MicroEdition-Configuration:
CLDC-1.0 MIDlet-Data-Size: 15,000 MIDlet-Description: Warriors of the
Lion MIDlet-Version: 1.0.0 MIDlet-Icon: /icon.png Created-By: 1.3.1_01
(Sun Microsystems Inc.) MIDlet-Vendor: Www.elkware.com
MicroEdition-Profile: MIDP-1.0 MIDlet-1: Warriors of the Lion, z
MIDlet-Name: Warriors of the Lion MIDlet-Info-URL:
Www.elkware.com
- 2022-07-05 08:03:04下载
- 积分:1
-
terrain collision detection methods, the development of J2ME mobile gaming routi...
地形碰撞检测方法,J2ME手机游戏开发例程之一,供初学者学习,含代码!-terrain collision detection methods, the development of J2ME mobile gaming routines, one for beginners to learn, with the code!
- 2022-03-10 12:13:24下载
- 积分:1
-
随机生成彩色小圆点,主要是在J2ME中熟悉TimerCanva的用法
随机生成彩色小圆点,主要是在J2ME中熟悉TimerCanva的用法-Small dots of color randomly generated, mainly in the J2ME in TimerCanva familiar with the usage of
- 2022-01-30 18:33:00下载
- 积分:1
-
黄金矿工的游戏,玩家控制矿工用钩子抓取金块得分。
黄金矿工的游戏,玩家控制矿工用钩子抓取金块得分。-Gold miner game, players control the gold miners crawling with hook points.
- 2022-01-23 10:11:08下载
- 积分:1
-
a mobile game design the source code, please head back as soon as possible, I ur...
手机游戏设计一书的源代码,请站长尽快回复,我急用贵网站上的代码!谢谢!-a mobile game design the source code, please head back as soon as possible, I urgently needs your website code! Thank you!
- 2022-01-25 17:50:52下载
- 积分:1
-
一款用j2me设计的游戏,开发平台是midp,Jbuilder,xp
一款用j2me设计的游戏,开发平台是midp,Jbuilder,xp-j2me game, flat is midp,Jbuilder,xp
- 2022-08-09 18:28:06下载
- 积分:1