-
049060845jiemohu
解距离模糊的所有程序,中国余数定理,一维集,余查查表,多目标(Solve all procedures for distance blur, Chinese remainder theorem, one-dimensional set, residual table, multiple goals)
- 2021-01-07 12:38:52下载
- 积分:1
-
GA源代码
看到的比较详细的GA遗传算法源代码,功能应该比较全,大家可以下载试试(See the more detailed GA genetic algorithm source code, the function should be more complete, you can download and try.)
- 2020-06-16 02:20:06下载
- 积分:1
-
一个赛车游戏,路上有很多障碍,你的目的是在时间结束前到达终点。...
一个赛车游戏,路上有很多障碍,你的目的是在时间结束前到达终点。-A racing game, there are many obstacles on the road, your aim is to reach the finish line before the end of time.
- 2022-04-09 07:39:46下载
- 积分: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
-
语言程序设计课程设计,里面是几个源代码,1、贪吃蛇游戏 2、计算器 3、黑白棋游戏 4、迷宫问题
5、扫地雷游戏 6、速算24 7、课程成绩柱形图统计...
语言程序设计课程设计,里面是几个源代码,1、贪吃蛇游戏 2、计算器 3、黑白棋游戏 4、迷宫问题
5、扫地雷游戏 6、速算24 7、课程成绩柱形图统计
-language program design course, there are several source code, 1, a huge memory games two, three calculators, reversi four games, maze 5, mine sweeping games 6 and the speed count 24 7, curriculum achievements bar statistics
- 2022-03-11 20:47:32下载
- 积分:1
-
信息面板特效插件
说明: 一款非常实用的jQuery点击弹出侧边栏提示信息面板特效插件(A very practical jQuery click pop-up side bar prompt information panel special effect plug-in)
- 2019-01-17 16:05:21下载
- 积分:1
-
Labs_v1.1
中断例程 ,适合2019年电设,有备无患,单片机型号位 MSP4305529,可直接下载使用。(Interruption routine, suitable for 2019 electrical installations, ready for trouble, single-chip model bit MSP4305529, can be downloaded and used directly.)
- 2020-06-17 21:20:02下载
- 积分:1
-
d_safe_2.1.4.9
说明: Windowsxp底层代码开发,包含所有开发文档及底层架构(Development of Windows XP underlying code)
- 2020-06-20 19:20:02下载
- 积分:1
-
Russian box a game of arranging bricks by BCB
俄罗斯方块由BCB安排砖块的游戏
- 2023-05-12 14:05:03下载
- 积分:1
-
重载==运算的例子
重载==运算的例子-example ==
- 2022-03-15 08:50:05下载
- 积分:1