搜索资源列表
cxxtester
- CxxTester是一个用于C++代码的通用测试框。它支持测试库系统、有一套方法的对象文件、甚至单行C++源(即所有用C++接口的东西)。解释程序的前端使你能够在不需要重新编译代码的情况下修改和扩大测试。测试可以通过脚本成批执行或者在图表输出的支持下交互式执行。该工具使不同主机间的远距离测试成为可能。-CxxTester is one for C + + code universal test frame. It supports testing Library System, a set of
mulcle
- 一个SDI(单文档界面)的应用,通过File菜单中的Create New Frame命令能够创建一个位于顶层的SDI应用,但关闭主应用后其它的窗口也将关闭,程序由Visual C++ 5.0开发-an SDI (single-document interface) applications, through the File menu on the Create New Frame order to create one at the top of SDI applications, but c
BusinessSkinForm.v3.95.Full.Source.Delphi.BCB
- ExpressQuantumGrid Suite v4在Delphi 和 C++ Builder开发环境下是一个最好的网格和数据输入组件。利用ExpressQuantumGrid Suite,你能够为你的最终用户可视化地创建完美的界面和显示难以置信的特征及灵活性 - 而这些仅需要很少的代码。-ExpressQuantumGrid Suite v4 in Delphi and C Builder development environment is one of the best grids an
创建分层窗口实现图像渐变
- 1、有没有方法创建一个半透明的窗口,并将该窗口上发生的所有鼠标事件都传递到桌面或另一个应用窗口处理? 2、我正在写一个幻灯显示程序,该程序要显示JPEG图像序列。我使用了 2002年三月刊专栏文章中的 CPicture 类来绘制图像(参见:C++ Q&A: Do You Have a License for that GIF? PreSubclassWindow, EOF in MFC, and More)。那个程序运行得很好。但我现在想添加从某一张图像到下一张图像的渐变特性。我在网页
Vbboid
- 制作这个程序的目的是因为我见过了该程序的相关c、c++、delphi、java版本,惟独没有VB版。我的一个C++朋友说VB不适合于这个功能,看看是不是这样!-produced the purpose of this procedure is because I have seen the relevant procedures c, c, delphi, java version, except no VB version. One of my friends said C VB are no
lianliankan(c++)
- 连连看是一款老少皆宜的游戏。 现上传连连看游戏源码,基本算法,希望对大家有用。-Lianliankan is one of the game young and old ages. Upload games are Lianliankan source, the basic algorithm, we hope that the right useful.
fft_8point.c
- 8点基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpose Timer 1 to generate events at 10 kHz. Will produce 10 kHz output on T1PWM and T1PWM pins. -8:00-two fft Fast Fourier Trans
c
- one scaner soure code
ecology_rar.rar
- 大名顶顶的泛微的高级产品之一,具体的文档需要的找我,QQ:6-2-3-6-8-5-9-4-1,Weaver顶顶name of one of the senior products, the specific documents required of me, QQ :6-2-3-6-8-5-9-4-1
c++_linkedlist
- c++链表,里面包含多个函数。例如,insert(),next(), makeempty(), gofirst(),getsize()等。-c list, which contains more than one function. For example, insert (), next (), makeempty (), gofirst (), getsize () and so on.
draw.c
- One example use c functions to draw boxes,and show the method to use keyboard!
WtlGrid_src
- 老外写的,比较老,可参考他是如何使用WTL的。-After using WTL for some time, I ve developed the control that I miss the most for the kind of project that I do : A grid. This one is written from scratch, derived from a CScrollWindowImpl, it has the following features :
checktree
- vc关于带复选功能的树控件。另外还有标签控件。其中有测试实例。-With the function of check on vc control.Tree, Another label controls.One test case.
MFC-program-only-one-class
- 最最简单的MFC程序,没有界面,只Beep一下。Visual C++ 2008 sp1开发,只用到CWinAppEx一个类。作MFC程序超简单入门参考用。-very simple MFC program, without interface, only include one MFC class, CWinAppEx, developed in Visual C++ 2008 sp1.
chapter-one-message-frm
- C++入门程序,消息框的介绍,很详细,C++500例中的代码-Introduction to C++ program, the introduction of the message box, very detailed, C++500 example code
VB-c
- 一本讲述如何使用VB来调用C的书,使用VB可以方便的写窗体,然后调用C可以方便实现算法-One describes how to use VB to call the C book, the use of VB can be easily written form, and then call C can facilitate the achievement of the algorithm
C-program-for-prime-number-
- Prime number program in c: c program for prime number, this code prints prime numbers using c programming language. To check whether a number is prime or not see another code below. Prime number logic: a number is prime if it is divisible only by one
myTaskmgr
- Visual C++的一个我的任务管理器的例子,其实现用法可以参考,学习VC编程。-Visual C++ one of my task manager example, the usage can refer to, learning VC programming.
PDFToImages
- 使用pdf 转 图片的一种方法,标准算法(one method:pdf to image,you can get image from pdf.)
通用Winform模板
- 界面生成器 常用的管理系统界面包括: 1.列表-->弹出编辑 2.列表(左/上)-->编辑(右/下) 3.树型-->列表-->弹出编辑 4.树型-->列表(左/上)-->编辑(右/下) ...等多种情况. 本系统使用winform的绑定机制应用以上模板及对应数据表(视图)实现动态代码生成,直接生成模式类,数据类及窗体类(一个或多个).此时,代码可直接编译. 后续需要做的工作就是应用winform开发自带的数据源方法或者devexpress的datalayout