-
plane
飞机主角在飞行中躲避并攻击前面接连不断的敌人(plane war)
- 2011-12-08 10:39:19下载
- 积分:1
-
仿微信头像上传
仿微信头像上传。
- 2015-02-12下载
- 积分:1
-
Spring MVC 实战代码
此代码,介绍了如果应用SPringMVC3.0的功能,以及简单的电子商务开发以及应用,主要讲解Spring3.0特性
- 2022-03-04 13:56:56下载
- 积分:1
-
shishan2
1.修改了下载页代码,会员下载不会出现问题。
2.修改删除软件页的代码,解决了删除软件时不能删除生成的html下载页的问题。
3.同样删除分类时,同时也删除了该分类中的软件的html页面。
4.系统设置中增加对首页广告的修改,无须修改原来的index_mb.asp,可进行在线管理。
5.界面进一步美化(1 modify the download page code, member download will not be a problem.
2 modify the code to remove the software page, to solve the problem of HTML download page can not be deleted when deleting the software.
3 also delete the classification, but also delete the HTML page of the classification of the software.
4 system settings to increase the home page ad modification, no need to modify the original index_mb.asp, can be online management.
5 to further beautify the interface)
- 2016-03-06 17:35:27下载
- 积分:1
-
COPD
Android平台的传感器实时数据的图形化展示,使用netty完成数据的高并发处理(Graphical display of real-time sensor data on Android platform and high concurrent processing of data using netty)
- 2020-06-19 11:00:02下载
- 积分:1
-
ActivityThread
这是一个简单的android程序,应用thread阻塞和inent实现简单的信息交换,适合初学者使用(This is a simple android, application thread blocking and inent simple exchange of information for beginners)
- 2013-10-07 20:58:46下载
- 积分:1
-
android SDK接口测试(脱离手机运行于JVM)
资源描述本工程主要是将android SDK接口测试脱离了android手机,直接运行于JVM之上(对手机硬件有依赖的除外)
- 2022-04-23 13:27:24下载
- 积分:1
-
公交车管理系统
这公交车管理系统包括总线的详细信息。它存储总线信息和员工信息。
本系统管理的公交车路线和预订的客户。它涉及管理财务状况和员工的薪资。 跟踪的出发和到达的公交车。 此系统还具有公共汽车保险详细信息
- 2022-03-28 18:42:35下载
- 积分:1
-
GeolocationService
Implements the Java side of GeolocationServiceAndroid.
- 2014-01-06 11:58:07下载
- 积分:1
-
openNLP自然语言处理
资源描述package com.opennlp.demo;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.StringReader;
import java.util.HashMap;
import opennlp.tools.chunker.ChunkerME;
import opennlp.tools.chunker.ChunkerModel;
import opennlp.tools.cmdline.PerformanceMonitor;
import opennlp.tools.cmdline.postag.POSModelLoader;
import opennlp.tools.postag.POSModel;
import opennlp.tools.postag.POSSample;
import opennlp.tools.postag.POSTaggerME;
import opennlp.tools.tokenize.WhitespaceTokenizer;
import opennlp.tools.util.InvalidFormatException;
import opennlp.tools.util.ObjectStream;
import opennlp.tools.util.PlainTextByLineStream;
public class test3 {
/**a Shallow Parser based on opennlp
* @author yangliu
* @blog http://blog.cs
- 2023-02-02 16:30:04下载
- 积分:1