资源列表
bao_gao_da_yin_zi_xi_tong
- 报告打印字系统 -word report Print System Report Print System Report Print word word word Print System Report System
t2_5
- 本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。 Gauss-Seidel迭代和Jacobi迭代不同的是先计算第一式得到 ,用此数再参与第二式的右端的计算,依次类推。 -that the use of the method of calculating : main Jacobi iteration and th
opt_prime
- 素数筛选算法源程序!主要实现输出一个数内所有的素数~主要用VC实现-prime source selection algorithm! Main output within a few all-few-mainly with VC
a1
- 用数理统计上的T检测检验图象中是否隐藏有秘密信息
n_queens
- 在n×n的棋盘上放置n个皇后,现要求出使n元棋盘上的n个皇后互不攻击的布局。 -In n × n chessboard of n-place Queen
InorderTraversal
- 中序遍历的递归算法定义: 若二叉树非空,则依次执行如下操作: (1)遍历左子树; (2)访问根结点; (3)遍历右子树。 -Traversal of the definition of the recursive algorithm: If the tree is not empty, then followed by the implementation of the following steps: (1) traverse the left subtree
1-2
- 复数四则运算。实现复数的加,减,乘。根据输入的复数分离出实部和虚部-Complex four operations. Achieve the plural add, subtract, multiply. Based on the input of the complex separated real and imaginary parts. .
workerlist
- 1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -1, a software company about 30 employees, each employee the name, work number, position and other properties, staff turnover every year,
exp10-9
- 对一个字符串进行排序,并输出排序前和排序后的字符串-Sort of a string and output string sorting and sorting-
UVA-5002
- UVA 5002 动态规划。欢迎各种交流讨论。-UVA 5002 dynamic programming. Welcome to the various exchanges and discussions.
Joseph
- 约瑟夫环 输入说明: 多组数据,输入数据第一行为一个整数表示有几组数据,每组数据由两行构成,每组数据的第一行为两个正整数n和m,分别表示人的个数及初始随机数,每组数据的第二行为n个整数,表示每个人持有的密码。 输出说明: 对每组数据用一行输出n个整数表示依次出圈人的编号,整数之间用空格分隔 -Enter a descr iption: multiple sets of data, the input data first act an integer representi
KMP
- kmp算法 c++实现 哈工大软件设计与开发作业 优秀代码 分享上传-kmp algorithm hit homework excellent code