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

搜索资源列表

  1. 在网页中调用VC写的对话框

    3下载:
  2. OCX控件,在网页中可以直接调用OCX控件的例子。-OCX controls on the website can be called directly OCX controls example.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:28686
    • 提供者:大灰熊
  1. 桌面宠物的制作(不规则窗体的制作)

    1下载:
  2. vc++编译器应用向导只能生成规则的矩形窗体,但是不能生成不规则的窗体,本文通过一个实例介绍如何做一个不规则窗体,通过这个例子,大家可以进一步做成一个桌面宠物-vc Application Wizard compiler can generate the rules of rectangular windows, but not generating irregular forms, the paper through an example of how to do an irregular f
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:177660
    • 提供者:叶秋风
  1. ShareMem共享内存

    0下载:
  2. 一个好的共享内存编程例子,通过该例子可以掌握共享内存编程的方法。比较实用-a good example of shared memory programming, through which we can get examples of shared memory programming method. More Practical
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:21394
    • 提供者:王杰
  1. 椭圆

    0下载:
  2. 计算机图形学的一个例子,大家可以参照一下艾,是本人编的,大家评评吧-an example, we can refer to the AI, I series, we assess commentary! !
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:64681
    • 提供者:要为
  1. VC++网络高级编程之八

    0下载:
  2. 该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP 和LeapFTP 其中有两个例子.有一个可以设置防火墙和代理类型,界面没有另一个好.-example through the WinInet programming interface to achieve a complete FTP client, and interface similar to the new CuteFTP with two examples. One can set up a fi
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:223595
    • 提供者:张思发
  1. ATL写的一个操作INI文件的COM组件

    1下载:
  2. 一个别人写的ini文件读写com控件,可以作为学习ATL编程的好例子,也可以学习ini文件读写-a written document literacy com ini control, ATL can learn as a good example of programming, but also can learn to read and write documents ini
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:19088
    • 提供者:wgw
  1. deswww2

    0下载:
  2. 加密_解密字符串的例子,使用简单有效,可以用一下-encryption _ decrypt strings example, the use of simple and effective, you can use what
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8506
    • 提供者:冷寒冰
  1. MFCFTPClient

    0下载:
  2. MFC的扩展动态连接库,可以实现一些简单的FTP功能。对于学习MFC的人来说,是一个不错的例子-MFC extension DLL, can achieve some simple FTP functions. Learning MFC people, is a good example
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:54538
    • 提供者:李浩
  1. 利用DirectX7.0编程示例程序

    0下载:
  2. 些示例是我前天去买 Visual Basic 的书时看到的,因为盗版商正在促销买一送一。(D版软件)当然这些示例也是在盗版软件里找到的,由于光盘表面的粗糙害我心爱的光驱卡了两次盘,可能是因为这个原因现在读盘时总能听到咯噔!咯噔!声。我想她撑不了多久了,不过还好我用的是品牌机,坏了可以换新的。总之这份示例真的来之不易! 也许您已经有过了。这是一个例子DX-these examples is the day before I bought the book Visual Basic to see,
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:713762
    • 提供者:kjkj
  1. 200459151651

    0下载:
  2. socket编程经典小例子,简单实用,用它可进行聊天软件的制作,使用mfc制作聊天软件!-socket programming classic example of a small, simple and practical, it can be used for the production of chat software, the use of chat software mfc produced!
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:25781
    • 提供者:刘宾
  1. newsock

    0下载:
  2. 一个简单的SOCKET通信的例子。 可以作为服务端进行侦听,也可以作为客户端请求连接。-a simple example of Socket Communications. As for the interception server, the client can ask to be connected.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:33630
    • 提供者:刘明
  1. 功能强大的DATAGRID

    0下载:
  2. 功能强大的DATAGRID控件附有原代码和使用例子,可以加入图片..日期.颜色..等-powerful DATAGRID control with the original code and the use of examples, pictures can be added .. date. Other colors ..
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:413550
    • 提供者:路连兵
  1. duoduantu

    0下载:
  2. 这是计算机算法基础中的动态规划的方法的一个例子,多段图是一个很经典的问题!这里的程序用于求解最小成本路径,用类似的思想可以解决最优分配方案的问题!-This is a computer algorithm based on the dynamic programming methods of an example, many of the map is a classic question! Here the procedures for calculating the minimum cost
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5875
    • 提供者:中国
  1. 200508121002501792

    0下载:
  2. 一个opengl的例子!!可以帮助你更详细的了解opengl-an opengl example! ! I can help you more detailed understanding opengl!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:48980
    • 提供者:张要
  1. j-sockets

    0下载:
  2. JAVA网络SOCKET编程 实例,可初学者学习的很好例子,可借鉴学习-Java network programming examples, beginners can learn a good example, upon learning
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:183350
    • 提供者:周爱民
  1. dll_test

    0下载:
  2. dll 的例子,很典型的例子,大家可以看看啦,看了不后悔,-dll example, a typical example, we can a look, saw no regrets.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:38894
    • 提供者:李重庆
  1. Abstract Factory

    0下载:
  2. 设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。-design patterns VC example, can be used to study design patterns. I feel very useful.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7289
    • 提供者:陈刚
  1. Adapter_Class

    0下载:
  2. 设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。这个是Adapter模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is Adapter Model
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3720
    • 提供者:陈刚
  1. Bridge

    0下载:
  2. 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Bridge模式-design patterns VC example, can be used to study design patterns. I feel very useful. This model is Bridge
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5520
    • 提供者:陈刚
  1. Builder

    0下载:
  2. 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Build模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Build Model
  3. 所属分类:其它

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