-
贪吃蛇,VC 6.0下实现。希望对大家有帮助,作为初学者可以看看,可以执行。...
贪吃蛇,VC 6.0下实现。希望对大家有帮助,作为初学者可以看看,可以执行。-Snake, VC 6.0 under. Would like to help everyone, as a beginner can look at, you can run.
- 2023-08-15 04:05: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
-
rundll32.dll很多人误删,在网上却很难找的小DLL,在XP中使用。
rundll32.dll很多人误删,在网上却很难找的小DLL,在XP中使用。-rundll32.dll many people mistakenly cut on the Internet is very difficult to find a small DLL, the use of XP.
- 2022-02-13 23:01:20下载
- 积分:1
-
航空订票系统
基于 web 的"航空公司预订系统"项目是试图刺激 航空订票系统的基本概念。客户要做的事情如在指定的日期,搜索航空公司航班为两个旅游城市系统,使选择的基础的详细信息、 航班预订和取消预订航班。
该系统允许航空公司乘客要搜索可用两个旅游城市,即"出发城市"和"到达城市"为具体的出发和到达日期之间的航班。系统不显示飞行的所有详细信息,如飞行的名称、 价格和工期的旅程等。
在搜索后系统显示的可用航班列表,并允许客户选择一个特别航班。然后,系统将检查在飞机上的座位的可用性。如果座椅在可用系统允许乘客预订一个座位。否则,它会要求用户选择另一次飞行。
预订飞行系统要求客户输入他详细信息,如名称、 地址、 城市、 州、 信用卡号码及联络电话号码。然后检查卡和飞行的书的有效性,并更新航空公司数据库和用户数据库。该系统还允许客户取消其预订,如果出现任何问题。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-16 02:31:05下载
- 积分:1
-
计算机网络课后习题答案.
但是不是十分完整.
希望对大家学习好网络有帮助.
谢希仁!...
计算机网络课后习题答案.
但是不是十分完整.
希望对大家学习好网络有帮助.
谢希仁!-after-school computer network Exercises answer. But not very complete. We hope to learn a good network helped. Xie Greek Hui!
- 2023-04-01 12:00:02下载
- 积分:1
-
SEGY read the original code, the program is an essential exploration software co...
segy读取原码,该程序是勘探软件必备的代码,有做石油方面项目的一定有用。-SEGY read the original code, the program is an essential exploration software code, so oil projects necessarily useful.
- 2022-03-18 14:43:13下载
- 积分:1
-
快速傅立叶变换计算多项式,strassen算法计算矩阵相乘,以及其和普通多项式、矩阵乘法的比较...
快速傅立叶变换计算多项式,strassen算法计算矩阵相乘,以及其和普通多项式、矩阵乘法的比较-Fast Fourier Transform calculation of polynomial, strassen matrix multiplication algorithm, and its and ordinary polynomials, matrix multiplication comparison
- 2022-04-19 01:10:11下载
- 积分:1
-
WINDML字库自动生成软件,可以自动生成WINDML下所需字库
WINDML字库自动生成软件,可以自动生成WINDML下所需字库-WindML font automatically generated software can automatically generate the required font WindML under
- 2022-03-17 02:11:51下载
- 积分:1
-
《C语言程序设计实训》源代码
《C语言程序设计实训》源代码-"C Programming Language Training" source code
- 2023-03-07 19:55:04下载
- 积分:1
-
去除块效应的图像后处理算法文章,用adobe reader打开,详述编码块效应的去除...
去除块效应的图像后处理算法文章,用adobe reader打开,详述编码块效应的去除-Removal of blocking the image post-processing algorithm article, using adobe reader to open, detailed coding block effect removal
- 2022-02-21 10:55:14下载
- 积分:1