-
Voucher and Token Purchase System
本文件描述了自动售货系统的规范。交换的信息(请求)
- 2022-07-22 11:32:07下载
- 积分:1
-
IPC
安卓系统中进程通信的例程,利用IPC机制进行服务端与客户端的进程通信(Andrews in the process of communication routines, the use of the IPC mechanism to carry out the process of communication services and the clients)
- 2012-07-12 15:45:36下载
- 积分:1
-
在 Android 中的自定义视图
在 android 中的自定义视图是非常有用的用于创建用户定义的布局......
此自定义布局可用于多个应用程序就是......
这里使用的技术是 java 是 android 需要 java
- 2022-05-15 08:49:00下载
- 积分:1
-
留言系统
简单的留言系统,基本上支持各种操作评估标准 权重 财务内部收益率 0.1112每平米项目投资 0.0993动态回收周期 0.1406每平米贷款额度 0.0977收购储备面积 0.1013每平米出让收入 0.1011拆迁赔偿人口 0.1029项目规划用途 0.1169敏感性分析
- 2022-04-21 08:58:54下载
- 积分:1
-
psopt-SourceCode
PSOpt is a program to demonstrate the optimization process of particle
swarm optimization. A two-dimensional objective function is visualized
by levels of grey: the lighter the color, the higher the function value.
The particles are shown as red circles, their trajectory as red lines.
The global memory (best point found up to now by the whole swarm) is shown
as a blue cross-hair, the local memory (best points found by each of the
particles) as small blue crosses. To run the program, first choose one of
the example functions, then create a particle swarm, and finally start the
optimization.
- 2015-03-23 14:06:17下载
- 积分:1
-
网络电视
应用背景
无标题文档
*{margin:0;padding:0;list-style:none;}
body {
background-color: #FFF;
background-image: url(bg.jpg);
background-repeat: repeat;
font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
}
.rwerw {
height: 600px;
width: 1100px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
background: #000;
background: rgba(0, 0, 0, 0.9);
padding: 10px;
border-radius: 8px;
-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
-moz-box-
- 2023-07-14 12:05:04下载
- 积分:1
-
抄袭检测算法和同义词的识别与筛选
应用背景这是一个程序来检测在印尼语词文本抄袭,尤其是PDF文件。在这个项目中,我使用Java作为编程语言,采用风选法来检测类似的词语,并使用滚动哈希算法计算哈希值。对于同义词,我使用同义词识别算法。它可以处理任何同义词,但不能处理相反的话;关键技术一个Java的Windows应用程序。 ;我使用db4o(数据库对象)来存储数据字典。我使用面向对象程序设计作为结构程序。为主要的算法,我用风选算法检测抄袭的字符串计算哈希值。每个字符串将被转换为哈希值,并且每个哈希值将被另一个哈希值检查。如果他们有相似的哈希值,和相似性值超过50%,那么它可以被称为抄袭
- 2022-01-25 17:08:34下载
- 积分:1
-
android-change-with-cPP
Android代码调用C++代码和C++代码调用Android代码 (Android code call C++ code and C++ code called Android code)
- 2011-11-08 15:01:13下载
- 积分:1
-
android GroupActivity TabActivity(选项卡实例源码下载)
android GroupActivity TabActivity(选项卡实例源码下载)
- 2014-05-30下载
- 积分:1
-
JDBC操作H2数据库
H2数据库提供了多种操作模式。其中内存模式速度很快,可以用于开发阶段测试,或者做Memche。H2的单文件数据库性能也不错。通过JDBC连接很简单。包中已含有驱动文件,加入到classpath即可。
- 2022-03-03 10:13:42下载
- 积分:1