搜索资源列表
Basic_FLTK_Menu_Fixed
- 基于vc6环境下,显示了如何加入系统菜单示例,利用了fltk图形开发包-vc6 based environment, demonstrating how to join the system menu example, the use of a graphical development kit fltk
队列加多线程的例子
- 队列加多线程例子,基于delphi环境下开发!-queue threads add example, based on Delphi development environment!
JtreeSamples
- 显示一个层次关系分明的一组数据,用树状图表示能给用户一个直观而易用的感觉,JTree类如同Windows的资源管理器的左半部,通过点击可以\"打开\"、\"关闭\"文件夹,展开树状结构的图表数据。JTree也是依据M-V-C的思想来设计的,Jtree的主要功能是把数据按照树状进行显示,其数据来源于其它对象。下面是5个节点的树类程序-JTreeWindows"""", JTree is based on M-V-C thinking to the desig
4_1
- 本文件是基于lanwindows/cvi软件的一个程序示例,下载即可运行-this document is based on lanwindows / cvi a procedure for the software example, downloading can run
testrun0510
- Web 应用程序日渐复杂,对它们的测试工作也变得越来越重要。有很多测试技术可供你选择使用。例如,在 2005 年 4 月份的 MSDN 杂志中,我描述了一个基于 Jscr ipt 的简单系统,它使用 IE 的文档对象模型(Internet Explorer Document Model)来完整地测试某个 Web 应用程序的用户界面。这个技术很有效,但是在几个方面存在着缺陷。我的一些同事问我是否能使用 .Net 框架编写功能更强,但仍然 是轻量级的 Web 应用程序用户界面自动化测试程序。在这个月
VC(gundongtiao)
- 关于在VC++中编程操作滚动条的例子有不少,但由于VC++编程基于消息机制,使得本来很简单的思想变得有些隐讳起来。对于初学者而言,恐怕看到一个例程,并不是很容易就弄清楚其来龙去脉。下面我们结合一个例子,介绍一下如何在VC++中进行滚动条编程。-on the VC program rolling operation of the examples are many, but VC-based news programming mechanism, would make a very simple
shellxx
- 说明 可以使用生成表查询来存档记录、生成表的复制备份、或生成输出至另一个数据库的表的副本、或用作定期显示数据的报表的依据。例如,可以每月运行一次同样的生成表查询,生成地区的销售月报。 -can be used to generate tables to archived records of inquiries, generated table replication backup, or generated output to another database table a copy
guitestfirst
- 《使用测试优先方法开发用户界面》 测试优先是测试驱动开发(Test-Driven Development, TDD)的核心思想,它要求在编写产品代码前先编写基于产品代码的测试代码。在测试驱动开发的单元测试中,对GUI应用实施自动测试应该是测试驱动开发的软肋之一。由于界面的操作是有由人来完成的,所以要想在GUI中完成单元自动测试是有一定难度的。Kent Beck在它的《测试驱动开发》中就曾提到过这个问题。 本文将通过一个例子来讲解在测试驱动开发中如何针对GUI进行单元测试。这个例子是D
csharpshili
- Visual C#案例集锦 第一章C# Windows编程基础 实例1 循环语言的学习-砝码程序验证 实例2 随机数的案例-洗牌程序 实例3 通过实例来剖析C#继承机制 实例4 递归与全局变量的案例1-打靶程序 实例5 递归与全局变量的案例2-二叉树 实例6 引用类型的举例---消去字符串空格 实例7 委托的使用方法实例---加减大小比较 实例8 用C#索引器实现文本文件的倒叙输入 实例9 C#文本文件操作实例---杨辉三角形写入读出
SampleDataset
- 基于vc6和Mapinfo Xmap的地理信息系统开发实例3-based Mapinfo Xmap vc6 and geographic information systems development Example 3
myio
- 用ADS开发的,基于44b0的I/o 读写程序,包括完整的个中函数块,是学习ARM编程的好例子 -with ADS, developed by the 44b0-based I / O read and write procedures, including full-Function blocks, ARM program is learning a good example
vwindlg
- 一个在对话框中加CHtmlView的例子,-An example of adding CHtmlView to dialog box
OutLookRichEdit
- 一个基于mfc的在编辑框中可以有链接的例子--An example based on mfc which has links in the edit box
Example
- 基于VS2005的单文档多视图的小例子,程序复用性高,适于初学者使用-VS2005-based single-document multi-view of the small examples, procedures reusability high, suitable for beginners to use
VegaMFC
- 华科导弹打飞机的例子,基于MFC,但是调试还有问题,还有望高手修正-China Branch missile hit the aircraft example, based on MFC, but there are debugging problems, is also expected to master the amendment
weather-example
- 一个基于VC++编写的天气工具,有天气图片可以显示,非常好用-Based on vc++ write a weather tool, there are weather can display images, very good
SliderTemplate
- 一个xaml写的简单易懂的slider控件模版例子,基于wpf技术,自绘控件,重写控件模版的经典例子。-A xaml write straightforward the slider control template example, based on wpf technology-drawn controls to rewrite the classic example of the control template.
MSCommPro
- VC++使用MSComm控件进行串口通信的例子,基于MSComm来实现,也就是使用串口发送和接收数据,程序运行后会自动检测串口,选择串口后就可以发送一些简单的文字来测试串口通信的效果,之类例子较多了,你可以在本站搜索下“串口通信”。-VC++ controls the use of MSComm serial communication example, based on MSComm, which uses the serial port to send and receive data, p
DataGridView
- VS2010中开发Windows界面应用程序时,DataGridView控件的单元格合并与二维表头的实现。同时给出了一个Form下的使用实例。-This source code give an implementation of cells merging and two-dimensional grid header of DataGridView control in the development of Windows Interface Application by VS2010.
indteuctions-based
- 一个基于C语言的内存监控的例子,含源码及全部说明(An example of a memory monitoring based on C language, including source code and all instructions)