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

搜索资源列表

  1. api0014123

    0下载:
  2. 该源代码可以在桌面创建和删除快捷方式,也可以创建菜单快捷方式-the source code can create and delete desktop shortcuts can also set menu shortcuts
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2214
    • 提供者:安化
  1. GraphMatrix

    0下载:
  2. 以邻接矩阵作为图的存储结构,根据键盘输入创建图,并深度优先、广度优先遍历该图-matrix as to the adjacent storage structure of the plan, according to the keyboard input to create map and depth of priority, breadth priority traversal of the plan
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1171
    • 提供者:daimin
  1. LastOrderTree

    0下载:
  2. 创建二叉树,并实现二叉树前序、中序递归遍历算法和二叉树的后序非递归遍历-create binary tree, and to achieve binary tree before the sequence, sequence recursive traversal of a binary tree algorithm and after non - recursive traversal sequence
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1012
    • 提供者:daimin
  1. MpegDShow

    0下载:
  2. 学习DirectShow的起始步骤,教你如何创建Filter Graph,如何建立连接与显示!-learning DirectShow initial steps teach you how to create Filter Graph, how to establish connections with the show!
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:43734
    • 提供者:悉尼
  1. SampGrabCB

    1下载:
  2. Desc: DirectShow sample code - C++ console application demonstrating use of the IMediaDet interface to create a graph that contains a sample grabber filter. It shows how to use the sample grabber and a COM object callback to display informa
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:9864
    • 提供者:wpf
  1. hlsw

    0下载:
  2. These are two classes which should allow you to create and read information from HLSW Database files. Versions 1-5 should be supported, but only 4/5 have actually been tested.-These are two classes which should allow yo u to create and read inf
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3603
    • 提供者:kuang
  1. GLDrawBezier

    0下载:
  2. 使用VC6.0创建一个绘制Bezier曲线的工程,初级应用-VC6.0 used to create a Bezier curve drawing, the initial application
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:115320
    • 提供者:陈飞
  1. OpenglBitmap

    0下载:
  2. 用到了glReadPixels glDrawPixels glCopyPixels来创建和拷贝位图-uses glReadPixels glDrawPixels glCopyPix els to create and copy bitmap
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:147527
    • 提供者:陈飞
  1. Managed_DirectX9

    0下载:
  2. 学习Managed directx3d的很好的资料,VC#源码实例,共包括6章,其中第四章为:创建三维地形-learning the good information, VC# source code examples, it includes six chapters, Chapter 4 : create three-dimensional topographical
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:682217
    • 提供者:weiguian2
  1. Smsphone

    2下载:
  2. 可以自动接收短信,可以发送短信,可以拨打电话(已通过测试)注:短信中心号需要自己去设一下-can automatically receive text messages that can send text messages, phone calls (the test) Note : SMS center, it needs its own to create what
  3. 所属分类:Modem编程

    • 发布日期:2008-10-13
    • 文件大小:244462
    • 提供者:赵小荣
  1. asp-xiaoyoulu

    0下载:
  2. 本文件为利用ASP开发的管理信息系统项目,文件名为校友录,按照说明\"校友录系统_数据表创建方法\"来进行数据表的创建.-this document for the development of ASP Management Information System project, a document called the alumni, follow the instructions to "alumni system _ data tables to create methods&
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:43619
    • 提供者:黄一平
  1. librarymanagesystem

    0下载:
  2. 本文件为ASP开发的图书馆管理系统,开发环境为ASP,创新数据时按照\"图书馆管理系统_数据表创建方法\"来进行创建.-this document for the development of the ASP library management system, development environment for ASP, innovative data in accordance with the "Library Management System to create data
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:26457
    • 提供者:黄一平
  1. broadonlinesystem

    0下载:
  2. 本文件为ASP开发的在线播放系统,挺不错的,创建数据需按照说明进行创建,祝你成功!-this document ASP for the online broadcast system sounds very good, the need to create data follow the instructions to create, I wish you success!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:957418
    • 提供者:黄一平
  1. CodeNet

    0下载:
  2. 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:25670
    • 提供者:李君懿
  1. OpenGL_A5

    0下载:
  2. This the basic application template that I use to create my OpenGL applications-This the basic application template tha t I use to create my OpenGL applications
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:90869
    • 提供者:古洪
  1. workflow_developer_guide

    0下载:
  2. 这个文档主要介绍如何用oracle workflow创建实例,大家可以学习-this document describes how to create workflow with oracle example, we can learn
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:1434258
    • 提供者:张眼风
  1. MapxSample_mapx

    0下载:
  2. 一段关于如何在visual c++中创建mapx控件,并加入常用工具的源码。-section on how visual c + + create mapx control, and the tools used to FOSS.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:123175
    • 提供者:晓钟
  1. bao.soso.com

    0下载:
  2. 活动介绍 1.智慧夺宝季期间,只要使用SOSO网页、图片、音乐、论坛、视频等搜索频道搜索知识类和健康类的相关内容,在搜索结果页面下方就会随机掉落智慧果,智慧果的数量和概率与你的搜索内容和次数有关哦。点击智慧果,填写个人资料,智慧果就会落入你的囊中,累计你的智慧积分,随时赢取心仪奖品! 2.活动开始后,你也可以立即参加智慧创想活动,在搜吧中自由畅想搜索的发展和soso的未来,只要在智慧夺宝季期间累计智慧积分在前10000名,同时你的创想又得到专家的认可和青睐,就有机会免费参观腾讯公司。如
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:715386
    • 提供者:wh
  1. FireText.500070

    0下载:
  2. 制作火焰文字 运行时文字周围有火焰闪动,颇为好看。 基本思想: 对于给定的文字,其周围的三原色分量值往外依次减去一个随机量 (该随机量随时间改变,造成动画效果),直到减到0为止。在文 字周围即可看到比文字颜色淡的火焰。如果忽略蓝色分量,并使黄 色分量减的快一些,即可得到真实的火焰效果。 -text characters running around a flame flicker, rather pretty. Basic idea : For a g
  3. 所属分类:多媒体

    • 发布日期:2010-07-09
    • 文件大小:9145
    • 提供者:murmurxiu
  1. makeQQAppearanceUseVC++

    0下载:
  2. 用VC打造QQ界面,很不错的哦,值得一看 吐血推荐-VC create QQ interface is pretty good, um, eye-catcher hematemesis Suggest
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:73776
    • 提供者:dedodong
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com