CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - demonstrates

搜索资源列表

  1. Modern_C++_Design

    0下载:
  2. Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns that you may never have dreamt was p
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1882504
    • 提供者:shdwfk
  1. getword

    0下载:
  2. Visual Basic 下演示如何用鼠标取词-Visual Basic demonstrates how to use the mouse to take the next word
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2410
    • 提供者:a a
  1. TimeTip

    0下载:
  2. 一个倒计时的例子,演示了MS Calendar控件的使用。-A countdown example demonstrates the use of the MS Calendar control.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:26193
    • 提供者:h_zb
  1. ys

    0下载:
  2. 此程序演示了一段用VB编写的窗体颜色渐变的功能,渐变色可在程序中自行修改~-This program demonstrates some form of the function of the color gradient, gradient colors can be modified in the program itself ~
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:1137
    • 提供者:开电脑
  1. cake_src_20051226

    0下载:
  2. A C++ / OpenGL 3D Engine that demonstrates how to load Quake 3 levels.-A C++/OpenGL 3D Engine that demonstrates how to load Quake 3 levels.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:649781
    • 提供者:equinox
  1. Mapirule

    1下载:
  2. Mobile短信拦截 Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK or Windows Mobile 5.0 Smartphone SDK, ActiveSync 4.0.-Descr iption: This sample demonstrates how to implement a MAPI Rule Client, a COM object
  3. 所属分类:SMS

    • 发布日期:2017-03-26
    • 文件大小:12156
    • 提供者:gzhard
  1. xkwinh

    0下载:
  2. 这是我用易语言写的一个窗口隐藏工具,演示了易语言中的一些功能,更主要的是演示易语言中对API函数的调用。-It is written in easy language I use a window hide tool that demonstrates the easy language of some of the features is more important is to demonstrate easy language to the API function call.
  3. 所属分类:Windows编程

    • 发布日期:2017-04-09
    • 文件大小:4143
    • 提供者:小康
  1. pres_temp_4D_rd

    0下载:
  2. 演示如何利用f90接口读出已经创建了4维数组的nc文件,并检查文件的正确与否-Demonstrates how to use the f90 interface to read out has created a four-dimensional array of nc file, and check the correctness of documents
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1814
    • 提供者:yetsyu
  1. WebElectonicEvaluator

    0下载:
  2. 本示例演示使用Javascr ipt来访问电子评议器,涉及javascr ipt访问com口,如何将Byte数组转化成javascr ipt可访问的数据。-This example demonstrates the use of Javascr ipt to access the electronic evaluation device, involving javascr ipt to access com port, how to Byte array into a javascr ipt
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-05
    • 文件大小:94764
    • 提供者:李认得
  1. MFC_scheduling_algorithm

    0下载:
  2. 操作系统中,四种CPU调度算法的演示:先进先出、动态优先级、时间片轮转法和多级反馈队列。-This program demonstrates four scheduling algorithms of CPU in the OS:FCFS、 DP、 RR&MLFQ
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6732723
    • 提供者:liuxia
  1. mtkpcsimulator

    0下载:
  2. 本视频演示了在mtk开发平台下模拟器如何建立,对初学者值得学习。-This video demonstrates the development mtk platform simulator how to create, for the beginner worth learning.
  3. 所属分类:MTK

    • 发布日期:2017-05-23
    • 文件大小:7325453
    • 提供者:754967300
  1. ExClock

    0下载:
  2. test important AppWizard has created this ExClock application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:30434
    • 提供者:Aleksander
  1. GraphUN

    0下载:
  2. 本程序演示无向网的操作,顶点为字符型(char),权值为整型(int)-This program demonstrates the operation of an undirected network, vertex for the character (char), the right value of an integer (int)
  3. 所属分类:Software Testing

    • 发布日期:2017-04-05
    • 文件大小:6083
    • 提供者:sunnylaisy
  1. Queue

    0下载:
  2. 这个程序演示了链式队列的基本操作,从键盘上输入一个命令,执行相应的操作。-This program demonstrates the basic operation of the queue chain, from the keyboard to enter a command, do the appropriate action.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-26
    • 文件大小:101064
    • 提供者:sunnylaisy
  1. Reg

    0下载:
  2. 本程序演示了如何操作注册表向其中写入程序一般信息及程序运行时所需的变量值。-This program demonstrates how to operate the registry to write programs in which general information and procedures needed to run the variable value.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:102736
    • 提供者:308
  1. MultiTread1

    0下载:
  2. 这个本人学习多线程时写的一个小程序,演示了多个线程的建立,对初学者很有用。-This multi-threaded when I learn to write a small program that demonstrates the establishment of multiple threads, useful for beginners.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:785569
    • 提供者:shenhong
  1. tochkisrc

    0下载:
  2. Delphi realization of well-known points game. Compiles with Delphi 7. Demonstrates simple depth search with some heuristics in estimate function.
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:53477
    • 提供者:GreyWolf
  1. EmbedDesigner

    0下载:
  2. 吸附报表源码,这个例子演示了,可以在web上做报表的例子-Adsorption statements source code, this example demonstrates, you can do in the web report examples of
  3. 所属分类:Printing program

    • 发布日期:2017-03-26
    • 文件大小:7087
    • 提供者:hai li
  1. GridTreeCtrl_new

    0下载:
  2. This example demonstrates how to embed a tree and add button cells to Chris Maunder s MFC Grid control (derived from CWnd-This example demonstrates how to embed a tree and add button cells to Chris Maunder' s MFC Grid control (derived from CWnd
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:221479
    • 提供者:jiaocq
  1. VBScript

    0下载:
  2. VBscr ipt 例子示范了如何打开文件,并向文件添加数据,然后关闭文件-VBscr ipt Example demonstrates how to open the file, add data to the file, and then close the file
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:3292
    • 提供者:ludi
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com