资源列表
MergeSort
- Merge sort is an O(n log n) comparison-based sorting algorithm. 1. If the list is of length 0 or 1, then it is already sorted. Otherwise: 2. Divide the unsorted list into two sublists of about half the size. 3. Sort each sublist recursively
RandomizedQuicksort
- The steps are: 1. Pick an element, called a pivot, from the list. 2. Reorder the list so that all elements which are less than the pivot come before the pivot and so that all elements greater than the pivot come after it (equal values can go ei
List
- Implementeation of Insert, search, delete and search of a maximum in a list.
ALU
- Implementation of an ALU that supports sum/sub mul and div
Divisor
- Implementation of a divisor in VHDL supports error cases.-Implementation of a divisor in VHDL supports error cases.
diffusion
- 计算在外场下外力与与粒子流的扩散系数的变化关系-Under the external electric field calculation of external forces and with the changes in the relationship between the diffusion coefficient
c
- opencv sample for medicine image process, especially for image enhance and motion correction.
61549817spi_5463
- use this code for cs 5463 coding wil give u nice guidance
r2fft
- 实现浮点基于时间抽取的基2-FFT算法。其中有三个子函数,分别实现旋转因子的生成、位倒序和FFT运算。-Radix-2 FFT Algorithm Implementation <float>
2_L_C
- 矩阵LDLT分解与Cholesky分解,使用c语言编写-Matrix LDLT decomposition and Cholesky decomposition, using c language
3_TSS
- 追赶法 求解三对角方程组Tx=f的解,使用c编写的,很好理解-Catch-up Method tridiagonal equations Tx = f the solution, using c written a very good understanding of
yckzym
- 采用VC++编写,由一个客户端和一个服务端组成 -Using VC++ written by a client and a server-side component