-
of the book is to make the C
这本书的目的是让C蛇贪吃
- 2022-02-01 21:45:39下载
- 积分:1
-
a classic example of C language learning how to use pay you some passwords
一个经典的C语言学习例子 交你如何使用一些口令-a classic example of C language learning how to use pay you some passwords
- 2022-05-20 08:22:05下载
- 积分: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
-
led显示屏该LED点阵显示模块采用AT89C52控制。可显示汉字、图形、动画及英文字符等;...
led显示屏该LED点阵显示模块采用AT89C52控制。可显示汉字、图形、动画及英文字符等;-f
- 2023-01-24 06:05:04下载
- 积分:1
-
VB 代码, 与FPGA通信的VB代码 通过了调试,正确
VB 代码, 与FPGA通信的VB代码 通过了调试,正确-VB code and FPGA communication through the VB code debugging, correctly
- 2022-12-20 20:40:03下载
- 积分:1
-
TU wrote in the notebook of their own written in the notebook he has written in...
恩自己写的记事本 自己写的记事本 -TU wrote in the notebook of their own written in the notebook he has written in the notebook of their own written in the notebook himself wrote the notebook write their own notebook written in the notebook himself wrote the notebook
- 2022-10-12 16:45:04下载
- 积分:1
-
俄罗斯方块,支持网络对战,vc平台开发的
俄罗斯方块,支持网络对战,vc平台开发的-Russian box, a support network war, the development of the platform vc
- 2022-02-16 06:50:04下载
- 积分:1
-
用teechart控件生成三维图像的一个恒流源的表面。
用teechart控件生成三维表面图像的vb源码。-with teechart Control Generation 3D images of the surface of a constant source.
- 2022-06-18 03:17:24下载
- 积分:1
-
Detailed description of how to achieve in the application RAS dial
详细说明了如何在应用程序中实现RAS拨号。VC++或eVC的开发环境
- 2022-12-22 05:55:03下载
- 积分:1
-
CC10开发源码,适合刚入门的朋友使用,很好很强大
CC10开发源码,适合刚入门的朋友使用,很好很强大-cc10 code
- 2022-01-26 07:50:59下载
- 积分:1