-
src083
说明: 冒险岛国际服083 自汉化
个人汉化了字符可以 中文名字(Adventure Island International Service 083 self localization
Personal Chinese characters can be Chinese names)
- 2020-05-17 01:59:17下载
- 积分:1
-
《Java语言程序设计案例教程》的全部例子源代码。
《Java语言程序设计案例教程》的全部例子源代码。-" Java Programming Language Design Case Tutorial" in all the examples of source code.
- 2022-03-18 14:56:00下载
- 积分:1
-
android-introduction-book
Android最基本组成介绍,浅显易懂的教材。(This is an android introduction book,which is easy to understand and learn.)
- 2015-12-12 13:52:43下载
- 积分:1
-
mtj-0.9.11
说明: 另一个功能更强大的矩阵运算软件开源代码,非常的好用,还可以改(Another more powerful matrix calculation software open source code, very easy to use, but also can be changed)
- 2008-11-23 12:51:05下载
- 积分:1
-
用java写的一个小程序,模拟windows资源管理器,帮助初学者…
用Java写的模拟windows资源管理器的小程序,对初学者有帮助-Simulation using Java to write a small windows explorer program, help for beginners
- 2023-07-15 11:55:03下载
- 积分:1
-
stumanage
JAVA编写的一个信息管理系统。学生信息管理系统(JAVA prepared an information management system. Student Information Management System)
- 2007-12-03 22:04:59下载
- 积分:1
-
rc4
RC4 算法,使用JAVASCRIPT实现 (RC4 algorithm, the realization of the use of JAVASCRIPT)
- 2008-01-05 23:35:21下载
- 积分:1
-
教学质量评测系统,采用J2EE技术开发。附完整报告。
教学质量评测系统,采用J2EE技术开发。附完整报告。-The quality of teaching evaluation system. Full report attached
- 2022-01-24 09:49:31下载
- 积分:1
-
OpenCV的人脸检测–Java开发者
资源描述包com.shekhar.facedetection;并;进口org.opencv.core.core;进口org.opencv.core.mat;进口org.opencv.core.matofrect;进口org.opencv.core.point;进口org.opencv.core.rect;进口org.opencv.core.scalar;进口org.opencv.highgui.highgui;进口org.opencv.objdetect.cascadeclassifier;并;公共课facedetector {并;public static void main(String [] args){并;系统。LoadLibrary(核心。native_library_name);系统的输入(“ n跑步facedetector”);并;facedetector =新的级联分类器级联分类器(facedetector。类。getResource(“haarcascade_frontalface_alt。XML”)。getpath());Mat图像= highgui。imread(facedetector。类。getResource(“Shekhar .jpg”)。getpath());并;matofrect facedetections =新matofrect();facedetector detectmultiscale(图像,facedetections);并;系统的输入(字符串格式(“检测到%s的面孔”,facedetections。toarray()。长度));并;为(矩形:facedetections。toarray()){核心。矩形(图像,新的点(如果X,如果Y),新的点(如果X + Y + rect.width,矩形,矩形的高度),新的标量(255,0,0));}并;字符串的文件名=“PNG输出。”;系统的输入(字符串格式(写“%s”,文件名));highgui imwrite(文件名、图像);}}
- 2022-05-26 16:54:34下载
- 积分:1
-
Formula
第一届蓝桥杯JAVA组决赛题目。自定义公式识别算法,支持函数重载识别。主要应用栈结构实现。(user defined formula recognizing.)
- 2012-05-26 11:23:46下载
- 积分:1