-
智能交通系统演示
智能交通管理系统,交通指示控制系统Delphi实例代码(Intelligent Transportation System Example Delphi Code)
- 2020-06-25 11:00:01下载
- 积分:1
-
CKplayer 支持HTML5移动设备的视频播放器 v6.4
ckplayer是一款在网页上播放视频的免费播放器,主要以adobe的flash CS5开发,支持html5视频播放,可以在Ipad,Iphone等IOS平台上播放视频,ckplayer是一个前台程序,不涉及asp,php,jsp,.net等服务器端代码,也不涉及到对服务器的操作(即不需要写入权限),所以不存在安全方面的问题。
使用注意:crossdomain.xml文件直接拷贝到网站根目录下,很重要,不然有时会导致有些浏览器不兼容。文件说明:
adjustment.fla 调整比例插件
mylogo.fla 官方的logo源文件
Preview.fla 视频预览源文件
related.fla 播放结束显示精彩视频的源文件
right.fla 右边开关灯的源文件
share.fla 分享源文件
- 2022-01-27 13:35:50下载
- 积分:1
-
KlwtCms
Simple code to make your website light and smooth. Total station DIV+CSS automatic pseudo static.Html end keywords automatic matching settings for comprehensive search engine optimization.
Picture batch upload, save one picture upload trouble.
Template Library: precise industry positioning, discover the value of brand design
- 2017-10-21 12:10:36下载
- 积分:1
-
Java/JSP万年历编写实例
Java万年历源码,
TextField tfYear = new TextField("2004", 5); //显示年份的文本域
Choice monthChoice = new Choice(); //月份选择下拉框
Button btUpdate = new Button("更新"); //更新按钮
GregorianCalendar calendar=new GregorianCalendar(); //日历对象
Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体
Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体
String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};
String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};
int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数
int searchMonth,searchYear; //查询的年份及月份
public void init(){
setBackground(Color.white); //设置背景颜色
searchMonth = calendar.get(Calendar.MONTH); //得到系统年份
searchYear = calendar.get(Calendar.YEAR); //得到系统月份
add(new Label(" 年:")); //增加组件到Applet
tfYear.setText(String.valueOf(searchYear)); //设置文本域文字
add(tfYear);
add(new Label(" 月:
- 2023-03-16 17:35:03下载
- 积分:1
-
HyperSpectralToolbox-master
this file is hyperspectral toolbox
- 2018-06-23 19:40:23下载
- 积分:1
-
pca
MATLAB例程,基于数据驱动的一种方法,主元分析(pca),并采用方差贡献率对超限数据进行故障辨识(MATLAB routine, a data-driven method, principal component analysis (pca), and the use of variance contribution rate for fault identification of excess data)
- 2018-12-27 10:44:32下载
- 积分:1
-
gan_v54
可以广泛的应用于数据预测及数据分析,空间目标识别,采用PM算法,应用小区域方差对比,程序简单。( Can be widely used in data analysis and forecast data, Space target recognition algorithm using PM, Application of small area variance comparison, simple procedures.)
- 2017-03-22 17:36:20下载
- 积分:1
-
ed136f32205b1186370216cfed877a94
说明: 密度聚类数据集,很多的,有做实验的研究生做聚类的赶紧来下载哦(Density clustering dataset)
- 2021-04-16 11:10:53下载
- 积分:1
-
该软件实现键盘锁定功能,当你暂时离开不想关机,但又不想让别人动你的电脑的时候可以试着用该软件...
该软件实现键盘锁定功能,当你暂时离开不想关机,但又不想让别人动你的电脑的时候可以试着用该软件-The software realize the keyboard lock feature, when you do not want to leave the country temporarily shut down, but do not want others to move the computer when you try to use the software
- 2022-02-09 10:44:20下载
- 积分:1
-
IPv6环境下企业网的构筑及安全策略探讨_韩磊
IPv6 network construction
- 2020-06-20 21:40:02下载
- 积分:1