搜索资源列表
ick
- 前 言 2000年上半年,Inprise公司(原Borland公司)推出了C++Builder的最新版本:C++Builder 5。C++Builder 5继承了以前版本的优点,并在此基础上增添了许多新的功能,比如... 图书类别:C++ Builder 图书格式:PDF 授权方式:免费版 C++ Builder核心编程技术 2005-1-12 640 ·C++Builder核心编程技术 图书类别:C++ Builder 图书格式:WDL 授权方式:免费版 跨越C++BUILDER3.0 20
uml模型的基本概念
- 个人总结的基本概念文档,可以让初学者避开烦琐的细节,直接进入UML的核心概念。-personal summing up the basic concepts of documents, allowing beginners to avoid tedious details of the UML directly into the core concept.
VFWUIDesign
- 该程序是基于一个VFW的采集和相关图像处理程序,除了提供了VFW采集相关的设计技术核心外,重点提供了整体程序的界面设计,提供了SkinWin类和CollapsiblePanel类的使用,本人认为它们是一般程序框架设计的经典搭配:)界面还不是很漂亮,期待懂美工的同志能提出修改意见:)-the program is based on a VFW related to the acquisition and image processing procedures, in addition to the
制作软盘镜像文件核心代码
- 制作软盘镜像文件核心代码,希望对磁盘镜像学习者能有一定启示-floppy disk image file produced the core code, and I hope to disk mirroring learners can have a certain amount Inspiration
22_108_3
- 要:ARM 公司以及ARM 芯片的现状和发展,从应用的角度介绍了ARM 芯片的选择方法,并介绍了具有多芯核结 构的ARM 芯片。列举了目前的主要ARM 芯片供应商,其产品以及应用领域。举例说明了几种嵌入式产品最佳ARM 芯片选择方案。-to : ARM ARM chip companies and the status and development of applications from the point of view of the ARM chip options, and h
CSDNdotText
- 基于.Net环境下c#实现的国人自己的Blog平台,基于.Text的核心技术,但做了汉化以及改写了一部分的核心代码,值得研究学习-based. Net environment c #, the Chinese own blog platform based on. Text of the core technology, but what they do and the effort to rewrite part of the core code, it is worth learning R
Java核心技术卷2源代码
- Java核心技术卷2源代码,这个还用介绍吗-Java core technology Volume 2 source code, also used the briefing? ?
Wnd
- the window is for the HDD_RECORDER s record window.cause the source core is great large.if someone enjoys it ,pls contact me.
距离矢量路由模拟
- 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
在对话框画图标核心程序
- 本程序实现了在对话框画图标核心程序,很有参考价值,也可以直接在上面修改。-the program in the core box icon painting process was useful and can be directly above changes.
单片机优化设计
- 21IC精华帖之 单片机优化设计 原文片断: 单片机程序的设计、仿真调试只是单片机系统的设计一部分,单片机系统的优化设计才是单片机系统的设计的核心和难点。由于很多人没有认识到这个问题,导致了单片机系统不能工作、或是工作不稳定、成本过高等问题。 -21IC essence TIE Zhi microcontroller design optimization original clips : SCM process design, simulation, debugging
这些日子我一直在写一个实时操作系统内核
- 让大家了解计算机系统的内核,学习计算机的组成,更早成为一名合格的开发者-enable us to understand the core of the computer system, computer components, as an earlier qualified developers
depcheck
- This utility will investigate the ST#UNST.LOG file created when deploying a package made using Visual Basic s Package and Deployment Wizard, determining whether the minimum core MapObjects and Microsoft system files have been included in the deployme
PML_Core_Specification_v1.0
- Epcglobal标准体系--PML核心规范1.0版本-Epcglobal standard system -- PML core specification version 1.0
WindowsHXBC
- windows核心编程 原代码,很难得找到的,希望能给大家收获-windows core of the original programming code, it is difficult to find in the hope that we can harvest
20051020152941198
- DSP的设计 主要应用于DSP数字滤波器中 其核心是目前最先进的设计方法-DSP mainly used in the design of digital filters DSP core is the most advanced design methods
PC_ControlMotor
- 一个用PC机调节电机系统的程序; 下位机可以使用8位或者16位MCU控制核心;-a PC with the motor system; Under the crew can use 8-bit or 16-bit MCU core control;
wdm5
- 用户态使用Win32 CreateFile访问驱动程序,dwShareMode为0时来请求独占内核对象在设备对象DEVICE_OBJECT结构中存储设备的信息,对于与设备的每个交互,相关的DEVICE_OBJECT被传递给驱动的回调例程。,但是开发者可以扩展设备结构,称为设备扩展 在PnP IRP中我们加载设备NTSTATUS Wdm1AddDevice( IN PDRIVER_OBJECT DriverObject,-Win32 users use CreateFile state vis
876543
- 系统分析是应用系统思想和方法,把复杂的对象分解成简单的组成部分,找出这些部分的基本属性和彼此之间的关系,系统分析也是根据系统调查中获得的原始资料,对用户组织内部整体管理状况和信息处理规程进行分析,确定用户需求,并建立新系统的逻辑模型的过程。系统分析和设计是系统信息系统开发的核心,而系统分析又是系统设计的基础。它是研制信息最重要的阶段,也是最困难的阶段。其具有决策性,方向性,策略性的特点。-System is the application of systems thinking and meth
guitestfirst
- 《使用测试优先方法开发用户界面》 测试优先是测试驱动开发(Test-Driven Development, TDD)的核心思想,它要求在编写产品代码前先编写基于产品代码的测试代码。在测试驱动开发的单元测试中,对GUI应用实施自动测试应该是测试驱动开发的软肋之一。由于界面的操作是有由人来完成的,所以要想在GUI中完成单元自动测试是有一定难度的。Kent Beck在它的《测试驱动开发》中就曾提到过这个问题。 本文将通过一个例子来讲解在测试驱动开发中如何针对GUI进行单元测试。这个例子是D