-
一篇对于催眠术的说明及其基本教程,详细阐述了相关概念和学习步骤!...
一篇对于催眠术的说明及其基本教程,详细阐述了相关概念和学习步骤!-For a description of hypnosis and its basic curriculum, elaborated on related concepts and learning the steps!
- 2022-01-28 01:13:35下载
- 积分:1
-
在线测试系统
新东方www.getjob.com.cn
在线考试系统 不错
在线测试系统
新东方www.getjob.com.cn
在线考试系统 不错-new online testing system Oriental www.getjob.com.cn online examination system is good
- 2022-08-09 10:07:46下载
- 积分:1
-
Atmel ATMEGA单片机bootloader。它作为一个STK500板可…
Bootloader for Atmel Atmega microcontroller. It act as a STK500 board and can be used from within avrstudio.
- 2023-03-20 15:15:04下载
- 积分:1
-
随机抽取
第一个编程题,首先会用到Timer对五个随机数转动的时间间隔进行控制。然后还要将事件与Enter键进行关联,程序实现了Enter键控制转动的开始和结束的功能。最后还要连接数据库,以便于根据选中的编号从数据库中调出对应的姓名并显示在界面上。第二个编程题中涉及的知识更全面一点,包括资源管理器浏览方式的实现、将Excel表格中的内容导入DataGridView控件中、找出符合题意的抽取方法、将DataGridView控件中的内容导出到Excel表格中并保存等等。但是最关键的还是简单、实用的抽取方法。
- 2022-01-28 13:38:38下载
- 积分:1
-
足球机器人比赛仿真平台中实现多个机器人追球的一个实际例子...
足球机器人比赛仿真平台中实现多个机器人追球的一个实际例子-robot soccer competition simulation platform to implement multiple robots to recover the ball a practical example
- 2023-08-08 13:45:03下载
- 积分:1
-
how to the clipboard
how to the clipboard
- 2022-05-26 19:36:35下载
- 积分:1
-
visualc++6.0开发,基于MFC的单机版俄罗斯方块游戏
visualc++6.0开发,基于MFC的单机版俄罗斯方块游戏-visualc++6.0 development, MFC-based stand-alone version of Tetris game
- 2022-12-22 00:45:02下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1
-
本人自己编写的俄罗斯方块 小游戏 为自己开发网络版作准备 用JAVA开发 但是界面不够美观...
本人自己编写的俄罗斯方块 小游戏 为自己开发网络版作准备 用JAVA开发 但是界面不够美观-I have written a small game Tetris for the development of online preparation for development using JAVA interface but not beautiful
- 2022-01-25 19:07:27下载
- 积分:1
-
USACO Section 2.1的全部AC的代码
OIer专用.
USACO Section 2.1的全部AC的代码
OIer专用.-USACO Section 2.1 all OIer dedicated AC code.
- 2022-08-24 22:07:37下载
- 积分:1