-
C++语言常用算法集
C++语言常用算法集-C++ language commonly used algorithm Set
- 2022-01-27 14:24:50下载
- 积分:1
-
一个关于BPSK误码率仿真的程序
一个关于BPSK误码率仿真的程序,内容只包括误码率仿真部分!-One on BPSK BER simulation procedures, including the signal generated by adding Gaussian white noise, and bit error rate!
- 2022-02-04 06:57:56下载
- 积分:1
-
j2me手机游戏代码
有素材图片和源代码
j2me手机游戏代码
有素材图片和源代码-j2me mobile game code has material pictures and source code
- 2022-06-30 01:30:04下载
- 积分:1
-
DOS命令 供学习用
删除那些n天前的文件
DOS命令 供学习用
删除那些n天前的文件-Learn to use DOS commands to remove those for n days before the documents
- 2022-12-19 04:00:03下载
- 积分:1
-
里面有二十多个C++ Builder编程实例,可以帮助初学者快速入门
里面有二十多个C++ Builder编程实例,可以帮助初学者快速入门-Inside there are more than 20 C++ Builder programming examples that can help beginners Quick Start
- 2022-03-17 13:56:51下载
- 积分:1
-
基于NIOS II的ISP1362和DM9000A工程
资源描述基于NIOS II SOPC的ISP1362和DM9000A工程。应用软件QUARTUS,IDE.
- 2022-03-01 10:28:35下载
- 积分: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
-
crossword puzzle games, I spent time at the university C do a small program avai...
字谜游戏,我在大学时候用C做的一个小程序,可供参考-crossword puzzle games, I spent time at the university C do a small program available!
- 2022-08-20 09:51:10下载
- 积分:1
-
基于labview的三态灯
基于labview的三态灯设计,此程序还加了右键菜单,并且可以用来作为监控画面的赋值控制按钮。三态灯用自定义VI制作的,如果需要修改的话,解压完进入3态灯的子程序里,直接进行修改就可以了
- 2022-05-21 21:51:42下载
- 积分:1
-
用c语言在visual C++环境下写的一个扫地雷的游戏
用c语言在visual C++环境下写的一个扫地雷的游戏-Using c language in visual C++ environment, written in a sweep of the game Ray
- 2023-02-22 23:15:04下载
- 积分:1