-
canny算子 图像边缘检测
canny算子 图像边缘检测-canny edge detection operator
- 2022-04-18 17:21:06下载
- 积分:1
-
查找第k小元素算法的实现,很实用的一个算法程序,欢迎大家下载...
查找第k小元素算法的实现,很实用的一个算法程序,欢迎大家下载-Small element of the first k search algorithm, an algorithm is practical procedures, welcomed everyone to download
- 2023-03-07 19:45:03下载
- 积分:1
-
Have you ever wanted to copy a file from your Desktop Computer to your handheld...
Have you ever wanted to copy a file from your Desktop Computer to your handheld Pocket PC? This included any Windows CE version too? Well if so, I will present an easy way to do it here: It s called the Remote Application Programming Interface, or, RAPI in this article. It is touched on in the MSDN but not really explained very well.
- 2022-05-08 05:38:52下载
- 积分:1
-
大地电磁二维正演有限元程序,可以模拟任意地形
大地电磁二维正演有限元程序,可以模拟任意地形,可使用初学者学校,并以此作为基础,,使用matlab语言来编写,打发打发大幅度 发送方式
- 2022-05-12 14:26:00下载
- 积分:1
-
用API编的的小程序,移动鼠标Hello Vc会随之飘动
用API编的的小程序,移动鼠标Hello Vc会随之飘动-Using API series of small programs, mobile mouse Hello Vc will follow wafted
- 2023-04-06 08:50:04下载
- 积分:1
-
第一次 ClickBot
Hi, 这是我第一次 程序, 可点击 bot只是 三个按钮 to 使用: 学习 naklikáte 小小 鼠标, 你做完了 和运行 它们的使用 naučiného 单击, 希望你 将喜欢 此
- 2022-02-16 07:37:07下载
- 积分:1
-
监视目录下的文件变化:增加,删除,改名
监视目录下的文件变化:增加,删除,改名-surveillance files in the directory changes : add, delete, rename
- 2022-02-03 03:06:42下载
- 积分:1
-
Course design of a freshman,developed by VB,can run properly.
大一新生的课程设计~VB制作~完全按照规定制作可运行没有任何问题-Course design of a freshman,developed by VB,can run properly.
- 2023-02-28 13:45:02下载
- 积分:1
-
first part of the init () method to load the game all the necessary resources, i...
? 部分内容
首先我们在init()方法中加载所有游戏必要的资源,包括声音,鼠标事件的监听、背景等相关设置。利用addBomb()方法增加bomb的数量、初始位置及初始化颜色。再利用start()启动线程。线程调用run()方法,处理炸弹下降运动down()。Repaint()会在每一个单位时间调用paint()方法不断的刷新屏幕,paint()调用Bomb.addBomb()绘制炸弹。当游戏者按下鼠标,mousePress()事件激活,判断是否点中了炸弹。如果点中addScore()自动加1分。如果没有点中炸弹,炸弹继续下降,当撞到屏幕wasHitEarth()方法激活,其内调用death()方法,减少Denfenser.life生命点,同时audio.play()处理声音的播放,用以提示游戏者。当你的生命点数小于0时”Game Over”。-first part of the init () method to load the game all the necessary resources, including the voices of the mouse wiretapping, and other relevant background set. Use addBomb () method to increase the number of bomb, the initial location and initialization color. Reuse start () activated threads. Call threads run () method to deal with bomb dropped down Movement (). Hamas () in a unit time per call to paint () method is constantly refresh the screen, paint () call Bomb.addBomb () to draw bomb. When pressed mouse game, mousePress () activation of the incident to determine whether the point of the bomb. If the
- 2022-05-20 07:56:26下载
- 积分:1
-
遗传算法求解装箱问题
本文将展示混合分组遗传算法(HGGA)为解决分组问题,如使用GALEX库装箱提出Falkenauer的实现。
装箱问题属于类NP难问题,像在以前的文章中讨论的其他人。的任务是包的一组不同尺寸的物品的入固定大小的方式使得最小数量的箱是用来回收箱。根据要求,装箱可以是单维(1D)或多维(2D,3D...)遗传算法在这篇文章中描述是专为解决一维装箱问题。
- 2022-02-05 10:19:30下载
- 积分:1