-
JSMPP Examples to send and receive sms from java via smpp protocol.
JSMPP Examples to send and receive sms from java via smpp protocol.
- 2022-04-15 17:46:44下载
- 积分:1
-
android打包jks相关
<html>
<head>
<title>QRCODE</title>
<style type="text/css"(<html>
<head>
<title>QRCODE</title>
<style type="text/css">
</html>)
- 2020-06-18 20:00:02下载
- 积分:1
-
抄袭检测算法和同义词的识别与筛选
应用背景这是一个程序来检测在印尼语词文本抄袭,尤其是PDF文件。在这个项目中,我使用Java作为编程语言,采用风选法来检测类似的词语,并使用滚动哈希算法计算哈希值。对于同义词,我使用同义词识别算法。它可以处理任何同义词,但不能处理相反的话;关键技术一个Java的Windows应用程序。 ;我使用db4o(数据库对象)来存储数据字典。我使用面向对象程序设计作为结构程序。为主要的算法,我用风选算法检测抄袭的字符串计算哈希值。每个字符串将被转换为哈希值,并且每个哈希值将被另一个哈希值检查。如果他们有相似的哈希值,和相似性值超过50%,那么它可以被称为抄袭
- 2022-01-25 17:08:34下载
- 积分:1
-
Student-attendance
学生出勤管理系统的开发与应用 有较详细的源代码 有需要的话可以参考(Student attendance management system development and application of more detailed source code if necessary can refer to)
- 2013-04-04 20:46:52下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
学生成绩管理与学生分析系统
当今时代是飞速发展的信息时代。在各行各业中离不开信息处理,这正是计算机被广泛应用于信息管理系统的环境。计算机的最大好处在于利用它能够进行信息管理。使用计算机进行信息控制,不仅提高了工作效率,而且大大的提高了其安全性。尤其对于复杂的信息管理,计算机能够充分发挥它的优越性。目前随着个大高校的扩招,在校学生数量庞大。拥有一款好的学习成绩管理系统软件,对于加强对在校生的成绩管理起到积极作用。并且,可以为在校生随时查阅自己的成绩信息、教师录入成绩、管理员进行信息维护等提供方便,为学校节省大量人力资源本系统就是为了管理好学生成绩信息而设计的。
- 2022-04-18 14:05:50下载
- 积分:1
-
J2EE 快速上手编程实力
jdbc, mysql, 分页,下拉框联动, CRUD, 树形控件快速上手编程实例
- 2022-12-29 11:00:04下载
- 积分:1
-
java源代码项目案例导航,看到学生的java源代码的发展。
Java项目案例导航源代码,想看java源代码的同学可以下载了,谢谢大家。-Java source code navigation project case, see the Student java source code can be downloaded, thank you everyone.
- 2022-11-22 16:35:04下载
- 积分:1
-
page
STRUT1.2的简单分页,提供大家简单的学习和应用(struts1.2 s ease page,please everyone can learning and application for use.)
- 2013-04-10 15:53:21下载
- 积分:1
-
Java code to achieve the LRU algorithm
Java代码实现操作系统课程的LRU算法-Java code to achieve the LRU algorithm
- 2023-04-04 17:10:03下载
- 积分:1