-
Vitamio-Demo2
多媒体播放器 使用vitamio制作的播放器 demo(vitamio demo)
- 2012-05-17 09:13:02下载
- 积分:1
-
灰度平局值值法
public static int GetMeanThreshold(int[] HistGram)
{
int Sum = 0, Amount = 0;
for (int Y = 0; Y < 256; Y++)
{
Amount += HistGram[Y];
Sum += Y * HistGram[Y];
}
return Sum / Amount;
}
讲述了十三中二值化算法的原理及实现方法
- 2022-01-26 00:40:11下载
- 积分:1
-
DrawArcTest
5.在面板中画圆弧的程序,帮助你画出你想要的圆弧。(5 arc in the panel painting program to help you draw your desired arc.)
- 2013-12-01 15:37:39下载
- 积分:1
-
ynoa
说明: 办公自动化(OA: OFFICE AUTOMATION)就是采用Internet/Intranet技术,基于工作流概念,使企业内部人员方便快捷地共享信息,高效协同工作;改变过去复杂、低效的手工办公方式。(Office Automation (OA: OFFICE AUTOMATION) is based on the Internet/Intranet technology. Based on the workflow concept, the internal staff can share information conveniently and quickly, and work together efficiently; changing the complex and inefficient manual office methods in the past.)
- 2020-06-16 14:20:02下载
- 积分:1
-
struts2.0 的配置文件,提供的为oa项目中的普通配置,供初学struts2.0的朋友参考用...
struts2.0 的配置文件,提供的为oa项目中的普通配置,供初学struts2.0的朋友参考用-struts2.0 configuration file, providing a project for the oa common configuration for the beginner struts2.0 friend of reference
- 2022-03-24 11:58:58下载
- 积分:1
-
ShiroDemo权限管理工具
ShiroDemo 对shiro的简单使用案例。shiro是权限管理工具。可以用多种方式控制权限管理,这里是对shiro的简单使用案例。
- 2022-04-17 01:52:32下载
- 积分:1
-
GoodInfoManage
JavaBean+Servlet+Jsp超市管理系统(JavaBean+ Servlet+ Jsp supermarket management system)
- 2011-08-01 11:32:54下载
- 积分:1
-
ExeclToTxt
说明: execl转txt 竖线分割 文件放置file目录下(EXECL to TXT vertical split)
- 2020-05-08 11:13:33下载
- 积分:1
-
shishan2
1.修改了下载页代码,会员下载不会出现问题。
2.修改删除软件页的代码,解决了删除软件时不能删除生成的html下载页的问题。
3.同样删除分类时,同时也删除了该分类中的软件的html页面。
4.系统设置中增加对首页广告的修改,无须修改原来的index_mb.asp,可进行在线管理。
5.界面进一步美化(1 modify the download page code, member download will not be a problem.
2 modify the code to remove the software page, to solve the problem of HTML download page can not be deleted when deleting the software.
3 also delete the classification, but also delete the HTML page of the classification of the software.
4 system settings to increase the home page ad modification, no need to modify the original index_mb.asp, can be online management.
5 to further beautify the interface)
- 2016-03-06 17:35:27下载
- 积分:1
-
学生信息管理系统
资源描述学生信息管理系统,能够实现增删改查等功能
- 2022-07-16 10:55:34下载
- 积分:1