-
Java TTS语音技术
TTS、pinying4J、jmf语音,实现中文汉字转拼音以及汉字之间通过TTS技术直接播放声音。 jmf文字生成语音文件技术。
- 2022-01-26 02:47:05下载
- 积分: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
-
闰年检查器在JavaScript
应用背景一个爪哇脚本代码,如果它是一个跳跃的一年,或者没有,非常有用的教育用途关键技术可以是非常有用的教学和学习的脚本和;
- 2023-07-15 07:55:02下载
- 积分:1
-
TF IDF java代码
计算机哥斯拉
- 2022-02-02 04:02:34下载
- 积分:1
-
import java.net.*; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.I
import java.net.*;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
public class NetTool {
InetAddress myIPaddress = null;
InetAddress myServer = null;
public static void main(String args[]) throws Exception{
NetTool mytool;
mytool = new NetTool();
System.out.println("Your host IP is: " +
mytool.getMyIP());
System.out.println("The Server IP is :"
+ mytool.getServerIP());
System.out.println("Your Mac Address is: " +
mytool.getMACAddress());
}
//取得
- 2022-04-14 11:19:19下载
- 积分:1
-
metode numerik metode 表
/** 更改此模板,选择工具 |模板* 并在编辑器中打开该模板。*/pertemuan pertama包表 ;/**** @author lenovob490*/公共类表 {int a;int b ;int; nn = pembagianfungsi x公共双 Fx (双 x) {返回 x * Math.exp(-x) + 1 ;}h untuk intervalnya公共双 h () {返回 (双线) (b) / n ;}公共 void cariAkar() {双 x ;双富驿时尚 ;双卡尔 = 0 ;双溪 [] = 新双 [n + 1] ;双新华富时 [] = 新双 [n + 1] ;untuk menghitungx sama fx nya为 (int 我 = 0 ; 我 < = n; i + +) {x = (我 * h()) + a;fx = Fx(x) ;西 [i] = x ;新华富时 [i] = 外汇 ;System.out.println (x +"t"+ fx) ;}untuk mencari akarnya为 (int 我 = 0 ; 我 < n; i + +) {如果 (新华富时 [i] * 新华富时 [i + 1] < 0) {如果 (新华富时 [i] < 新华富时 [i + 1]) {卡尔 = xi [i] ;} {别的卡尔 = xi [i + 1] ;}}}Syst
- 2022-12-15 13:40:02下载
- 积分:1
-
安卓加速度传感器数据获取代码
加速度传感器的使用方法 1.加速度的计算方法2.手机三维坐标系统3.获取手机加速度的值 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-29 01:06:15下载
- 积分:1
-
book borrowing system
该系统将获得借款人的记录,并保存所有使用雅士伯报告它也有过滤器交易卡车
- 2022-05-09 06:49:30下载
- 积分:1
-
Java邮件收发客户端
用java开发的一个邮件收发客户端源码,包含可视化界面硕士生,邮件接收、发送、认证等功能,可以作为java mail参考
- 2022-02-20 08:17:42下载
- 积分:1
-
news android app
新闻app,模仿与网易新闻app,android客户端可以发布新闻、评论、从web端获取新闻数据;这是个学习android和网络通讯的入门代码;project包括数据库sql脚本、web projcet、android project;
- 2023-07-25 21:55:03下载
- 积分:1