搜索资源列表
ch131415
- 用途比较广泛的常用算法程序集\\C语言\\第13,14,15章的代码-uses broad collection procedures commonly used algorithm \\ C \\ section of the code chapter 13, 14, 15
Project
- C 语言开发的日历(课程设计很不错的) Month:123/1 --- --- --- Sun Mon Tue Wed Thu Fri Sat 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
work
- MATLAB教程中提到的根据C-14计算化石生活年代的程序,放在MATLAB文件夹下的工作目录中,使用C14命令即可运行,根据教程要求写成然后换成中文提示方式,呵呵,方便处学者!
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
c_prog_case
- c programming design case. include 14 examples
NR_C301
- Numerical.Recipes-数值算法 最著名的常用数值算法程序集,C++及C形式的源代码 1 Preliminaries 2 Solution of Linear Algebraic Equations 3 Interpolation and Extrapolation 4 Integration of Functions 5 Evaluation of Functions 6 Special Functions 7 Random Number
NewtonRaphsonpowerflowcalculationCprogram
- 一个非常好用的牛顿拉夫逊c语言程序,能很好的解决好14个节点的电力系统的潮流计算-A very nice Newton Raphson c language program
chaoliu
- 潮流计算程序C++的 5节点 14节点都有-Flow calculation program in C++ has 5 nodes 14 nodes
30062033130
- 潮流计算程序C++的 5节点 14节点都有-Flow calculation program in C++ has 5 nodes 14 nodes
gsl-1.14
- GNU的科学计算函数库,用于C或C++语言。该函数库可免费使用。-The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.
Mie-scattering
- We translated the Fortran code written by Tony Durkin at UT, Austin into ANSI C. Sept. 14, 1993. See main() for authors information. -Program written to calculate the scattering coefficient (mus) and scattering anisotropy (g) for wavelength reg
Newton
- C++编写的电力系统潮流计算程序,采用牛顿法,并考虑到节电优化编号,5,14,57,300节点验证正确-Power flow calculation program, C++ written using Newton' s method, taking into account the number to the power-saving optimization, 5,14,57,300 node authentication
CreateMagicMatrix
- 《洛书》增强版算法解密 包括偶数阶、双偶数阶、单偶数阶等各类魔方(幻方)的生成算法源码。 其中单偶数阶最难: 单偶数魔方,n为偶数,且不能被4整除(n=6,10,14,18,22……)(n=4k+2,k=1,2,3,4,5……)。这是奇数阶魔方,双偶数阶魔方,单偶数阶魔方三种魔方里面最复杂的魔方。 以n=10为例,这时k=2。 (1)把方阵从左到右,从上到下分成A,B,C,D四个象限,这样每个象限肯定是奇数阶,用罗伯法,依次在A,D,B,C象限按奇数阶魔方的
matlab-rotating-calculation
- EasySolve: 求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。 OrnoBasis: 根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。 RotaObj: 任意维度下(>=2)的点集的保形旋转(不变形的旋转,