-
图像编码 如H263 264 AVS等编码都要用DCT变换,DCT变换IP核很有用...
图像编码 如H263 264 AVS等编码都要用DCT变换,DCT变换IP核很有用-Image coding, such as H263 264 AVS must be used, such as DCT transform coding, DCT transform IP core very useful
- 2022-09-20 09:55: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
-
这是一个光盘镜像,是关于嵌入式操作系统的经典书籍<<嵌入式实时操作系统uc os2>>的附带光盘,是北航出版社出版...
这是一个光盘镜像,是关于嵌入式操作系统的经典书籍的附带光盘,是北航出版社出版-This is a disk image is embedded operating system on the classic books
- 2022-02-02 15:38:28下载
- 积分:1
-
还是用分支限界法解N皇后问题,已成功运行过。
还是用分支限界法解N皇后问题,已成功运行过。-Using branch and bound Solving N Queens, which has been run successfully over
- 2022-03-01 06:29:07下载
- 积分:1
-
JILRuntime A general purpose, register based virtual machine (VM) that supports...
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects and functions can be written in virtual machine code, as well as in C or C++, or any other language that can interface to C object code. The VM is written for maximum performance and thus is probably not suitable for embedded systems where a small memory footprint is required. Possible uses of the VM are in game development, scientific research, or to provide a stand-alone, general purpose programming environment.
- 2022-07-13 14:23:15下载
- 积分:1
-
Fresnel带的验证程序,地震资料中用的,带为椭圆也能用
Fresnel带的验证程序,地震资料中用的,带为椭圆也能用-Fresnel zone validation process seismic data using the band also can be used for Elliptic
- 2022-01-26 06:52:19下载
- 积分:1
-
小游戏贪吃蛇的编程
小游戏贪吃蛇的编程-small game programming Snake
- 2022-10-14 21:05:03下载
- 积分:1
-
贪吃蛇游戏源程序,可在VC++中运行,欢迎使用
贪吃蛇游戏源程序,可在VC++中运行,欢迎使用-Snake game source, the VC operation, welcomed the use of
- 2023-04-05 07:15:03下载
- 积分:1
-
斗地主 斗地主 斗地主 斗地主 斗地主
斗地主 斗地主 斗地主 斗地主 斗地主 -doudizhu
- 2022-04-30 09:50:24下载
- 积分:1
-
足球机器人仿真组SimuroSot11vs11的源程序。
足球机器人仿真组SimuroSot11vs11的源程序。-Soccer Robot Simulation Group SimuroSot11vs11 of the source.
- 2022-10-03 10:20:04下载
- 积分:1