资源列表
fft
- 离散傅立叶dft和快速傅立叶fft编码实现及绘图
FDTD_danxiangbo
- FDTD的单向波传播,充分说明了FDTD的编程原理-FDTD one-way wave propagation, fully illustrated the principles of programming FDTD
Transposedofamatrix
- It calculates the transposed of a matrix
1
- 通过命令提示行输入年份,并打印该年的日历,输入日期应大于0小于-Enter the year through the command prompt, and print the calendar year, enter the date should be greater than 0 and less than 9999
Merge-sort
- 一个归并排序函数代码,用归并的思想对某一数组进行排序,可以被直接调用来使用-A merge sort function code, by merging thought of a sort an array, can be called directly to use
2.cpp
- 二进制乘法(大数相乘),输入二进制数,输出为二进制数-Binary multiplication (large numbers multiplied by), the input binary number, the output is a binary
ddhuffman
- 对任意一组输入的字符串进行哈夫曼编码,然后解码-Huffman coding and decoding on a set of strings
laplace
- 用五点差分公式数值求解了一个laplace方程,改编后可以用于求解其他laplace方程-Five-point difference formula for numerical solution of a laplace equation can be used to solve other laplace equation adapted
Heap
- Heap Short in data structure
Regular_Expression_Matching
- 正则表达式的匹配,是leetcode中的算法题-Regular expression matching is the algorithm in question leetcode
generation--of-random-data
- 用于随机数的生成,满足某一给定分布函数p(x)- generation of random data
exp5-1
- 求解皇后问题:在n*n的方格棋盘上,放置n个皇后,要求每个皇后不同行、不同列、不同左右对角线。-Queens Problem Solving: n* n on the checkerboard, place n queens, queens different requirements of each row, different columns and different about the diagonal.