-
iosshejiao
说明: A jquery. mobile website demo with IOS style realizes image and text mixing similar to QQ space, and the login and registration interface is also very good. The drop-down refresh effect of jquery. mobile version is also very smooth.
- 2020-06-15 22:45:01下载
- 积分:1
-
建立二叉树两个结点的最近共同祖先结点
利用栈建立一个二叉树,然后用递归实现二叉树两个结点的最近公共祖先结点。
- 2023-08-26 13:05:03下载
- 积分:1
-
piweurrrrq i o fhsadhfka fd dskajc zxkjcnkjsahc
piweurrrrq i o fhsadhfka fd dskajc zxkjcnkjsahc
- 2022-07-22 20:33:12下载
- 积分:1
-
java版验证码(数字字母大小写字体字号颜色均任意变化)
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.io.OutputStream;
import java.util.Random;
import javax.imageio.ImageIO;
public class VerifyCode {
private int w = 70;
private int h = 35;
private Random r = new Random();
// {"宋体", "华文楷体", "黑体", "华文新魏", "华文隶书", "微软雅黑", "楷体_GB2312"}
private String[] fontNames = {"宋体", "华文楷体", "黑体", "微软雅黑", "楷体_GB2312"};//可选字体
private String codes = "23456789abcdefghjkmnopqrstuvwxyzABCDEFGHJKMNPQRSTUVWXYZ";//可选字符
private Color bgColor = new Color(255, 255, 255);//背景颜色
private String text ;//验证码上的字符
//生成随机的颜色
private Color randomColor () {
int red = r.nextInt(150);
int green = r.nextInt(150);
int blue = r.nextInt(150);
return new Color(red, green, blue);
}
//生成随机的字体
private Font randomFont () {
int index = r.nextInt(fontNames.length);
Stri
- 2022-03-03 03:59:42下载
- 积分:1
-
AntColonyOptimization
This source code is about the ant colony optimization.How ants are getting food the nest to food source with shortest path route.
- 2014-10-17 14:05:57下载
- 积分:1
-
BP神经网络算法之JAVA实现
BP神经网络算法之JAVA实现。BP神经网络算法之JAVA实现
- 2022-02-04 07:14:03下载
- 积分:1
-
主要通过JAVA 来实现图象的处理,程序可靠
通过实现
主要通过JAVA 来实现图象的处理,程序可靠
通过实现-mainly through Java to realize image processing, through the realization of reliable procedures
- 2022-05-06 03:48:02下载
- 积分:1
-
利用JNI来调用Windows API,已经实现窗口类的一些方法。
开发环境VC6,Java 1.4及以上版本...
利用JNI来调用Windows API,已经实现窗口类的一些方法。
开发环境VC6,Java 1.4及以上版本
-Use JNI to call the Windows API, has achieved some of the ways the window class. Development environment: VC6, Java 1.4 and above
- 2022-02-04 11:55:57下载
- 积分:1
-
C4.5 算法 (c) 执行
45 用于生成指定数据集的决策树。它梅子的决策树和打印在指定的方式。用法: c45 [-输出 plain|html-重复次数] 选项-输出或-o 指定输出 manner.plain 输出通过的 default.html 产生的 html 输出文件必须放在一起从解压缩的作物目录。/lib/dTree.zip.Option-重复或-r 指定次数重复来准确地测量树的构建时间。例如: c45。/dataset/UCI/golfUsage cvcv 用于交叉验证 c45 决策树的分类性能。用法: cv [折] 选项折指定折交叉验证 (默认为 10) 的数。例如: 简历。/dataset/UCI/golf
- 2022-03-18 22:14:37下载
- 积分:1
-
androidGPS及WIFI基站定位坐标源码
资源描述android GPS及 WIFI 基站定位坐标,它是在开发一款基于android的服务推送软件的一个小测试模块,原理是应用程序可以实时的知道用户的位置信息,根据位置信息可为用户提供相应的服务推送 。
- 2023-08-31 13:15:04下载
- 积分:1