搜索资源列表
sxjc063
- 数值分析的习题答案 )...《计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》...《计算机数学基础(下)》第12章练习与习题答案 <doc格式> (下载) 《计算机数学基础(下)》第11章... -Exercise answer )..." computer math, "Numerical Analysis Exercises outline (12 - 14)
sxjc064
- )...《计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》...《计算机数学基础(下)》第12章练习与习题答案 <doc格式> (下载) 《计算机数学基础(下)》第11章... -)..." computer math, "Numerical Analysis Exercises outline (12-14)
sxjc065
- )...《计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》...《计算机数学基础(下)》第12章练习与习题答案 <doc格式> (下载) 《计算机数学基础(下)》第11章... -)..." computer math, "Numerical Analysis Exercises outline (12-14)
1236
- )...《计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》...《计算机数学基础(下)》第12章练习与习题答案 《计算机数学基础(下)》第11章... -)..." computer math, "Numerical Analysis Exercises outline (12-14)
1478
- )...《计算机数学基础》 《计算机数学基础》...《计算机数学基础(下)》第12章练习与习题答案 <doc格式> (下载) 《计算机数学基础(下)》第11章... -)..." computer math, "" Computer mathematical foundations of computer math "..." (2) "Chapter 12 practice exercises and answers
sxjc21
- 计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》...《计算机数学基础(下)》第12章练习与习题答案 <doc格式> (下载) 《计算机数学基础(下)》第11章... -computer math, "Numerical Analysis Exercises outline (12-14)
sxjc22
- 计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》...《计算机数学基础(下)》第12章练习与习题答案 <doc格式> (下载) 《计算机数学基础(下)》第11章... -computer math, "Numerical Analysis Exercises outline (12-14)
sxjc23
- 计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》...《计算机数学基础(下)》第12章练习与习题答案 <doc格式> (下载) 《计算机数学基础(下)》第11章... -computer math, "Numerical Analysis Exercises outline (12-14)
sxjc24
- 计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》...《计算机数学基础(下)》第12章练习与习题答案 <doc格式> (下载) 《计算机数学基础(下)》第11章... -computer math, "Numerical Analysis Exercises outline (12-14)
sxjc25
- 计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》...《计算机数学基础(下)》第12章练习与习题答案 <doc格式> (下载) 《计算机数学基础(下)》第11章... -computer math, "Numerical Analysis Exercises outline (12-14)
sxjc26
- 计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》...《计算机数学基础(下)》第12章练习与习题答案 <doc格式> (下载) 《计算机数学基础(下)》第11章... -computer math, "Numerical Analysis Exercises outline (12-14)
0-1programming
- 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0, 1, 0, 0),最优值是f(x*)=4,是不是书中写错
datastructure
- 数据结构示例。适用于对数据结构有一定基础的人研究练习-Examples of data structure. Data structure suitable for a certain practice-based studies
work
- Matlab基础程序联系:成绩统计,练习switch和if else组合;抽样定理-Matlab basic function design for scord statisticing and Nyquist
matlabjichu
- MATLAB基础练习,适合初学者,画正弦波形,证明公式,设计简单滤波器等-MATLAB based exercises, suitable for beginners, painting sine to prove the formula, simple design, filters, etc.
HTML
- html基础 练习排版布局 用到css 用到css的基础功能-base of html,try to learn the way of set a new page,using the function of css
delete-linked-list-node
- 该源码用c语言编写,可以删除链表中的结点,是数据结构中链表删除的一种基础练习程序,简单易懂。-The source code in C language, you can delete the linked list of nodes, is a basic delete list data structure in the exercise program, easy to understand.
CPP-code
- 零基础学习C++中的,基础练习学习的代码,过程的代码有助于学习C-zeros learning C++,you can study and pratice C++ code
exercises
- matlab基础练习包括条件函数计算,if语句使用,switch语句使用,函数图象等(The conditional function is computed using the if statement)
第4版程序集
- 数字信号处理第四版每一章节的内容都有相应的例程,用于初期数字信号处理的学习者作为基础练习参考。(There are corresponding routines in each chapter of the fourth edition of digital signal processing, which are used as basic practice reference for learners in the initial stage of digital signal proces