搜索资源列表
computationgeometry
- 我的计算几何模板,求3d凸包,计算最远点对(nlogn),求最近点对,和二维凸包
complex
- 输入四个十进制数(0-255),作为两个复数的实部和虚部。 要求: 给出提示信息,要求独占一行。 求两个复数的和、差和积 输出运算结果并给出必要的提示信息。
computer_architecture_a_quantitative_approach_3rd_
- 计算机架构有关,从别人那里求来的。(英文版,共1141页)好不好,大家去看看再评论。-Computer architecture, and from others seeking to. (English version, a total of 1141) are good, we go to see the further comments.
lab
- 通过labwindows cvi环境开发,通过接口调用matlab算法实现矩阵的求逆。
computeralgorithmsandnumericalprocedures
- 各种数值计算的算法,求逆,行列式,矩阵之间的乘法,分解,方程的解 计算机常用数值计算算法与程序-A variety of numerical algorithms, inverse, determinant, matrix multiplication between the decomposition, equation commonly used
Complex
- 复数的四则运算.包括加,减,乘,除,求模运算。希望这个代码对大家有所帮助。-About Complex Arithmetic Summary (add sub mul div mod and so on) is very simply but very practiclarly. I hope this can help every friend