-
tts中文朗读
TTS,java 语音 朗读,有源码和实例,可以直接运行看效果-TTS, java Speech
- 2022-03-20 00:07:55下载
- 积分:1
-
shiro与CAS结合demo客户端程序
使用shiro权限控制与cas客户端结合demo通过web.xml配置初始化cas客户端配置文件,使用shiro配置文件将shiro和cas完美结合到一起
- 2023-02-18 22:00:04下载
- 积分:1
-
GKL 颜色密度预测算法
在这个项目中,我们实施 GKL 算法是一种伟大的颜色密度预测算法。这种算法解决的主要问题是这里解释:你有一个向量 N 黑细胞与黑色 M 细胞。你想要做什么是你想要知道的黑细胞密度是否更多白细胞或 not.using GKL 算法最后更改,您的矢量入所有黑色或所有白色的载体。如果您的矢量最后是所有黑那么黑细胞密度较多,否则白色细胞密度是更多。
- 2022-03-22 13:01:39下载
- 积分:1
-
pangolin
全新的UI界面
* 全新的安全即时通讯技术支持与好友分享文字、图片、语音短信。在保证您方便快捷的通信的同时保障您的信息安全
* 全新的多人聊天功能,在聊天室中与您的好友分享图片和语音短信
* 支持voip语音实时电话
* 支持手写涂鸦消息
* 支持地理位置消息
* 电话记录拦截功能
* 短信拦截管理功能
* 独立安全的联系人管理功能
* 通过外部程序与您的密聊好友分享文件
* 支持在线加密备份
* 支持在线帮助
* 省流量(New UI interface
* new security instant messaging technical support with your friends to share text, pictures, voice messages. Convenient communication to protect the security of your information
* New multiplayer chat features, pictures and voice messages in a chat room to share with your friends
* supports voip voice real-time phone
* Support handwriting graffiti messages* support location message
* Phone records blocking features
* SMS block management capabilities
* independent safety contact management functions
* through an external program, talk with your close friends to share files
* Support for online encrypted backup
* Support for the flow of online help )
- 2012-07-24 10:33:22下载
- 积分:1
-
八数码
这是一种算法解决八数码游戏,使用深度优先搜索(回溯)和A *。本场比赛由上移动所有的方块,使他们订购。,使他们下令由组成。
- 2023-07-05 02:10:03下载
- 积分:1
-
SERVIDOR
Aplicacion cliente Servidor
- 2010-05-29 00:02:05下载
- 积分:1
-
测试完整的适合做单个学校同学录网站源码
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论 0 粉丝 0 发布 0 获赞 关注 查看主页 源码测试网站学校适合完整同学录单个 相关源码推荐 性能测试方案设计 0 0 暂无评分社团管理系统网站 0 0 暂无评分社团管理系统网站 0 0 暂无评分社团管理系统网站 0 0 暂无评分心里测试的小程序 0 0 暂无评分 介绍信息预览(0条)评论打分 QQ 微博 购买积分
QQ交谈
测试完整的适合做单个学校同学录网站源码
1
积分下载
评论打分 购买积分 发布代码 帮助中心 服务协议 隐私协议 广告联系QQ:3083263680 邮箱: support@codeforge.com
© 2011-2021 CodeForge Dev Team All rights reserved.
鲁ICP备19032418号-8
- 2022-06-30 20:52:29下载
- 积分:1
-
小游戏五子棋大战
class LNode{
private int row;
private int col;
private Color chessColor;
private LNode next;
public LNode(int row,int col,Color chessColor){
this.row=row;
this.col=col;
this.chessColor=chessColor;
}
public LNode(){
this.next=null;
}
public void setRow(int row){
this.row=row;
}
public int getRow(){
return this.row;
}
public void setCol(int col){
this.col=col;
}
public int getCol(){
return this.col;
}
public void setChessColor(Color chessColor){
this.chessColor=chessColor;
}
public Color getChessColor(){
return this.chessColor;
}
public void setNext(LNode next){
this.next=next;
}
public LNode getNext(){
return this.next;
}
}
class NullAndCount{
private int nullCount=0;
private int chessCount=0;
public void setNullCount(int nullCount){
this.nullCount=nullCount;
}
public int getNullCount(){
return this.nullCount;
}
public void setChessCoun
- 2022-05-08 02:47:07下载
- 积分:1
-
用java进行AE开发的鹰眼代码
所谓的鹰眼,就是一个缩略地图,上面有一个矩形框,矩形框区域就是当前显示的地图区域,拖动矩形框可以改变当前地图显示的位置,改变矩形框的大小,可以改变当前地图的显示区域大小,从起到导航的作用。鹰眼是地图浏览中常用的功能之一
- 2022-07-11 02:55:13下载
- 积分:1
-
simplecalculator
说明: 简单的计算器程序,对你学习android开发应该有点帮助(Simple calculator program, you learn a little android development should help)
- 2011-03-17 16:35:44下载
- 积分:1