-
machine learning related paper from msra
machine learning related paper from msra
- 2022-06-12 06:34:58下载
- 积分:1
-
这是一本有关MATLAB的参考书,适合于使用MATLAB或正在打算使用MATLAB的读者。本书另辟蹊径可以借助或不借助MATLAB随带的文档资料让读者自学MAT...
这是一本有关MATLAB的参考书,适合于使用MATLAB或正在打算使用MATLAB的读者。本书另辟蹊径可以借助或不借助MATLAB随带的文档资料让读者自学MATLAB。书中口语化的风格,使读者易于阅读。如书名所示,本书提供了读者精通MATLAB所需的工具。作为编程语言和可视化工具,MATLAB具有丰富的一系列功能,可解决工程、科学计算和数学学科中许多问题。本书的基本目的是通过向读者展示如何有效地使用这些功能来帮助读者增强工作能力。由于MATLAB交互式的性质,书中内容以举例方式来描述。在读者阅读本书的同时, 这些例子可以通过运行MATLAB而再现。
本书只涉及一般读者所用到的一些专题,所提供的资料可用于包括UNIX工作站、Macintosh 和PC在内的所有计算机平台。除了标准的MATLAB本身这部分的功能之外,书中只讨论了字符工具箱。其它更为专用的工具箱没有进行讨论。而且,没有讨论与机器有关的MATLAB诸方面,例如MEX文件的编写。
本书开发了许多M文件函数,它扩展了MATLAB的功能。在书中,作者演示了各种MATLAB的功能和编程技术,它们总称为精通MATLAB的工具箱。
-This a reference book on MATLAB. suitable for use MATLAB or intend to use MATLAB readers. The book can take advantage of alternatives to using MATLAB or not accompanied by the documents and information for readers to self- MATLAB. The book colloquial style, so that readers easily readable. As indicated in the title, this book provides readers proficiency in the necessary tools for MATLAB. As a programming language and visualization tools, MATLAB is rich in a variety of functions, address, S
- 2023-05-10 06:05:03下载
- 积分:1
-
Java2实用教程(第三版)
附:目录
第1章 Java入门
第2章 标识符、关键字和数据类型
第3章 运算符、表达式和语句
第4章...
Java2实用教程(第三版)
附:目录
第1章 Java入门
第2章 标识符、关键字和数据类型
第3章 运算符、表达式和语句
第4章 类、对象和接口
第5章 字符串
第6章 时间、日期和数字
第7章 AWT组件及事件处理
第8章 建立对话框
第9章 Java多线程机制
第10章 输入输出流
第11章 Java网络的基本知识
第12章 Java Applet基础
第13章 常见数据结构的Java实现
第14章 图形与图像
第15章 Java数据库连接(JDBC)
第16章 Java与多媒体
第17章 Java Swing基础-Java2 Practical Guide (third edition) By-laws: Chapter 1 Contents Chapter 2 Introduction to Java identifiers, keywords and data types in Chapter 3 operator, expressions and expressions Chapter 4 categories, objects and interfaces in Chapter 5 string Chapter 6 of the time, date and number of Chapter 7 dealing with AWT components and the events in Chapter 8 to establish dialog box Chapter 9 Java multi-threading mechanism of Chapter 10 input and output flows in Chapter 11 of the basic knowledge of Java Network Chapter 12 Java Applet Chapter 13 based on common Java data structures to achieve Chapter 14 graphics and image Chapter 15 Java Database Connectivity (JDBC) Chapter 16 Java and Mul
- 2023-08-22 12:55:08下载
- 积分:1
-
一本很简单,易懂的小波分析的入门书,是学习小波分析很好的资料...
一本很简单,易懂的小波分析的入门书,是学习小波分析很好的资料-a very simple, easy entry wavelet analysis, wavelet analysis is the study of good information
- 2022-03-23 03:24:27下载
- 积分:1
-
发生过讽德诵功讽德诵功讽德诵功讽德诵功股份大商股份冻死骨范德萨个哇...
发生过讽德诵功讽德诵功讽德诵功讽德诵功股份大商股份冻死骨范德萨个哇-fsafdsgfdgsdf
- 2022-02-24 22:50:27下载
- 积分:1
-
解压包里的是用C#写的100个例子,值得看一看
解压包里的是用C#写的100个例子,值得看一看-Unzip the bag is the C# Written by 100 examples, it is worth a look
- 2022-03-16 19:50:21下载
- 积分:1
-
3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到...
3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,报m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;报到m的人出列;如此下去,直到所有人全部出列为止。用带头结点的单循环链表作数据元素的存储结构。
数据输入:
第一行为人数n。
第二行为报数值m。
数据输出:
依次输出出列人员的编号。
示例:
输入文件input3.txt:
4
3
4 1 3 2
输出:(标准输出)
3 2 4 1
-3. Joseph Central problems. Located numbered 1,2, ..., n (n
- 2022-05-14 13:51:18下载
- 积分:1
-
这是NOVIDA为CUDA编写的编程技术档,详细讲述了CUDA的起源、规范和运用的方法,非常具有参考价值...
这是NOVIDA为CUDA编写的编程技术档,详细讲述了CUDA的起源、规范和运用的方法,非常具有参考价值-This is NOVIDA prepared for CUDA programming technology files, a detailed account of the origin of CUDA, norms and methods of use, very useful
- 2022-01-24 15:34:26下载
- 积分:1
-
文件上传功能。本例中包括文件上载有组件和无组件两种上载方法。...
文件上传功能。本例中包括文件上载有组件和无组件两种上载方法。-File upload function. In this case, including file upload component and there is no way to set up the two components.
- 2022-06-12 14:48:44下载
- 积分:1
-
java.jspsmartupload
Java.JspSmartUpload- Java.JspSmartUpload
- 2023-05-01 08:35:04下载
- 积分:1