The data files included are .MAT or *.dat (ASCII)files. The m-files and the data may be distributed, provided that the source is acknowledged in any publication and the data are not sold. Since this software is being distributed free of charge, the authors are not offering any technical support. Students who have any questions or difficulties using this software, or require the additional functions from the Signal Processing Toolbox should contact their professor.
標簽: files data distributed The
上傳時間: 2014-12-06
上傳用戶:wuyuying
移植qtopia必備庫源代碼,總共六個,分別是 e2fsprogs-1.38.tar.gz jpegsrc.v6b.tar.gz qt-embedded-2.3.10-free.tar.gz qtopia-free-source-2.1.1.tar.bz2 qt-x11-2.3.2.tar.gz tmake-1.13.tar.gz
上傳時間: 2015-12-30
上傳用戶:shizhanincc
This book is good for learning C++.It conclude five parts:professional c++ introduction,C++ codeing the professional way,mastering advanced features of c++, ensuring Bug-free code and using libraries and patterns.
標簽: introduction professional conclude learning
上傳時間: 2016-01-06
上傳用戶:ljmwh2000
圖形顯示技巧,這是其中一段代碼 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image1.Height bmpwidth:=image1.Width for i:=0 to bmpheight do begin newbmp.Canvas.CopyRect(Rect(0,bmpheight-i,bmpwidth,bmpheight),image1.Canvas,Rect(0,0,bmpwidth,i)) form1.Canvas.Draw(120,100,newbmp) end newbmp.free end
標簽: procedure TBitmap TObject Button
上傳時間: 2016-01-18
上傳用戶:comua
The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.
標簽: integer-only embeddable libvorbisi provides
上傳時間: 2013-12-25
上傳用戶:lindor
The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. ogg vorbis decoder, evc project Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.
標簽: integer-only embeddable libvorbisi provides
上傳時間: 2016-01-21
上傳用戶:gengxiaochao
網絡日志!當前免費FTP服務到處都有,我的這個APPLET用意是:利用起這些免費空間,在自己的網站上實現日志,相當于把數據庫建在這些免費的FTP空間上,該代碼已經在本地FTP服務器上測試通過,在測試外網FTP服務器失敗,只要查一查BUG就可以啟用的,我當時想法是統籌應用各方的FTP空間,并在自己有限的穩定空間上保存鏈接資料,從而保證空間的免費和穩定,原理有點象花生殼這個程序,希望同志們實現我的想法!別忘了SHARE哦,WE SHARE SO WE FREE!
上傳時間: 2014-12-03
上傳用戶:陽光少年2016
fat&tiny-fat文件系統,很精簡的代碼適合用在嵌入式系統上面,另外此代碼為完全free類型代碼,即可以用在商業用途上
上傳時間: 2014-01-01
上傳用戶:lxm
The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited resources, place them on a normal computer network, and install free software so that the computers act together like one powerful server. This makes it possible to build a very inexpensive and reliable business system for a small business or a large corporation. The book includes information on how to build a high-availability server pair using the Heartbeat package, how to use the Linux Virtual Server load balancing software, how to configure a reliable printing system in a Linux cluster environment, and how to build a job scheduling system in Linux with no single point of failure. The book also includes information on high availability techniques that can be used with or without a cluster, making it helpful for System Administrators even if they are not building a cluster. Anyone interested in deploying Linux in an environment where low cost computer reliability is important will find this book useful.
標簽: inexpensive Enterprise computers explains
上傳時間: 2014-11-29
上傳用戶:zhangliming420
Visual Basic Shell Programming ventures where none have gone before by showing how to develop shell extensions that more closely integrate an application with the Windows shell, while at the same time providing an advanced tutorial-style treatment of COM programming with Visual Basic. Each major type of shell extension gets attention, including customized context menu handlers, per instance icons, and customized property sheets.
標簽: Programming ventures develop showing
上傳時間: 2016-02-01
上傳用戶:tb_6877751