符号计算的局限性:有很多问题1)无法解,2)求解时间过长 数值计算:适用范围广,能处理各种复杂的函数关系,计算速度快,容量大。
2022-04-06 01:50:35 488KB matlab 开发语言
(1)与符号计算相比,数值计算在科研和工程中的应用更为广泛。 (2)和十年、二十年前相比较,在当今计算机软硬件的支持下,人们所能拥有的计算能力已经得到了巨大的提升。
2022-04-06 01:50:34 334KB matlab 开发语言
5.1.1离散数据和离散函数的可视化 一对实数标量),(yx可表示为平面上的一个点; 一对实数“向量”),(yx可表现为平面上的一组点。 MATLAB就是利用这种几何比拟法实现了离散数据可视化。 离散函数可视化的步骤: 先根据离散函数特征选定一组自变量TNxxx],,,[21=x; 再根据所给离散函数)(nnxfy=算得相应的TNyyy],,,[21=y, 然后在平面上几何地表现这组向量对),(yx。
2022-04-06 01:50:33 846KB matlab 开发语言
由于MATLAB是由C语言开发而成的,因此M文件的语法规则与C语言几乎一样,简单易学。 MATLAB用于程序流控制的指令与其它语言相应指令的用法十分相似。一般来讲,决定程序结构的语句可分为顺序语句、循环语句和分支语句3种,每种语句有各自的流控制机制,相互配合使用可以实现功能强大的程序 6.1.1if-else-
2022-04-06 01:50:32 474KB matlab c语言 开发语言
Notebook的功能: 使用户能在Word环境中“随心所欲地享用”MATLAB的浩瀚科技资源, 为用户营造融文字处理、科学计算、工程设计于一体的完美工作环境。 MATLABNotebook制作的M-book文档 不仅拥有MS-Word的全部文字处理功能 而且具备MATLAB无与伦比的数学解算能力和灵活自如的计算结果可视化能力。 它既可以看作解决各种计算问题的字处理软件, 也可以看作具备完善文字编辑功能的科技应用软件。 M-book文档最显著的特点是它的“活”性: 它为论文、科技报告、讲义教材、学生作业的撰写营造了文字语言思维和科学计算思维的和谐环境。 用M-book写成的电子著作、电子文稿、讲义教材不仅图文并茂,而且动静结合。那些由MATLAB指令构成的例题、演示,都可供读者亲自操作,举一反三,从而在“手脑并用”的环境中由此及彼、由浅入深。
2022-04-06 01:50:31 370KB matlab 开发语言
【课程列表】 第1章 基础准备及入门 共33页.pdf 第2章 符号计算 共22页.pdf 第3章 数值数组及向量化运算 共14页.pdf 第4章 数值计算 共9页.pdf 第5章 数据和函数的可视化 共28页.pdf 第6章 M文件和句柄函数 共10页.pdf 第7章 Notebook以及课程论文说明 共6页.pdf
2022-04-06 01:50:30 3.88MB matlab 开发语言
Android移动开发案例教程源代码第3-4章所有,涵盖与教程相对应的所有源码内容
2022-04-03 04:42:43 133.87MB androi
1
C#图解教程 源代码 第四版 适用于C# 2012
2022-03-29 10:32:04 817KB C#图解教程 源代码
1
Professional Parallel Programming with C#: Master Parallel Extensions with .NET 4的源代码, 书的中文名是C#并行编程高级教程 精通.NET 4 Parallel Extensions This is the code file for the book "Professional Parallel Programming with C#: Master Parallel Extensions with .NET 4" ISBN: 978-0-470-49599-5 Author: Gaston C. Hillar Publisher: Wrox - John Wiley & Sons, Inc. This zip file contains the code for the entire book, organized by chapter. In this zip file, you will find eleven folders. Each folder has the code for an entire chapter. When the book mentions a Snippet or a Listing, you can open the project with Visual Studio 2010 and work with the files indicated in the chapter's exercises. For example, Listing2_1 for Chapter 2 has a project that can be found in CH02\Listing2_1. The solution is CH02\Listing2_1\Listing2_1.sln. You can go to the cH02 folder, go to Listing2_1, and then open Listing2_1.sln with Visual Studio 2010. You can also open the code files located in each folder with any text editor. For example, the main program for Listing2_1 is CH02\Listing2_1\Listing2_1\Program.cs. Most of the code is organized in solutions because it makes it easy for you to load the solutions with Visual Studio 2010 and run the examples. Thus, you will also find the code snippets as solutions most of the time. For example, Snippet2_1 for Chapter 2 has a project that be found in CH02\Snippet2_1. The solution is CH02\Snippet2_1\Snippet2_1.sln. You can go to the cH02 folder, go to Snippet2_1, and then open Snippet2_1.sln with Visual Studio 2010. When there isn't a solution for a code listing or code snippet, you will find the code in a text file. For example, Snippet3_4 for Chapter 3 is CH03\Snippet3_4.txt. Enjoy your parallel programming training! Gaston C. Hillar
2022-03-24 20:15:48 59.31MB C# Plinq
1
冒泡排序法的实现PPT教程,VC++代码讲解,计算机科学与信息工程系
1