-
一个经典的贪吃蛇游戏源码看看吧,相信你会有收获的
一个经典的贪吃蛇游戏源码看看吧,相信你会有收获的-A classic Snake game source code take a look at it, I believe you will harvest
- 2022-03-12 15:08:06下载
- 积分:1
-
简单的来电显示范例.rar
简单的来电显示范例.rar-CND simple example. Rar
- 2022-06-15 15:53:04下载
- 积分: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
-
J2ME API技术手册,里面还有wtk的使用细节描述呢!可是chm格式的,挺方便的...
J2ME API技术手册,里面还有wtk的使用细节描述呢!可是chm格式的,挺方便的-J2ME API technical manuals, there is also wtk detailed description of the use! But chm format, it"s really convenient
- 2022-01-26 04:05:10下载
- 积分:1
-
"j2me development Precision Solution" (ZHAN Jian Fei) CD
《j2me开发精解〉(詹健飞)CD-rom附带源码。用netbeans,打开项目,选择解压后的字文件夹即可。-"j2me development Precision Solution" (ZHAN Jian Fei) CD-rom fringe source. Use netbeans open, the unpacked choice of words may folder.
- 2022-03-11 09:58:38下载
- 积分:1
-
很好的一本J2ME书籍,很多IBM的员工都用此书来入门,可以说是经典中的经典,值得一看...
很好的一本J2ME书籍,很多IBM的员工都用此书来入门,可以说是经典中的经典,值得一看-Good a J2ME books, many IBM employees have used this book to entry can be said to be the classic of classics, and worth a visit
- 2022-04-30 22:27:32下载
- 积分:1
-
可以在cmwap上用socket的代码,cmwap是只能用http协议的,但这个可以帮你实现socket来连接....
可以在cmwap上用socket的代码,cmwap是只能用http协议的,但这个可以帮你实现socket来连接.-SMS can be used in the socket code, SMS is only used http protocol, but this can help you achieve socket to connect.
- 2022-06-30 23:31:15下载
- 积分:1
-
J2me横版动作游戏源代码,在手机上可以运行,如果电脑上安装有MIDP支持的话,也可以运行,附有源文件和资源文件。本游戏带格斗、奔跑、物体碰撞等游戏编程要点,可...
J2me横版动作游戏源代码,在手机上可以运行,如果电脑上安装有MIDP支持的话,也可以运行,附有源文件和资源文件。本游戏带格斗、奔跑、物体碰撞等游戏编程要点,可以作为一个学习资料。
-Wang J2me source code version of action games, mobile phones can run, if the computer is equipped with MIDP support, he can run with the source file and resource files. Fighting with the game, run, game programming, such as object collision points can be used as a learning materials.
- 2022-07-02 09:28:20下载
- 积分:1
-
优秀方便使用的J2ME HTTP包装类, LOG可以输出到RMS, 进行真机调试....
优秀方便使用的J2ME HTTP包装类, LOG可以输出到RMS, 进行真机调试.-outstanding ease of use J2ME HTTP packaging categories, LOG can export to the RMS, Debugging for real machine.
- 2022-12-23 21:05:03下载
- 积分:1
-
街头霸王的J2ME源代码,一个孩子我们都玩过的经典游戏,街…
街霸J2ME源代码,小时候大家都玩过的经典游戏,街头霸王-Street Fighter J2ME source code, a child we all played the classic game, Street Fighter !!!!!
- 2022-02-10 14:00:12下载
- 积分:1