CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程

资源列表

« 1 2 ... .53 .54 .55 .56 .57 48258.59 .60 .61 .62 .63 ... 58526 »
  1. dam

    0下载:
  2. Arithmetic coding from argv. writing in c-Arithmetic coding from argv. writing in c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2.59kb
    • 提供者:damwes5
  1. socket

    0下载:
  2. 用socket编写的聊天软件,socket写的udp收包程序-A chatroom program made by socket
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:75.46kb
    • 提供者:wucaifang
  1. 2DMaxima

    0下载:
  2. VC++ 二维坐标系下求极大值,对离散点求极大值,StdAfx.h,StdAfx.cpp这些文件用于生成名为 2DMaxima.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。编译运行需要msvcr100d.dll和msvcp100d.dll文件,可在DLL下载栏目下载。-VC++ seek maximum two-dimensional coordinate system, seeking maximum value of discrete points,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1.83mb
    • 提供者:wpudn26
  1. D3D_Starterkit_v3.0b

    0下载:
  2. 3D_Starterkit一个可用于射击游戏类的Directx 3D库,CF透视,D3D_Starterkit_v3.0b资源包下载-3D_Starterkit a library that can be used Directx 3D shooter category, CF perspective, D3D_Starterkit_v3.0b Resource Kit Download
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:70.15kb
    • 提供者:wpudn26
  1. Qtllk

    0下载:
  2. 基于Qt的VC++连连看程序,源代码本身是比较小的,QT库附带的文件比较多,源码打包后有22M左右,因建立于QT库,所以比较有针对性,以此有需求的可下载源码,源代码在sources文件夹中。游戏测试文件在Game目录下。- Qt-based VC++ lianliankan program source code itself is relatively small, QT library accompanying documents are more about the source pa
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-14
    • 文件大小:21.24mb
    • 提供者:wpudn26
  1. WebBroswer

    0下载:
  2. WebBroswer网页浏览器的VC++.NET完整源码,基于MFC构建,需要mfc100ud.dll,msvcr100d.dll两个DLL文件,浏览器功能方面实现网页浏览的快进、快退、刷新等功能。SHARED_HANDLERS 可以在实现预览、缩略图和搜索筛选器句柄的ATL 项目中进行定义,并允许与该项目共享文档代码。   如果应用程序是利用公共语言运行时支持(/clr)构建的,则:   1) 必须有此附加设置,“重新启动管理器”支持才能正常工作。   2) 在您的项目中,您
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:160kb
    • 提供者:wpudn26
  1. start

    0下载:
  2. VC源码下载,C++动态创建Startmenu菜单,vc6.0就可直接编译了。类似于Win开始菜单,新手学习的源码,高手请绕行。-VC source code download, C++ to dynamically create Startmenu menu, vc6.0 can be directly compiled. Win similar to the Start menu, and newcomers learn the source, experts please bypass.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:19.55kb
    • 提供者:wpudn26
  1. HardwareInfo

    0下载:
  2. 用来显示信息的一个VC++窗口,请注意这个不是检测硬件的,里面的信息是测试用的,不准确。主要功能是实现信息的显示,比如排版和那些分隔线之类的,我想是V++新手的话,或许会需要类似的技巧吧,源代码有些老了,不过在VC6.0下通过转换工程可以直接编译运行。-VC++ is used to display a window information, please note that this is not a hardware detection, which is a test message, i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:26.72kb
    • 提供者:wpudn27
  1. ntray

    0下载:
  2. VC++ Tray 托盘+图标+右键程序源代码,VC源码下载,程序运行后在右下角的托盘处显示图标,并支持鼠标右键菜单,可选择点击操作对应的功能,想在你的VC++项目中增加托盘图标么?本源码就是一个很好的参考范例。-VC++ Tray tray+ icon+ right program source code, VC source code download, the program is running is displayed in the tray at the bottom right c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:24.22kb
    • 提供者:wpudn27
  1. res_dlg

    0下载:
  2. 可调整大小的VC++对话框源码,拖着右下角就可以放大或缩小对话框,基础的窗口编程例子,希望新手能够喜欢。-Resizable dialog box VC++ source code, dragging the bottom right corner of the dialog box you can zoom in or out, based window programming examples, I hope novices can enjoy.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:20.35kb
    • 提供者:wpudn27
  1. splitter

    0下载:
  2. 可变的分割视图,VC++从多种方式分割窗体视图,上下分割、左右分割,交叉分割等,包括了大家常见的窗口分割方式,其中一种效果如测试截图所示,VC++6.0可直接编译源代码。-Variable split view, VC++ split form view from a variety of ways, from top to bottom split about segmentation, cross-segmentation, including all the common way spli
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:37.14kb
    • 提供者:wpudn27
  1. folder

    0下载:
  2. 一个只显示文件夹信息的C++对话框类,只是类文件,设计对话框的使用可以用的到,暂时没有调用示例-A display only the folder C++ dialog class information, but the class file, using the design of the dialog box can be used to, there is no call example
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.92kb
    • 提供者:wpudn28
« 1 2 ... .53 .54 .55 .56 .57 48258.59 .60 .61 .62 .63 ... 58526 »
搜珍网 www.dssz.com