-
本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。
MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好
、语言自然并且开放...
本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。
MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好
、语言自然并且开放性强的大型优秀应用软件,同时也已成为
国内外高等院校高等数学、数值分析、数字信号处理、自动控制
理论以及工程应用等课程的基本教学工具。本书按逻辑编排,
自始至终用实例描述;内容完整且每章相对独立;
是一本简明的MATLAB参考书,既适用于初学者,也适用于高级
MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所
有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院
校研究生、本科生教学用书,也可作为广大科研工程技术人员的
自学用书。-book based on MATLAB version 5.2, providing for the use of MATLAB practical guidance. MATLAB has become suitable for multidisciplinary, multi-platform work of the powerful and friendly interface, natural language and the open-large outstanding software application, but also domestic and foreign institutions of higher learning has become a Higher Mathematics, Numerical analysis, digital signal processing, automatic control theory and engineering applications of the basic curriculum teaching tool. By the logic of the book presentation, from beginning to end, with examples description; As complete and relatively independent of each chapter; is a concise reference
- 2023-05-22 21:45:03下载
- 积分:1
-
一本经典的C++书籍,花了很长时间才看的。希望这个站可以。
一本经典的c++书籍,花了很长时间才弄好。希望这次站长能够接受啊.谢谢站长啦先.-a classic c books, spent a very long time before seeing. Hope this station can accept ah. Thank you-- head first.
- 2022-03-11 16:16:05下载
- 积分:1
-
关于llinux的源代码,随便找了一点
关于llinux的源代码,随便找了一点-llinux on the source code, a little kid
- 2022-02-03 00:05:47下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
脚本语言script的说明,教程,难度中级
脚本语言script的说明,教程,难度中级-scripting language script note, tutorials, difficulty Intermediate
- 2022-03-22 18:47:13下载
- 积分:1
-
A word
一个基于词网合并的异构领域本体的新方法,英文文献资料。-A word-based network of heterogeneous domain ontology merging new method of English literature.
- 2022-09-17 10:20:04下载
- 积分:1
-
C# programming classic books all the code. Comprehensive and can be used as a re...
C#编程经典书籍的全部代码.内容全面,可以作为入门的参考-C# programming classic books all the code. Comprehensive and can be used as a reference portal
- 2022-01-26 04:14:56下载
- 积分:1
-
经典教程,我深有体会,哪来跟大家共享一下,很经典的
经典教程,我深有体会,哪来跟大家共享一下,很经典的-Classic tutorial, I understand it all too well where to share with you what, it is classic
- 2023-01-05 22:20:04下载
- 积分:1
-
一种用java写的功能简单的始终,运用到了多线程的机制
一种用java写的功能简单的始终,运用到了多线程的机制-A function written in java is always simple, the use of the multi-threading mechanism
- 2022-06-16 12:13:26下载
- 积分:1
-
This is a successful development of the use of Oracle applications toolkit from...
这是一本使用Oracle成功开发应用程序的工具手册,由Oracle资深的开发人员编写,阅读本书能帮助读者彻底理解Oracle的工作原理,书中选择Oracle最重要的技术和特性,并结合实例进行讲解,不仅阐述乐这些特性,并讨论了如何使用它们开发软件,指出了潜在的缺陷。-This is a successful development of the use of Oracle applications toolkit from Oracle senior developers to write, reading this book can help readers fully understand the working principle of Oracle, Oracle to choose the most important book of the technology and features, combined with examples explain not only the music of these characteristics, and discussed how to use them to develop software, pointing out the potential flaws.
- 2023-01-29 03:55:09下载
- 积分:1