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

资源列表

« 1 2 ... .33 .34 .35 .36 .37 10838.39 .40 .41 .42 .43 ... 199244 »
  1. VC.NETDLL

    0下载:
  2. VC.NET显式链接DLL,那个半透明窗口不错啊,在关于显式链接DLL的源码,比较简单的那种参考实例,欢迎大家参考-VC.NET explicitly linked DLL, the translucent window ah well, at about explicitly link the DLL source code, relatively simple examples of the kind of reference, we welcome the reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:50.65kb
    • 提供者:gxtxtplg
  1. ctretedafile

    0下载:
  2. 使用VC.NET建立一个特大文件,看了一下,所创建的大文件HugeFile.dat是200M,里面究竟是什么内容,你看了就知道,我暂时没有看,这里只是教你一种用VC.NET生成大文件的方法,有VS2010的用户可编译运行下。-Use VC.NET create a large file, looked at the large files created HugeFile.dat is 200M, which is exactly what you read on to know, I do n
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:27.77kb
    • 提供者:gxtxtplg
  1. Vcfindertxt

    0下载:
  2. VC.NET对文本文件进行查找与替换操作,类似记事本里的查找替换功能,挺简单的,对于初学者来说,是想当实用的VC小技巧。本源码不能运行于VC6.0,需要VS2010才可以。-VC.NET text file search and replace operations, similar to Notepad s Find and Replace feature, quite simply, for starters, is the VC wanted practical tips. The sou
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:28.21kb
    • 提供者:gxtxtplg
  1. vcdialogs

    0下载:
  2. 本实例集中展示了一些VC.NET文件对话框的使用演示,功能有如何设置文件保存对话框、如何设置文件对话框的标题、如何设置文件对话框过滤器、如何设置文件对话框多重选择功能、如何设置文件对话框打开时的目录位置、如何设置从文件对话框中获取文件扩展名、如何从文件对话框中获取文件标题、如何获取文件对话框选择的多个文件,相信这些很基础的对话框实例,对vc++.NET入门者会有不小的帮助。-This example demonstrates the use of showcasing some of VC.NE
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:41.96kb
    • 提供者:gxtxtplg
  1. setdialogs

    0下载:
  2. 这是一个VC.NET源码,使用页面设置对话框,在VC.NET编程中对对话框的使用不太熟悉的初级爱好者,你可下载参阅。 -This is a VC.NET source, use the Page Setup dialog box, in VC.NET programming are not familiar with the use of dialog primary lovers, you can download the information.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:50.37kb
    • 提供者:gxtxtplg
  1. fontdialog

    0下载:
  2. VC.NET源码实现在窗口指定区域点击鼠标右键,弹出字体设置对话框,在对话框中可设置窗口内的文字样式和颜色以及大小,就和Windows的字体对话框功能是一样的。-VC.NET source to achieve the designated area of the window click the right mouse button to bring up the Font Settings dialog box where you can set the text style and col
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:27.72kb
    • 提供者:gxtxtplg
  1. RC4_CPP

    0下载:
  2. C++源码实现RC4的文件加密、解密功能,本程序可在VC++ 6.0环境下直接编译成功。在窗体中选择需要加密的文件,随便输入你自己想要的加密密钥,点击“文件加密”功能,即可快速实现基于RC4算法的文件加密程序。保存的文件后缀为RC4,如果选择打开的是RC4文件,则程序自动加载解密模块,输入密钥可解密文件。-C++ source file encryption RC4 decryption function, the success of the program can be compiled d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:11.73kb
    • 提供者:gxtxtplg
  1. FontsEnumTest

    0下载:
  2. 用VC++代码实现一个读取Windows系统所有字体的面板,并应用这些字体实现字体设置程序,可选择字号、字体样式、字体名称等,下面的方框主是要演示所选择的字体样式,通过这个程序可了解VC如何读取到Windows字体的,以及如何将字体的设置应用到指定的对象上。-With VC++ code to achieve a Windows system reads all the fonts panel, and apply these fonts to achieve font setup, you c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:33.55kb
    • 提供者:gxtxtplg
  1. dialogfloder

    0下载:
  2. VC.NET文件对话框文件夹操作演示,演示了如何调用系统的“选择文件”对话框和“新建文件夹”对话框,看似简单,但平时编程时候经常用到,复杂就是从简单做起,呵呵,希望想学习VC.NET的新手能下载源码了解一下。-VC.NET file dialog folder operations demo demonstrates how to call the system "Choose File" dialog box and the "New Folder" dialog box, seemingly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:41.38kb
    • 提供者:gxtxtplg
  1. sort

    0下载:
  2. 各种排序算法大全c++版 直接顺序排序、冒泡排序,选择,快排,希尔排序,堆排序,归并排序、筛选法调整堆、堆排序、一次归并、一趟归并法排序、归并排序的非递归算法、归并排序的递归算法、将两个已排序的子序列归并。-Various sorting algorithms Daquan c++ version of the direct order sort, bubble sort, select, quick row, shell sort, heap sort, merge sort, filter
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.11kb
    • 提供者:gxtxtplg
  1. runniancheck

    0下载:
  2. 平闰年判别器,VC++6.0源码,可判断0001-9999之间的年份量不是闰年,在右上角的输入框输入任意4位数,点击下页的”识别“按钮,程序即可算出结果,并显示在右侧的主方框区,为了程序界面漂亮一些,作者使用了SkinH.dll对其进行了美化。-Ping leap discriminator, VC++6.0 source, can determine the amount of years between 0001 and 9999 was not a leap year, in the to
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:993.45kb
    • 提供者:gxtxtplg
  1. HIDincludfile

    0下载:
  2. 本页收集了一些在VC++中进行HID设备读写的头文件:hid.lib hidpi.h hidsdi.h setupapi.lib targetver.h,需要时请引入这些头文件,链接库也要加入,至于怎么加入,百度就OK了,另附压缩包内附有一张示例图,告诉你如何引入这些头文件。-This page is a collection of some conduct HID device to read and write in VC++ header files: hid.lib hidpi.h hi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:56.8kb
    • 提供者:gxtxtplg
« 1 2 ... .33 .34 .35 .36 .37 10838.39 .40 .41 .42 .43 ... 199244 »
搜珍网 www.dssz.com

浏览历史记录

关闭