-
自动隐藏导航菜单
说明: js鼠标滚动自动隐藏导航菜单是一款当页面向下滚动的时候可以帧动画隐藏,在向上滚动到一定距离时又会显示出来。(JS mouse scroll automatic hiding navigation menu is a page scroll down when the frame animation hiding, scroll up to a certain distance will be displayed.)
- 2019-04-02 18:15:02下载
- 积分:1
-
Visual C# 使用键盘控制窗体的移动
Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。
private void Form1_Load(object sender, EventArgs e)
{
Frm_Main form1 = new Frm_Main();//创建窗体对象
form1.KeyPreview = true;//设置窗体接收按键事件
}
private void Form1_KeyDown(object sender, KeyEventArgs e)
{
Point point = this.Location;//定义一个标识窗体的变量
switch (e.KeyData)//判断按键类型
{
case Keys.Up://当按键为上方向键时
point.Y -= 2;
break;
case Keys.Down://当按键为下方向键时
point.Y += 2;
break;
case Keys.Right://当按键为右方向键时
point.X += 2;
break;
case Keys.Left://当按键为左方向键时
point.X -= 2;
break;
case Keys.Escape://当按键为Esc键时
this.Close();//关闭本窗体
break;
default: break;
}
this.Location = point;
}
- 2022-03-13 23:48:13下载
- 积分:1
-
三款游戏
PYTHON入门游戏学习源码 贪吃蛇、大富翁、小人躲球,通过pygame模块编写,质量高可运行(PYTHON introductory game learning source code snake, billionaire, dodge ball, through the pyGame module, high quality and operational)
- 2019-05-08 21:48:20下载
- 积分:1
-
基于时间窗的电动车调度 VRPTW-master
基于时间窗的电动车调度,利用了遗传算法,启发式算法进行编程(Electric vehicle scheduling based on time window is programmed by using genetic algorithm and heuristic algorithm.)
- 2020-06-25 00:40:02下载
- 积分:1
-
Vkwymwwlb_V2013.1.0.0322_XiTongZhiJia
1、收费管理,可以对费用单据进行管理、支持批量录入数据、资源分摊处理等;
2、报表查询,支持对收款凭证管理、收费状况分析、费用通知单等报表查询;
3、资源设置,包括房产资源、客户资料、管理区设置;
4、租赁管理,包括房间租控图和房间状态图表;
5、还有社区管理、办公、系统管理。(1. Charge management, which can manage cost documents, support batch data entry, resource allocation processing, etc.
2. Statement inquiry, supporting the management of receipt vouchers, analysis of fee status, fee notice and other forms of inquiry;
3. Resource settings, including real estate resources, customer information and management area settings;
4. Rental management, including room rent control chart and room status chart;
5. Community management, office and system management.)
- 2020-06-18 15:40:02下载
- 积分:1
-
结构优化程序,罚函数法.可求解非线性规划问题.
结构优化程序,罚函数法.可求解非线性规划问题.-structural optimization procedure penalty function. Planning can solve nonlinear problems.
- 2022-05-17 09:54:34下载
- 积分:1
-
基于卡尔曼滤波的电池荷电状态估计
说明: 电池荷电状态检测算法的matlab仿真。(Matlab simulation of battery charging state detection algorithm.)
- 2019-06-18 23:45:57下载
- 积分:1
-
按照数据结构书编的程序,编译出来完事的,能运行的"逆置带头结点的动态单链表L"...
按照数据结构书编的程序,编译出来完事的,能运行的"逆置带头结点的动态单链表L"-book series of the process, get away from the compiler can run the "reverse home lead the dynamic node L-List"
- 2022-10-19 16:25:03下载
- 积分:1
-
diancichang
得来不易的电磁场的课件 电气工程必看的课件之一(Courseware is not easy to electromagnetic fields)
- 2009-03-29 17:12:12下载
- 积分:1
-
landprice
北京,土地价值, shp 文件. 可用于GIS进行区域分析研究(beijing, landprice, shapefile)
- 2020-06-17 11:20:02下载
- 积分:1