搜索资源列表
109201281pls_model
- matlab 编程 偏最小二乘法模拟程序,希望对大家编程有启发 -Matlab programming PLS simulation program, we hope to have inspired Programming
hl_strsn
- C++编写的高性能矩阵乘法的Stranssen算法,能够有效提高矩阵乘法的效率。-C preparation of high-performance Stranssen matrix multiplication algorithm, can effectively improve the efficiency of matrix multiplication.
XuQingdong.tar
- 复数计算器:1、设计的任务要求 (1) 所设计的复数计算器可以进行+、-、*、+=、-=、*=、++、--、>=、<=、==、!=运算符,其中,>=、<=是针对复数的模进行计算。 (2) 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部虚部并正确赋值。 (3) 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的计算。
8086
- 8086的加法和乘法 以及除法 总线结构
linux-cgi
- linux 下的一个CGI 程序,含HTML程序文件。里面有一些注释。 非常适合处学者。 功能实现一个基于WEB页面的简单的乘法计算器
abcde
- 数值拟合程序示例。拟合公式为一个幂级数。方法为最小二乘法。
PthreadMulti
- 用Pthread线程库编写多线程矩阵乘法-With Pthread thread library to write multi-threaded matrix multiplication
multiplydouble
- 计算阶乘的程序。 在内核为2.6.23.1-4的红旗LINUX下成功运行,结果正确。 特点:有效位数精确到最低位(即乘法结果有几位有效数字有几位)。-Factorial calculation procedures. Kernel 2.6.23.1-4 in the red for the successful running LINUX, the results correctly. Characteristics: the median effective precisely to
2
- 实现一些问题的算法,杨辉三角,系统名字.c 99乘法彩色.C 等!-Algorithms to achieve a number of issues, Yang Hui triangle, the system' s name. C 99 multiplication color. C, etc.!
multiThread_linux
- 该程序利用linux下多进程编程实现矩阵的乘法,提过运算的速度-Under the program using linux multi-process programming matrix multiplication, mentioned the speed of operation
INDEX
- 99乘法表,用LINUX编辑,初学者,请多关照。-99 multiplication table, with LINUX edit, beginner, please support me.
s.c.tar
- 在MPI 环境下实现的 关于cannon的矩阵乘法算法。-The MPI environment cannon matrix multiplication algorithm.
COSC_2425_LY_Project1
- 汇编语言的一个小程序,加法减法乘法除法的计算对于特定数字,-Assembly Language program structure, language syntax, and implementation details
tpid
- QT,C++,PID,温控PID,PID模拟器,曲线拟合,最小二乘法-QT, C++, PID, temperature PID, PID simulator, curve fitting, least square method
最小二乘法拟合曲线C语言代码
- 用最下二乘法多项式进行曲线拟合进而插值。(With the least two multiplicative polynomial for curve fitting, and then interpolation.)
LINUX_Shell编程基础教程
- 1)在Linux编辑中命令区分大小写字符。 2)在Shell语句中加入必要的注释,以便以后查询和维护,注释以#开头。 3)对Shell变量进行数字运算时,使用乘法符号“*”时,要用转义字符“\”进行转义。 4)由于Shell对命令中多余的空格不进行任何处理,因此程序员可以利用这一特性调整程序缩进,达到增强程序可读性效果。 5)在对函数命名时最好能使用有含义且能容易理解的名字,即使函数名能够比较准确地表达函数所完成的任务。同时建议对于较大的程序要建立函数名和变量命名对照表。(1) the