资源列表
Romberg
- Romberg算法运用C++程序的实现,只要修改被积函数,可以直接求积分-Romberg algorithm using C++ program implementation, as long as the changes have been integrated function, can be directly quadrature
generalTreeSearch~.lisp
- general tree search的lisp语言实现-general tree search
add_2x32_v1
- 2*32乘法器设计,只是部分Booth乘法器的设计,相关的后面部分将在需要时陆续上传。-design of an 2*32Multiplier
Analytic-hierarchy-process-AHP-
- 本代码是数学建模中常用的方法层次分析法的常用程序,对解决评价模型是十分重要的模型。-This code is commonly used mathematical modeling methods commonly used analytic hierarchy process, evaluation of the model is very important to solve the model.
A^B
- 该文件能计算a的b次方对9907取模的值-The file is able to calculate a b-th 9907 modulo value
Fourth
- 利用随机函数产生5道两位数的加法题,每答对一道得20分,答错不得分,最后判断用户的总得分并输出。 提示:产生两位随机数用以下办法 int x=(int)(10+Math.random()*90) -The random function of five double-digit addition problems, and for each correct answer a 20 points, got it wrong not scoring, the final judgmen
MT-simulation
- 基于舍选法的蒙特卡洛抽样模拟超标准洪水,只要输入站点的平均流量,Cv和Cs即可进行重复抽样。-Rejection method based on Monte Carlo simulation of super-sampling standard flood, just enter the site s average flow, Cv and Cs can be repeated sampling.
MyShuffleTest
- Suppose we start with N=3 and run the shuffling test four times, resulting in the arrays: [2, 0, 1] [2, 1, 0] [2, 0, 1 ] (This not very likely, but i s possible) Then the resulting count array would be: 0: 0 3 1 1: 0 1 3
DIEDAI
- 数值分析,Matlab的一个方程的迭代解法,很有用的-Numerical analysis, iterative solution of an equation of Matlab, very useful
IncreasingSubstring
- 实现在一串数字字符中找出最大递增子串的算法-Implementation in increasing to find the largest substring in a string of numeric characters of the algorithm
source
- generate 2 source that they are correlated and markov .
cnmm
- 前缀码:任何一个字符的编码都不是同一字符集中另一个字符的编码的前缀。 请编写一个程序,判断输入的n个由1和0组成的编码是否为前缀码。如果这n个编码是前缀码,则输出 YES”;否则输出第一个与前面编码发生矛盾的编码。-Prefix: Any character encoding is not the same character set encoding another character prefix. Write a program, n one by the ones and ze
