搜索资源列表
2005102611013310480
- 最佳矩阵连乘 给定n个矩阵{A1,A2,…An},其中Ai与A i+1是可乘的,i=1,2…,n-1。考察这n个矩阵的连乘积A1A2…An。矩阵A和B可乘的条件是矩阵A的列数等于矩阵B的行数。若A是一个p×q矩阵,B是一个q×r矩阵,则其乘积C=AB是一个p×r矩阵,需要pqr次数乘。 由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。例如,设3个矩阵{A1,A2,A3}的维数分别为10×100,100×5,和5×50。若按加括号方式((A1A2)A3)计算,3个矩阵连乘积
server_code111
- this package contains JabberD 1.4.3, MUC 0.6.0 and JUD 0.50 for win32 with ssl setup preset, based on the jabberd.zip package from james white. it was tested with the jajc client from http://jajc.ksn.ru/ and the rhymbox client from http://www.r
FunctionOptimizer
- A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg-A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code pr esented by David E. Goldberg
迷宫求解的非递归算法
- #include #include #include #define N 20 int aa[N][N]; int yes=0; int x[100][2],n=0; void fun1(int (*aa)[N],int (*a)[N]); int fun(int (*a)[N],int i,int j); void begain(int (*t)[N]); void pr(int (*t)[N],int nn); void win(int (*t)[N]); void lose(); void
Finance.Using.C.and.C.Sharp
- Computational Finance Using C and C# 使用 C 和 C# 計算財務 -Computational Finance Using C and C# “Think of Baxter and Rennie, add the pricing models from Wilmott and, to illustrate each model, Levy’s own Numerical Recipes in C and C#. Levy’s boo
IPMessager_wpf
- 一个用WPF重写IPMessage的好例子-A rewrite IPMessage with good examples of WPF
chat-pr
- 一个简单的聊天工具,一个功能实用、简单。是初学者用C#编程时可以模仿的C#程序。-A simple chat tool, a functional and practical and simple. Beginners programming with C# C# program can imitate.
List
- 一个单链表,从任一给定的位置(pr, p)开始,将指针p右移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最右边的结点上 从任一给定的位置(pr, p)开始,将指针p左移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最左边的结点上。-A single list from any given location (pr, p) to start, move the pointer to the right p k nodes. Removed from the list if
ph-ma-pr
- Pharmacy management system
ycbcr420
- YCbCr, Y′CbCr, or Y Pb/Cb Pr/Cr, also written as YCBCR or Y′CBCR, is a family of color spaces used as a part of the color image pipeline in video and digital photography systems. Y′ is the luma component and CB and CR are the blue-difference and red-
dew point and bubble point、
- 泡露点计算程序,根据PR方程计算泡点和露点,C语言编程。(Bubble dew point calculation program)