亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Tag-Free

  • 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.

    標簽: introduction professional conclude learning

    上傳時間: 2016-01-06

    上傳用戶:ljmwh2000

  • 圖形顯示技巧,這是其中一段代碼 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 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

  • 該程序詳細的介紹了MapXtreme J的環(huán)境設置和基本操作。感覺不錯

    該程序詳細的介紹了MapXtreme J的環(huán)境設置和基本操作。感覺不錯,拿來與大家分享。 很好的一個瘦客戶端應用的程序,后臺Servlet實現(xiàn),前段用img tag包含放大,縮小,漫游,全圖,鷹眼圖,圖層控制,地圖狀態(tài)等基本功能。但是因為渲染成流的方式,前段解析,第一次啟動Tomcat然后打開應用好像時間比較長,第二個打開的時候就快得多了。用生成臨時圖片的方式,應該更快一點。

    標簽: MapXtreme 程序 環(huán)境 基本操作

    上傳時間: 2016-01-20

    上傳用戶:wl9454

  • 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 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 [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 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

  • 網(wǎng)絡日志!當前免費FTP服務到處都有,我的這個APPLET用意是:利用起這些免費空間,在自己的網(wǎng)站上實現(xiàn)日志,相當于把數(shù)據(jù)庫建在這些免費的FTP空間上,該代碼已經(jīng)在本地FTP服務器上測試通過,在測試外

    網(wǎng)絡日志!當前免費FTP服務到處都有,我的這個APPLET用意是:利用起這些免費空間,在自己的網(wǎng)站上實現(xiàn)日志,相當于把數(shù)據(jù)庫建在這些免費的FTP空間上,該代碼已經(jīng)在本地FTP服務器上測試通過,在測試外網(wǎng)FTP服務器失敗,只要查一查BUG就可以啟用的,我當時想法是統(tǒng)籌應用各方的FTP空間,并在自己有限的穩(wěn)定空間上保存鏈接資料,從而保證空間的免費和穩(wěn)定,原理有點象花生殼這個程序,希望同志們實現(xiàn)我的想法!別忘了SHARE哦,WE SHARE SO WE FREE!

    標簽: FTP APPLET 日志 測試

    上傳時間: 2014-12-03

    上傳用戶:陽光少年2016

  • fat&tiny-fat文件系統(tǒng)

    fat&tiny-fat文件系統(tǒng),很精簡的代碼適合用在嵌入式系統(tǒng)上面,另外此代碼為完全free類型代碼,即可以用在商業(yè)用途上

    標簽: tiny-fat fat 文件系統(tǒng)

    上傳時間: 2014-01-01

    上傳用戶:lxm

  • The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited res

    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

  • 更新mp3

    更新mp3,aac,wma的tag信息的源碼

    標簽: mp3 更新

    上傳時間: 2014-11-18

    上傳用戶:zhaoq123

  • Ink Blotting One method for escaping from a maze is via ‘ink-blotting’. In this method your startin

    Ink Blotting One method for escaping from a maze is via ‘ink-blotting’. In this method your starting square is marked with the number ‘1’. All free, valid squares north, south, east and west around the number ‘1‘ are marked with a number ‘2’. In the next step, all free, valid squares around the two are marked with a ‘3’ and the process is repeated iteratively until :  The exit is found (a free square other than the starting position is reached on the very edge of the maze), or,  No more free squares are available, and hence no exit is possible.

    標簽: method ink-blotting Blotting escaping

    上傳時間: 2014-12-03

    上傳用戶:123啊

主站蜘蛛池模板: 苏尼特右旗| 泌阳县| 麻栗坡县| 应城市| 景德镇市| 西昌市| 贵定县| 大英县| 中西区| 绵阳市| 宜宾市| 海阳市| 偏关县| 阜康市| 长岛县| 礼泉县| 铁力市| 桐城市| 铜川市| 白银市| 清丰县| 日土县| 灵台县| 库尔勒市| 灌云县| 漳平市| 龙南县| 浙江省| 丰镇市| 乡宁县| 武定县| 临安市| 甘肃省| 无为县| 临汾市| 洪江市| 喀什市| 孟津县| 杭锦后旗| 沈丘县| 云南省|