-
ThinkPHP_3.2.1_20140214
实用性代码,可以在手机等移动设备上很好的使用,可操作性强。(Usefulness of the code can be very good for use on mobile phones and other mobile devices operable.)
- 2014-02-26 09:57:45下载
- 积分:1
-
使用java设计的一个分词系统
使用Swing技术设计界面,实现了一个中文的分词系统,里面包含ICTCLAS库,界面简单,包含输入和输出,结果准确
- 2022-03-13 14:08:56下载
- 积分:1
-
在面板中绘制2D图形,为不同的图形设置不同的颜色
在面板中绘制2D图形,为不同的图形设置不同的颜色-the panel drawing 2D graphics for the different graphic settings of different colors
- 2022-08-25 21:19:04下载
- 积分:1
-
android-BluetoothSPP
蓝牙串口程序,实现蓝牙模块与手机连接。。。(android bluetooth uart)
- 2014-11-28 20:07:27下载
- 积分:1
-
图书管理系统 booksystem
说明: 用户登录上后可以进行借书管理,当书籍数量不足时借书失败,当读者借书成功后系统会自动规定读者还书时间(After the user logs in, he can manage the borrowing of books. When the number of books is insufficient, he fails to borrow books. When the reader borrows books successfully, the system will automatically stipulate the time for the reader to return the books.)
- 2020-06-18 01:00:01下载
- 积分:1
-
android wifi接口java及调用例子
应用背景
根据网上收集的demo ,修改至项目中应用,不使用android 本身的wifi设置.....使用全屏应用内部各种wifi操作
.........亲测可行项目运行正常.............
关键技术
没有使用android 本身 的 wifi设置...使.用.全.屏.应.用.内.部.各.种.wifi.操作,是.根.据.网.上.收.集.的.demo ,修改.至商业.项目.中.应用,通过实机实际运行测试................
- 2023-05-31 11:10:03下载
- 积分:1
-
PipedWriter
Places information on a communications pipe. When two threads want to pass data back and forth, one creates a piped writer and the other creates a piped reader.
- 2014-02-18 14:05:14下载
- 积分:1
-
生成图片代码
public static void createImage() throws IOException{
int[] rgb = new int[3];
File file = new File("D:AliWorkbenchData img.jpg");
BufferedImage bi = null;
try {
bi = ImageIO.read(file);
} catch (Exception e) {
e.printStackTrace();
}
int width = bi.getWidth();
int height = bi.getHeight();
int minx = bi.getMinX();
int miny = bi.getMinY();
BufferedImage bii = new BufferedImage(wid
- 2022-01-31 08:03:13下载
- 积分:1
-
Android Audio recording
要在项目中启用ProGuard,请编辑项目.属性
- 2022-09-06 11:30:03下载
- 积分:1
-
点云数据中获取边缘数据
通过点云数据,获取边缘部分。比如制定一个高度,然后这个高度的所有数据都能获取的了。
- 2022-07-14 01:15:23下载
- 积分:1