-
这是我们面向对象的老师给我们的上机实验的实验指导,大概有十多个是实验,几乎包括了该门课程所有的实验!
代码过程以及实验结果的截图都有
希望大家踊跃下载...
这是我们面向对象的老师给我们的上机实验的实验指导,大概有十多个是实验,几乎包括了该门课程所有的实验!
代码过程以及实验结果的截图都有
希望大家踊跃下载-This our object-oriented teachers for our plane to guide the experiment, probably more than 10 laboratory, includes almost all the courses of the experimental! Code process and the experimental results screenshots have hope you all to download!
- 2023-02-10 06:10:03下载
- 积分: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
-
Flash RPG游戏引擎
应用背景一个用于flash游戏开发的引擎,封装了地图和基本的遮挡等算法。添加了高效的路径搜索算法,整个引擎有着完整的程序架构,预留了大量接口,可以非常容易地进行扩展和提升,所有资源均通过动态加载,封装了资源加载和管理,封装了Socket有效地避免黏包关键技术flash没有相关的游戏引擎,开发起来很费劲,没有完整的架构,在开发大型项目上阻力大,flash自身存在诸多bug,对新手而言不利于学习,flash资源管理不方便很容易造成内存泄漏,目前对flash面向对象开发的程序并不多。使用该引擎能快速有效简单清晰地开发游戏
- 2023-02-22 15:50:04下载
- 积分:1
-
If you downloaded and installed on your system, you will be lot of fun
如果你下载并安装在你的系统上,你会很有趣
- 2023-07-11 00:40:07下载
- 积分:1
-
viewing game prompted viewing may select persons ease
猜数字游戏 根据提示猜数字,可以选者难易程度-viewing game prompted viewing may select persons ease
- 2022-10-18 17:40:03下载
- 积分:1
-
demo cs stuff, this is just some test code i ve been messing around with a while...
demo cs stuff, this is just some test code i ve been messing around with a while back, hopefully it can help others learn.
- 2022-01-25 21:47:51下载
- 积分:1
-
是一本关于sql2000 学习的好的丛书,它详细并且明了的介绍了数据库的使用和,安装,该书的基础知识讲解的十分详细,而且例子十分生动,是一本学习的好书。...
是一本关于sql2000 学习的好的丛书,它详细并且明了的介绍了数据库的使用和,安装,该书的基础知识讲解的十分详细,而且例子十分生动,是一本学习的好书。-Is a book about good books to learn sql2000, it detailed and clear introduction to the database to use and installation, the book explaining the basics of the very detailed and very vivid example is a good book to learn.
- 2022-01-24 16:39:13下载
- 积分:1
-
裸机的mini2440多功能播放器
基于min2440编写的多功能播放器,裸机代码,无操作系统,播放音乐、录音播放录音、图片特效、闹钟定时、电子琴等等。
- 2022-02-03 13:54:45下载
- 积分:1
-
TQ2440 测试程序,天嵌2440开发板的测试用源代码
TQ2440 测试程序,天嵌2440开发板的测试用源代码-TQ2440 test program
- 2022-08-26 06:42:10下载
- 积分:1
-
Consider the external magnetic field simulation using the ISING MODEL package fo...
考虑了外加磁场的ISING MODEL 模拟
要用fortran软件包打开-Consider the external magnetic field simulation using the ISING MODEL package fortran open
- 2022-01-22 03:45:07下载
- 积分:1