Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • dllwrap.zip 方便地将一个个C++ class封装成dll供主程式调用的头文件。
  • MvpProject.zip ... article I will show to use the Model View Presenter pattern to remove logic from the UI and move it to a controller class. Furthermore, I will show an easy way to enable threading within the application and follow the rule of "no business work should be ...
  • StudentInfo.rar 简易学生信息管理系统 程序实现思路: 先创建一个学生元素类,用于存放学生的各种数据。然后创建一个堆(heap)类,把数据以堆的形式存储,可便进行堆排序及各种操作。最后再用一个类(class priQueue)包装了heap类,以方便主函数调用。本程序中比较核心的技术就是用到了堆排序,将学生按优先级(高的排前面,低的排后面)的大小进行有序排列。堆排序的时间复杂度较一般排序(如:冒泡,选择等)来得低,可使程序显示数据时效率更高。
  • CultureSample.zip This sample demonstrates features of the Encoding class, including a fallback mechanism, new to the .NET Framework version 2.0, that allows you to specify its behavior when it encounters problems during the encoding or decoding process.
  • SecureStringConsoleDemo.zip This sample demonstrates uses of the SecureString class.
  • Stopwatch.zip This sample illustrates the Stopwatch class and some uses for it.
  • ODBaseBtn.zip Owner Draw Button Helper Class An intermediate class to create owner draw buttons
  • 200751924958706.rar sgip代码包括没有打包的class,如果大家需要下吧,我找了好久
  • casyncproxysocket_src.zip CodeProject CAsyncProxySocket - CAsyncSocket derived class to connect through proxies_ Free source code and programming help.mht
  • CurveFit_Poly.rar 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just ...