-
这是网页logo的制作程序,喜欢的朋友可以自己制作logo,不再需要找别人的了...
这是网页logo的制作程序,喜欢的朋友可以自己制作logo,不再需要找别人的了-This program can help you to make your own logo for your website. You do not need to "steal" others now. :-)
- 2022-10-10 03:35:03下载
- 积分:1
-
一个简单的计算器源代码,包含类文件
一个简单计算器源代码,包括class文件-A simple calculator source code, including class file
- 2022-03-31 01:50:52下载
- 积分:1
-
In this world I can only believe that the two people, one is I, and the other is...
这个世界上我只相信两个人,一个是我,另一个不是你-In this world I can only believe that the two people, one is I, and the other is not your
- 2022-02-16 06:52:40下载
- 积分:1
-
将USB端口设备虚拟为网卡设备的软件,还可以
将USB端口设备虚拟为网卡设备的软件,还可以-The USB port equipment for the virtual network adapter software, you can
- 2022-01-27 12:19:17下载
- 积分:1
-
DOS下利用VESA调用更改显示刷新频率
DOS下利用VESA调用更改显示刷新频率-DOS using VESA changes show called high frequency
- 2022-08-14 21:34:28下载
- 积分:1
-
有用的模块
有用的模块,vb、 asp、 php、 sql、 jquery
- 2022-06-29 03:51:53下载
- 积分: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
-
jh_cpu是CPU 12地址,8数据总线,并提供直接地址,间接地..
Jh_cpu is a cpu with 12 address,8 data bus, adn give direct address ,indirect address two addressin way.-This VHDl code can provide a total clear and detail process to create a
basic function risc cpu.
- 2022-03-14 07:02:52下载
- 积分:1
-
bp神经网络的C#编程
简单实用,方便利用,实现了BP神经网络在C#下的编程和学习,更加方便和利用。
- 2022-11-15 01:05:04下载
- 积分:1
-
This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of 1
This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of 1-dimensional sequences of length 2^N. This package contains C and Fortran FFT codes.
- 2022-02-21 21:56:57下载
- 积分:1