-
这个是用asp来实现个人注册表单,如果 有什么不对的地方还请各位专家指点!谢谢!...
这个是用asp来实现个人注册表单,如果 有什么不对的地方还请各位专家指点!谢谢!-this is asp to achieve personal registration form, if what is wrong places also asked the experts to guide! Thank you!
- 2023-07-03 20:30: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
-
自动聊天机器人
自动聊天机器人 -automatic chatting robot automatically chatting robot
- 2022-02-21 19:29:50下载
- 积分:1
-
删除数组相同元素,并用冒泡法进行排序,最后显示出来。
删除数组相同元素,并用冒泡法进行排序,最后显示出来。
- 2022-12-14 06:05:04下载
- 积分:1
-
基于matlab编程,仿真。matlab编程百例有助于熟悉matlab基本编程命令,最好成为编程高手。小数据量法求lyapunov指数源程序,可以减轻做混沌控制...
基于matlab编程,仿真。matlab编程百例有助于熟悉matlab基本编程命令,最好成为编程高手。小数据量法求lyapunov指数源程序,可以减轻做混沌控制与同步研究的编程苦恼。-Matlab-based programming, simulation. 100 cases of familiar programming matlab help matlab command of basic programming, preferably as a programming expert. Method of small amount of data source lyapunov index can be done to alleviate study of chaos control and synchronization of programming distress.
- 2022-09-04 00:00:03下载
- 积分:1
-
BMP与JPG图象转换
BMP与JPG图象转换
- 2023-05-03 04:30:03下载
- 积分:1
-
计算器程序
#include float add(float,float); float sub(float,float); float product(float,float); float divide(float,float); void main() 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-28 03:21:54下载
- 积分:1
-
这是DS12887的源程序
这是DS12887的源程序-This is the source of DS12887
- 2022-02-06 14:25:46下载
- 积分:1
-
MATLAB初学者
包好了一些用matlab做非线性规划的源程序
MATLAB初学者
包好了一些用matlab做非线性规划的源程序-MATLAB beginner beginner package MATLAB with matlab to do some good non-linear programming source code
- 2022-07-01 18:13:13下载
- 积分:1
-
制作网页特效的东东,对各位个人主页的站长一定有用的
制作网页特效的东东,对各位个人主页的站长一定有用的-production netnew saucepan, individual right to the head of Home certain useful
- 2022-06-18 00:54:57下载
- 积分:1