资源列表
num
- 大整数阶乘新思路,实现了大整数阶乘的程序
14stdt0
- 特殊函数T分布函数的计算,有兴趣的可以-Special function T distribution function calculation, there is interested can try
queen
- 八皇后问题的具体实现,用递归来寻找每个皇后的位置,有注释!-Concrete realization of the eight queens problem, using recursion to find the location of each of the Queen, there are comments!
TTIdis1
- TTI介质的波动方程的一个小程序对研究TTI介质的研究人员有一定的借鉴价值-weryhsrtghedrthw4th
Cpp2
- 一个按相应比高者优先调度算法实现进程调度的程序,当就绪进程数大于处理器个数时,就必须按某种策略决定那个进程优先占用处理器。本事淹没你在单处理器情况下的处理器调度,帮助学生加深了解处理器调度的工作-A person by the appropriate priority scheduling algorithm than the high process scheduling process, when in place when the process is larger than the nu
list
- 1、 合并两个链表 问题描述:设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。 -1, the merger of the two lists descr iption of the problem: Let A and B are two nodes with the first order circular
hashList
- 哈希列表, 哈希列表, 哈希列表,哈希列表!-Hash list, hash lists, hash lists, hash lists, hash lists, hash list!
Matrix_Mul_limited
- Cuda简单的矩阵乘法程序,用于cuda初学者参考用-Cuda simple matrix multiplication program for beginners reference cuda
AllDist
- Floyd算法,用于求最短路径,使用C++描述-Floyd Algorithm, Shortest path
mktest
- 气象检验突变点,很简单,包括气温,风速,等等。-it can be used in the test of abrupt point.
CPPStrassen_-matrix
- implementation of strassen matrix in C++. strassen algorithm is faster than standard matrix multiplication algorithm
UVaOJ-401(Palindromes)
- 判断输入字符串是否为镜像或回文串。 来源于UVaOJ - 401. 水题。-A regular palindrome is a string of numbers or letters that is the same forward as backward. For example, the string "ABCDEDCBA" is a palindrome because it is the same when the string is read from left to rig