-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
ARP
说明: 计算机网络编程,可以实现ARP解析,基于VC++,需要配置好wincap(Computer network programming, ARP parsing can be achieved, based on VC++, need to configure WINCAP)
- 2018-12-27 11:37:09下载
- 积分:1
-
ENVISAT_TOOLS_v2.3.tar
四个用C写的,用于处理ENVISAT卫星SAR数据的程序。(Here we have 4 c programs to handle ENVISAT data.)
- 2020-08-14 16:08:29下载
- 积分:1
-
此是 数据结构的课程中的一个经典的算法
此是 数据结构的课程中的一个经典的算法 -this is the data structure of the curriculum of a classical algorithm
- 2023-04-21 07:10:03下载
- 积分:1
-
dxAvi
说明: 可在matlab中运行,是通过matlab读取视频的有效软件(Run in matlab, matlab read through the effective video software)
- 2010-04-26 17:02:47下载
- 积分:1
-
FreeFileSync_v4.2_source
FreeFileSync是一个易于使用的开放源码文件夹同步和比较软件,简单易用。 FreeFileSync[1] 首先是文件同步功能,可以在指定的两个文件夹之间进行单向或双向的同步,点击程序窗口右上方的绿色齿轮图标可以设置相关参数;期间也可以自定义需要筛选的文件,有“包括”和“例外”两种过滤方式,定义需要过滤的文件类型,这就看个人需要了。(FreeFileSync is an easy to use open source software folder synchronization and comparison, easy to use. FreeFileSync [1] The first is file synchronization, you can specify the folder between the two one-way or two-way synchronization, click the program icon in the window at the top right of the green gear can set parameters period can also be customized to sift through the file, the " include" and " exceptional" two filtering methods, definitions need to filter the file types, which depends on personal needs.)
- 2020-09-09 10:58:02下载
- 积分:1
-
CPP-Primer
C++经典书籍《C++ Primer》第四版chm文件(C++ classic books " C++ Primer" Fourth Edition chm file)
- 2012-05-18 18:20:55下载
- 积分:1
-
ModifyMemory (4)
说明: 内存检索 指定进程 并 查找内存中需要的值(Memory Retrieval Specify the process and find the values needed in memory)
- 2019-06-03 11:24:42下载
- 积分:1
-
mydemo1
说明: 三星arm s3c4510 evm 板测试程序
本人以在开发板上测试过了
包括lcd,timer,isr器件的测试程序(Samsung arm Porting EVM board test procedures to the development of my board tested, including lc d, timer, ISR device testing procedures)
- 2006-02-15 16:38:06下载
- 积分:1
-
nearest-point-two-dimensional-space
本代码实现了算法导论中二维空间下的最近点对查找的算法。(Find the nearest point on the two-dimensional space under)
- 2014-01-15 09:25:57下载
- 积分:1