Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Runtime_Dynamic_DLL_Loading.zip ... and a sample function HelloDll. The second project contains a console application that calls LoadLibrary to load the DLL in the virtual address space of the application and GetProcAddreess to get the address of the HelloDll function. After calling the ...
  • UnMount_TempImage.zip Program UnMount_TempImage, Existing Virtual Drives if any are Closed
  • Camera.zip This is an OpenGL application which describe the use of a camera into a virtual world
  • Export.rar Virtual photo gallery with simple effects built in Flash
  • VLISTBOX.zip Virtual list box source & dll for Windows "C" programming - great tool for developing Windows applications.
  • FinePrintpdf.rar This is the virtual printer, to convert any file type to pdf s documents.I think it ll usefull for you.
  • VirtualReality.rar this is the book of virtual reality. and the author of the book is kim.
  • JVKbrd.zip User friendly,Virtual keyboard in java
  • vtable7.rar Virtual Table 7, a delphi component to build a virtual table in memory
  • xuhanshu.rar 利用虚函数手段,按照3种不同的计算方法来求出Fibonacci数列的第n项(的具体项值)并输出。具体地说,可通过在基类baseCla及其派生类fib1Cla、fib2Cla和fib3Cla中说明如下的同一个虚函数“virtual double fib(int n) ”,来实现求Fibonacci数列第n项值并返回的3种不同求解方法。例如,可设计并使用已经在第4和第5章的练习中所实现的求解方法:简单变量“数据平移”法、使用数组的实现法以及使用递归函数的实现法。