搜索资源列表
Lab2
- 自动生成矩阵 用法简单 用用就知道了
lab2
- 编程计算图形的面积。程序可计算圆形、长方形、正方形的面积,运行时先提示用户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的值,对正方形要求用户输入边长的值,计算出面积的值后将其显示出来。-Calculate the area of graphics programming. Program calculates circular, rectangular, square area, run-time prompts the user to first select t
lab2
- Projext for algoritm minusing and adding and+ - *
lab2
- 利用最小二乘法求解多项式的根 利用最小二乘法求解多项式的根-Least-squares method to solve polynomial
Lab2
- C++编程实例 //Lab2 迭代法求非线性方程数值分析课本P.93,习题#5 //要求:输出结果用科学计数法表示,小数点后保留8位有效数字 //作者:于涛 //学号:GS1003217 //时间:2011年7月9日-C++ programming examples// Lab2 iterative method for the numerical analysis of nonlinear equations textbooks P.93, Exercise# 5// r
lab2
- multiplexing 8bit with test bench vhdl
lab2
- 输入: 输入包括多个测试集,每行为一个正奇数N(1 <= N < 10), 0作为输入的结束且不需要处理。 输出: 对于输入的每一个N, 输出一个它所对应的N阶幻方,如果存在多个, 任意一个即可。 Sample Input 1 3 0 Sample Output 1 4 9 2 3 5 7 8 1 6 -Input: The input includes multiple test sets, each one bein
Epl601_lab2
- course EPL 601 Lab2 Solution
lab2
- 计算方法实验 langrange插值法的c实现-Calculation experiment langrange interpolation c implementation
lab2
- 1) Given a knapsack with the capacity M and some items with its weight and profit, to solve it using Greedy method and Search tree method. 2) Then compare this results with ones of 0/1 Knapsack problem based on the capacity of M. 3) These items