登录
首页 » MultiPlatform » 103244829matlab7.x

103244829matlab7.x

于 2009-09-12 发布 文件大小:1302KB
0 198
下载积分: 1 下载次数: 4

代码说明:

  these files contain matlab documents and programs.

文件列表:

ch02
....\ex01.dat
....\ex01unix.dat
....\ex02.dat
....\ex03.dat
....\ex04.dat
....\ex05.dat
....\ex06.dat
....\ex07.dat
....\ex08.dat
....\ex09.dat
....\ex10.dat
....\ex11.txt
....\ex12.bin
....\ex12be.bin
....\ex12mmf.bin
....\ex12skip.bin
....\loadex12.m
....\loadex12be.m
....\loadex12skip.m
....\matcreate_vc
....\............\matcreate_vc
....\............\............\Debug
....\............\............\matcreat.c
....\............\............\matcreate_vc.vcproj
....\............\............\mattest.mat
....\............\matcreate_vc.ncb
....\............\matcreate_vc.sln
....\testmatfile_cdt
....\...............\.cdtproject
....\...............\.project
....\...............\aa.mat
....\...............\bb.mat
....\...............\dataelement.cpp
....\...............\dataelement.h
....\...............\elementtag.h
....\...............\main.cpp
....\...............\makefile
....\...............\matfile.cpp
....\...............\matfile.h
....\...............\testdata.mat
....\testmatfile_vc
....\..............\testmatfile
....\..............\...........\aa.mat
....\..............\...........\bb.mat
....\..............\...........\dataelement.cpp
....\..............\...........\dataelement.h
....\..............\...........\Debug
....\..............\...........\elementtag.h
....\..............\...........\main.cpp
....\..............\...........\matfile.cpp
....\..............\...........\matfile.h
....\..............\...........\testdata.mat
....\..............\...........\testmatfile.vcproj
....\..............\testmatfile.ncb
....\..............\testmatfile.sln
....\writeex12.m
....\writeex12be.m
....\writeex12skip.m
ch03
....\cplxdiff.cpp
....\cplxdiff.rsp
....\fcnkeyfunc.m
....\hellomex.c
....\hellomex.rsp
....\maxwindow.m
....\testfcnkey.fig
....\testfcnkey.m
....\timestwo.c
....\tstatexit.c
....\tstatexit.rsp
....\tstfhdl.c
....\tstfhdl.rsp
....\wgfcnkey.cpp
....\wgfcnkey.m
....\wgtopmax.cpp
ch04
....\convec_f.f
....\convec_f.rsp
....\dblmat.rsp
....\hellomex.f
....\hellomex_f.rsp
....\matsq_f.f
....\matsq_f.rsp
....\timestwo_f.f
....\timestwo_f.rsp
....\tstdgemm.f
....\tstdgemm.rsp
....\tstfhdl_f.f
....\tstfhdl_f.rsp
....\tstputvariable.f
....\tstputvariable.rsp
....\xtimesy_f.f
....\xtimesy_f.rsp
ch05
....\ex3.dll
....\ex3.for
....\ex3.h
....\filelist.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MATLAB
    MATLAB 7.0从入门到精通,求是科技,人民邮电出版社(MATLAB 7.0 from entry to the master, seeking technology, Posts & Telecom Press)
    2010-06-14 10:17:26下载
    积分:1
  • matlab
    说明:  本书介绍了Matlab在一些经典算法上的应用,以及详细讲解了图形界面(GUI)的用法。(This book describes some of the classic algorithms in Matlab applications, and gave a detailed graphical user interface (GUI) usage.)
    2011-03-01 16:55:41下载
    积分:1
  • identify4
    软件无线电调制方式识别及解调算法仿真研究(Software radio modulation and demodulation algorithm simulation identified)
    2013-10-17 10:29:33下载
    积分:1
  • Real-time-simulation
    real time simulink of a flux observer. it helped me a nit im my simulink file. very simple and helpfull. hope it help other people
    2012-11-20 07:10:52下载
    积分:1
  • MultiPathChan
    多径多普勒瑞利衰减频道的生成,把需要的参数设定,就可以根据需要生成多径多普勒瑞利频道(Multipath fading channel 多普勒瑞利 generation, the required parameters set, you can generate multipath 多普勒瑞利 needed channel)
    2010-07-31 03:52:26下载
    积分:1
  • attachments
    thanks for your good site
    2009-12-27 00:21:38下载
    积分:1
  • C
    说明:  1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将char *→int 13 1.14 使用库函数itoa,将int→char * 14 1.15 不使用库函数,将int→char * 14 1.16 不使用库函数,将char *→int 15 1.17 求两个整数的最大公约数 16 1.18 Little_endian or Big_endian 17 1.19 sizeof与strlen的区别 19 1.20 实现String类的BIG_FOUR 19 1.21 struct和union的区别 20 1.22 char字符变量与int整型数据 22 1.23 字,字节,字符,比特 23 1.24 空格、空字符、字符数组结束符的区别 25(1.1 C Basics 1 1.2 Functions and header files 2 1.3 C preprocessor 3 1.4 will be a long-type characters into four 1.5 strcpy function 4 1.6 assert usage 5 1.7 itoa function and atoi function 6 1.8 strcmp function to achieve 8 1.9 strcpy function to achieve 9 1.10 memcpy function to achieve 10 Achieve 11 1.11 memcpy and memmove function 1.12 strcat function to achieve 13 1.13 using the library function atoi, the char* → int 13 1.14 using the library function itoa, the int → char* 14 1.15 does not use the library function, int → char* 14 1.16 does not use the library function, char* → int 15 1.17 find the greatest common divisor of two integers 16 1.18 Little_endian or Big_endian 17 Difference 1.19 sizeof and strlen 19 1.20 realize BIG_FOUR String class 19 Difference 1.21 struct and union of 20 1.22 char and int integer variable character data 22 1.23 word, byte, character, bit 23 Difference 1.24 spaces, null characters, character array termi)
    2014-10-08 10:33:55下载
    积分:1
  • args
    ARGS demonstrates how a MATLAB procedure can examine its arguments.
    2012-09-01 16:35:11下载
    积分:1
  • emd
    一个完整的EMD分解程序,希望能够帮助那些需要EMD的人(EMD decomposition of a complete program, hoping to help those who need EMD)
    2011-07-27 09:53:30下载
    积分:1
  • PSDL
    jaringan saraf tiruan
    2011-12-21 00:46:19下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载