您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 多线程Teechart-line点画线程序

  2. 本程序开发环境为BCB6.0。 包含的Unit有Form_Main、RandomGenerator、Thread_Calculate、和Thread_Show四个。 其中,Form_Main是窗体类,包含teechart组件;RandomGenerator是一个随机数产生器,不做详细说明;Thread_Calculate是一个继承TThread的类,相当于程序里的数据产生器,同时生成sin、cos和一组随机数;Thread_Show是另一个继承TThread的类,负责同步把Thread_Cal
  3. 所属分类:专业指导

    • 发布日期:2009-08-25
    • 文件大小:21504
    • 提供者:drssth
  1. 中国在线(ON-LINE.CN) 太平洋版

  2. 本版为综合网,拥有超大18M数据库,全部为可用数据。包括:暴笑 女性 笑话 娱乐 科技 生活 文化 人才 教育 游戏 旅游 房产 汽车 校园超级管理文件为admin_login.asp用户:on-line.cn密码:on-line.cn
  3. 所属分类:C#

    • 发布日期:2005-05-28
    • 文件大小:0
    • 提供者:chenxh
  1. vc cmd line parser

  2. VC 类, 解析命令行参数 console application command line parser.
  3. 所属分类:C++

    • 发布日期:2010-06-10
    • 文件大小:4096
    • 提供者:everrin
  1. C++课程设计组合派生构成新的类

  2. C++课程设计的报告,电子版题目是通过组合和派生构成新的类
  3. 所属分类:C++

    • 发布日期:2010-06-28
    • 文件大小:1048576
    • 提供者:lixiaozhi3324
  1. 学习曲线绘制的一个好程序

  2. 通过构建一个line 类,实现对各种曲线 的绘制 ,是一个初级的实例程序
  3. 所属分类:C++

    • 发布日期:2010-11-03
    • 文件大小:174080
    • 提供者:sandy_cuicui
  1. 1 simple line of code to show the effects of how the Mouse P

  2. 1 simple line of code to show the effects of how the Mouse Pointer changes with the click of a button.
  3. 所属分类:专业指导

    • 发布日期:2006-02-23
    • 文件大小:2048
    • 提供者:chenxh
  1. A Simple Dash-Line Class一个简单的虚线类(4KB)

  2. A Simple Dash-Line Class一个简单的虚线类(4KB)
  3. 所属分类:专业指导

    • 发布日期:2006-02-23
    • 文件大小:4096
    • 提供者:chenxh
  1. A Simple Dash-Line Class画大于1个逻辑单位的虚点线(46KB)

  2. A Simple Dash-Line Class画大于1个逻辑单位的虚点线(46KB)
  3. 所属分类:专业指导

    • 发布日期:2006-02-23
    • 文件大小:47104
    • 提供者:chenxh
  1. Line tracker class similar to CRectTracker(45KB)

  2. Line tracker class similar to CRectTracker(45KB)
  3. 所属分类:专业指导

    • 发布日期:2006-02-23
    • 文件大小:44032
    • 提供者:chenxh
  1. 绘制直线,windows下绘制,线类定义

  2. 绘制直线,通过进行对线类的定义以及线的绘制,将线在windows中界面上进行线的绘制
  3. 所属分类:C/C++

    • 发布日期:2011-09-29
    • 文件大小:36864
    • 提供者:xiting_tick
  1. 使用point类生成line类,使用组合和派生两种方法

  2. 本设计题目的任务是使用Point类产生Line类。分别通过组合类及派生类两种方法实现,并要求分别给出使用类模板实现的程序。 本设计题的目的是使学生掌握在不同的实现方法中,如何设计相应的构造函数和拷贝构造函数,进一步理解程序调用它们及析构函数的执行顺序,掌握组合类和派生类。另外本设计题目要让学生进一步掌握和理解类模板的技术及其实现方法。
  3. 所属分类:C/C++

    • 发布日期:2011-12-29
    • 文件大小:7168
    • 提供者:taoxd1547338141
  1. 通过point类生成line类,使用类模板

  2. 本设计题目的任务是使用Point类产生Line类。分别通过组合类及派生类两种方法实现,并要求分别给出使用类模板实现的程序。
  3. 所属分类:C/C++

    • 发布日期:2011-12-29
    • 文件大小:7168
    • 提供者:taoxd1547338141
  1. VC非窗口类定时器

  2. VC非窗口类定时器 #if !defined(AFX_TIMERDEMODLG_H__83D29A02_A119_4900_AB57_D6D011547F90__INCLUDED_) #define AFX_TIMERDEMODLG_H__83D29A02_A119_4900_AB57_D6D011547F90__INCLUDED_ #include "Person.h" // Added by ClassView #include "MyTimer.h" // Added by ClassV
  3. 所属分类:C++

    • 发布日期:2012-04-19
    • 文件大小:39936
    • 提供者:zhiqiang_pobo
  1. 用类的组合实现的三角形类

  2. 我用了三个类,包括Point类 Line类 Triangle类来实现类的组合封装
  3. 所属分类:Windows Server

    • 发布日期:2012-05-24
    • 文件大小:865
    • 提供者:yishuyan
  1. 专业的log类(C++)类

  2. Log.cpp Log.h Thread.cpp Thread.h CriticalSection.cpp CriticalSection.h #ifndef _LOG_H_ #define _LOG_H_ #ifndef _CRT_SECURE_NO_DEPRECATE #define _CRT_SECURE_NO_DEPRECATE #endif #include "CriticalSection.h" #include "Thread.h" #include #include #in
  3. 所属分类:C++

    • 发布日期:2012-06-14
    • 文件大小:3072
    • 提供者:mxwtws
  1. CommonLibrary.NET类库源码2012726

  2. CommonLibrary.NET类库源码 源码描述: CommonLibrary.NET 此源码从C#4.0组件中收集的一套重复使用的代码,包括 ImportExport Information IocContainer Location Logging Maps NamedQuery Notifications Paging Query QueueProcessor Repository Scheduler scr ipts ToDo Validation Web Xml等类库源码。 一些
  3. 所属分类:Web开发

    • 发布日期:2012-07-26
    • 文件大小:3145728
    • 提供者:ss_geng
  1. Here is an Inversion program with only 1 line of code to cha

  2. Here is an Inversion program with only 1 line of code to change a picture to a negative format.
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:43008
    • 提供者:chenxh
  1. Transparent Form with bitmap mask 1 line code for call this

  2. Transparent Form with bitmap mask 1 line code for call this DLL
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:15360
    • 提供者:chenxh
  1. Triangle wars is a thrilling demo of story line and trigonom

  2. Triangle wars is a thrilling demo of story line and trigonomety plus the designing of huge 24-bit bitmaps and the like. Enjoy
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:188416
    • 提供者:chenxh
  1. ChessMASTER version 1. This is a fully fuctional on-line Che

  2. ChessMASTER version 1. This is a fully fuctional on-line Chess game. It also has offline playability with Artifiscal Inteligence and two player modes.
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:110592
    • 提供者:chenxh
« 12 3 4 5 6 7 8 9 10 ... 24 »