搜索资源列表
迭代法
- 本程序可以很好的实现一般迭代法,牛顿法,弦截法的一般功能,虽然不完善,但值得一用-this procedure can achieve good general iterative method, Newton, xianjie General function of the law, although not perfect, it is worth a look
songchi
- 数值分析里的松驰迭代法,有C++写的,很棒的-numerical analysis of the relaxation iterative method, C wrote, terrific
qiutezhengzhidefangfa
- 利用C语言 用矩阵迭代法求矩阵的特征值和特征向量-C language matrix iterative method for matrix eigenvalue and eigenvector
Prototype-1.4-Comments
- prototype-1.4.0注释版本 prototype框架最早是出于方便Ruby开发人员进行Javascr ipt开发所构建的,从这个版本上更加体现的淋漓尽致。 比起1.3.1版本,1.4.0中的编程思想和技巧更加令人拍案叫绝,对于开拓编程思路很有帮助。 该版本主要加入了迭代器思想,也是Ruby中的一个核心概念,从而使用此框架进行Javascr ipt开发几乎可以避免for循环的使用。
mg_smooth_ell
- L形区域几何多重网格算法,利用高斯赛德尔迭代法来实现-L-shaped region geometric multi-grid algorithm, the use of high-斯赛德尔iterative method to achieve
chinesechess
- 在网上发现的好东东。完全包,在vc6.0中直接编译通过。 采用了一下搜索算法 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBet
minop
- 最少运算问题 主要是深度优先搜索迭代加深的运用-At least the problem is that computing depth-first search Iterative deepening the use of
new_sqp
- 通过对经典的lemke互补转轴算法求解含有等式约束的凸二次规划问题的分析,发现所得到的线性互补问题(lcp)可能是退化的.由lemke算法求解(lcp)问题的迭代过程,通过六个命题说明了含有等式约束的凸二次规划问题对应的(lcp)问题退化的原因,并对经典的lemke算法的迭代过程进行修正,提出了一种改进的lemke算法,这种算法能有效地搜索到含等式约束凸二次规划问题的最优解.-Through the classic Lemke complementarity algorithm shaft co
Getlatitudefrommeridiandistance
- 通过某一点的子午线长度来获取该点的维度,此过程运用了迭代-The length of the meridian through a point to get to the point of dimension, this process used the iterative
client
- linux 下QT迭代服务器、数据库简单实现的完全代码,很值得初学者学习啊。-QT under linux iterative server, database, a simple realization of the complete code, it is worthwhile for beginners to learn ah.
Ncut
- 本文介绍了web文本聚类的流程,着重介绍了Normalized Cut谱聚类的原理和算法,提出以Minimum cut作为类内部的内聚强度作为衡量Normalized Cut的迭代停止条件
Linux_Network
- 本书详细介绍了在Unix系统下基于TCP/IP网络套接口的基本编程方法,包括迭代与并发服务器编写方法、进程与线程编程技术、I/O编程技术、IPv4与IPv6的兼容性、原始套接口、数据链路访问技术、广播与多播技术等-This book details the Unix systems based on TCP/IP network socket basic programming methods, including iterative and concurrent servers prepara
ticpp
- TinyXML的C++封装。 使用异常,模板,迭代器等简化TinyXML使用- The TinyXML++ classes are all wrappers around the corresponding classes within TinyXML. <h2> Goals </h2> - Simplify the use and interface of TinyXml, using C++ concepts. - Use exceptio
Cxml
- 封装了Cxml内,从xml配置文件中读取xml数据元,并将其迭代的插入到list控件-a Cxml class, read xml meta data from a xml file, and insert those data into a list
Source-Code
- 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:fail-softalpha-beta搜索引擎. 7.CHist
diedaishifuwuqi
- 迭代式服务器实现回显功能,包含一个客户端程序一个服务器端程序。-Iterative echo server implementation features, including a client program of a server-side program.
TCPserver
- windows下TCP服务器开发代码示例,包含各种服务器模型,迭代并发等,还有线程同步的示例-development of the TCP windows server code example, contains a variety of server model, iteration concurrency, there are examples of thread synchronization
src
- 代码写了unix socket编程的几种模式,包括迭代模式,epoll模式,select模式,多线程,多进程模式,是学习很好用的资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material
unix-socket-programme
- 代码编写了在unix socket编程的典型几种模式,包括迭代,epoll,select,多线程,多进程等模式,是学习的好资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material
基本粒子群 - 副本
- 对IEEE33节点系统进行配电网重构,利用基本粒子群迭代优化,采用前推回代计算潮流,有中文注释,是初学者必备的程序教程(Reconfiguration of the distribution network of the IEEE33 node system, using the basic particle swarm iterative optimization, using the pre-push back to the calculation of the trend, with Ch