-
小迷宫 用c语言实现 实现的原理很简单 大家自己看吧
小迷宫 用c语言实现 实现的原理很简单 大家自己看吧-small maze with C Language Implementation of the principle is very simple we all Look here
- 2022-01-24 15:23:56下载
- 积分:1
-
应用于自动化测试行业,对从事相同行业的人有极大的帮助。...
应用于自动化测试行业,对从事相同行业的人有极大的帮助。-Applied to automated testing industry, engaged in the same industry are of great help.
- 2022-08-05 21:31:37下载
- 积分: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
-
a simple stand
一个单机版的简单泡泡龙源码. 用VC开发,绝对经典.-a simple stand-alone version of the Instant source. VC development, absolute classic.
- 2022-02-10 16:16:28下载
- 积分:1
-
最大互信息量分割算法
最大互信息量分割算法 -Segmentation algorithm based on maximum mutual information
- 2022-04-07 22:33:24下载
- 积分:1
-
Flash版网页表单元素(文本框、单选框、滚动条等)
Flash版网页表单元素(文本框、单选框、滚动条等),内含源文件,还包括有日历,Select下拉框、浮动窗口、树形菜单等元素组件,已经做也了现成的,用起来十分方便,用于在Flash中实现上述元素的外观和功能。
- 2022-01-20 23:13:47下载
- 积分:1
-
这是一个VC版的电子便笺, 这是一个VC版的电子便笺
这是一个VC版的电子便笺, 这是一个VC版的电子便笺-This an electronic version of the VC memo, which is an electronic version of the VC memo, which is an electronic version of the VC memo
- 2022-05-16 10:14:55下载
- 积分:1
-
一个彩票统计源代码
一个彩票统计源代码--Code about lottery tickets statistics
- 2022-10-21 09:15:04下载
- 积分:1
-
Ellipse fitting to introduce the relevant mathematical calculations and methods,...
椭圆拟合的相关介绍与数学运算方法,包括说明文档及源码、和测试数据-elliptical fitting related presentations and mathematical methods, including documentation, and -Ellipse fitting to introduce the relevant mathematical calculations and methods, including documentation and source code, and test data-elliptical fitting related presentations and mathematical methods, including documentation, and
- 2022-03-30 12:58:00下载
- 积分:1
-
C# 回车键控制鼠标焦点
C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。
private void txtUserName_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
txtPWD.Focus();//切换鼠标焦点
}
private void txtPWD_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
btnOK.Focus();//切换鼠标焦点
}
- 2022-01-23 11:25:26下载
- 积分:1