Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • circBuff.zip An object oriented Circular buffer implementation. Matlab version 7+ is required,
  • buffer.zip Buffer is an object oriented buffer implementation.
  • VB.NET_in_Nutshell.rar ... of the language and explains the .NET framework. An alphabetical reference covers the functions, statements, directives, objects, and object members that make up the VB .NET language. To ease the transition, each language element includes a "VB . ...
  • list.rar list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.
  • FlashPlayer.rar 行本实例,需要安装“Shockwave flash object”组件,该组件可以到网上下载,下载完后需要进行注册。 例如该组件名称为“flash.ocx”,并且存放路径为C盘根目录,则注册方法如下: (1)打开“开始”/“运行”菜单,输入“regsvr32 C:\flash.ocx”。 (2)单击“确定”按钮,注册完成。
  • json-c-0.7.rar JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和 ...
  • Prentice_Hall_-_Ada_95_The_Craft_of_Object-Orient ... large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. Program design is introduced throughout the book, with hypothetical maintenance ...
  • codeformatter.rar CnCodeFormater Readme Author: passos Email: passos@cnpack.orgpassos@21cn.com Last Update:2003-12-16 Directories \CnParser Object Pascal 璇硶瑙f瀽鍣? \DCU 娴嬭瘯宸ョ▼DCU杈撳嚭鐩綍 \Test 娴 ...
  • facedetection1.rar this code can find face object into image
  • Java.rar C語言的開發模式, 是編寫.c的Source Code, 再經由Compiler編譯成Object Code。所謂Object Code指的是和硬體相關的機器指令, 也就是說當我們想要把C程式移植到不同的硬體時, 必須要重新Compile,以產生新的執行檔。除了需要重新編譯外,新系統是否具備應用程式所需的程式庫,include的檔案是否相容, 也是程式能否在新機器上順利編譯和執行的條件之一。