搜索结果
找到约 408 项符合
Covariance-Free 的查询结果
其他书籍 mmsv1.2 文档
mmsv1.2 文档,可以在open mobile alliance free download
其他 制作UML图的小工具。 麻雀虽小五脏俱全
制作UML图的小工具。
麻雀虽小五脏俱全,关键它是Free的
人工智能/神经网络 The data files included are .MAT or *.dat (ASCII)files. The m-files and the data may be distributed
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. Stu ...
Linux/Unix编程 移植qtopia必备库源代码
移植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
VC书籍 This book is good for learning C++.It conclude five parts:professional c++ introduction,C++ codeing
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.
Delphi控件源码 图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmphei
图形显示技巧,这是其中一段代码
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 bmphei ...
压缩解压 The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi
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 i ...
压缩解压 The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi
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 i ...
Java编程 网络日志!当前免费FTP服务到处都有,我的这个APPLET用意是:利用起这些免费空间,在自己的网站上实现日志,相当于把数据库建在这些免费的FTP空间上,该代码已经在本地FTP服务器上测试通过,在测试外
网络日志!当前免费FTP服务到处都有,我的这个APPLET用意是:利用起这些免费空间,在自己的网站上实现日志,相当于把数据库建在这些免费的FTP空间上,该代码已经在本地FTP服务器上测试通过,在测试外网FTP服务器失败,只要查一查BUG就可以启用的,我当时想法是统筹应用各方的FTP空间,并在自己有限的稳定空间上保存链接资料,从而保证 ...
其他嵌入式/单片机内容 fat&tiny-fat文件系统
fat&tiny-fat文件系统,很精简的代码适合用在嵌入式系统上面,另外此代码为完全free类型代码,即可以用在商业用途上