搜索资源列表
vb_bezierfit
- 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve f
zuigansuanfa
- 用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closur
luostress
- 自己用Ansys命令编得求试验台架应力分析得一个例子-own use Ansys order of being Test Bench for stress analysis in a case
RANDOMS
- 随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
atan_base_on_CORDIC_arithmetic
- 用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。 -CORDIC algorithm with the two parameters arc tangent. And the accuracy of the CORDIC iteration number, the more the number of iter
Kruscal
- 另一种有效的Kruscal算法,可以算20个点的情形-another effective Kruscal algorithm, can count 20 points of the case
2_60
- 求两个字符串的大小和长度 大小写敏感,当长度和大小写或字符不一致时为不等。-for two strings on the size and length of the case-insensitive, when the length and case-insensitive or inconsistent for the characters ranging.
icrosoftWord
- 龙哥库塔方法,求解微分方程,具有二阶代数精度,在本例中的精度已经相当不错了。-Mangge Kutta method to solve differential equations, with second-order algebraic precision, in this case, the accuracy has been quite well.
doolittle-case
- 这是数值分析中doolittle算法的实现程序,用C语言完成。-This is the numerical analysis algorithm doolittle procedures, complete with C language.
11-1008
- 实现玛雅两种日历之间的转换,只要输入case数和一种日历,就可得出另一种日历表示。-achieve Mayan calendar between the two conversion, as long as the imported case of a calendar and a few could come up with a calendar said.
Moving-Least-Squares-Methods
- 移动最小二乘曲线拟合原理,论文中分析了一维和二维的例子,并且同最小二乘法进行比较。-Moving least squares curve fitting principle, the paper analyzes the one-dimensional and two-dimensional case, and compared with the least squares method.
siliver-coin
- 银币问题,属于算法设计与分析,语言c++在n个银币中有一个是不合格的,不合格的银币比合格银币要轻。 现用天平秤银币,找出不合格的银币,且在最坏情况下秤银币的次数最少。 -Silver question, are algorithm design and analysis, language c++ in n silver is in a failed, the failure of silver coins than qualified to be light. Balance scal
Artificial-earthquake-wave
- 人造地震波参考程序,根据吴育才《单层厂房震例及其应用》-Artificial seismic reference program, according to Wu Yucai "single-plant shock case and its Applications"
huiwen
- 所谓回文就是从左向右读和从右向左读是一样的字符串。现在我们对任一字符串进行插入操作,使得新的字符串为回文格式。要求对给定字符串进行插入操作最少的次数。如Ab3bd,至少通过两次插入操作可以得到回文 ("dAb3bAd" or "Adb3bdA"). 输入含有多个例子。每个例子两行,第一行为N,字符串长度,第二行为字符串。N<=1000。而字符串值含有26个大写字母和26个小写字母。输入以N=0为结束。 -The so-called palindrome is read fro
LCS
- 算法:(用c++编写)设计一个算法求出全部的LCS,分析最坏情况。用”会计方法”证明,利用b[i,j]来求所有LCS的算法(在VS2008平台上) -Algorithm: (written with c++) design an algorithm find all of the LCS, the worst-case analysis. With the " accounting method" to prove the use of b [i, j] to seek a
3d
- FDTD算法计算空间内电磁场分布,此例程为3D情形。-FDTD algorithm to calculate the spatial distribution of electromagnetic field, this routine for the 3D case.
Stepwise-regression
- 大坝安全监测逐步回归的经典案例,非常适合初学者进行程序调试,解决实际问题-Classic case of dam safety monitoring stepwise regression, very suitable for beginners program debugging, and solve practical problems
integratedgradient
- The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In h
Case-Highlights-MATLAB-program
- MATLAB案例程序集锦,有助于新手入门学习,起辅助作用-Case Highlights MATLAB programto help beginners learn, play a supporting role
OOP Slicing Case
- Slicing Case For OOP