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

搜索资源列表

  1. shujujiemian

    1下载:
  2. 通过VC.net2005编写的上位机通讯软件,通过RS232对下位机的sd卡进行读写、擦除操作。-Written by VC.net2005 PC communications software, through to the next crew RS232 sd card read and write, erase operation.
  3. 所属分类:通讯编程

    • 发布日期:2013-09-23
    • 文件大小:5928439
    • 提供者:
  1. Serial-Test

    0下载:
  2. SerialPort (RS-232 Serial COM Port) in vc++ .NET-SerialPort(RS- 232串行COM端口)在VC++。net
  3. 所属分类:.net

    • 发布日期:2017-06-03
    • 文件大小:15538660
    • 提供者:lkkspp
  1. vc

    0下载:
  2. VC.NET使应用程序窗口总在最前面显示,也就是“窗口置顶”的功能,从工具栏的菜单中选择“最前面显示设置”后,本窗口将显示在所有当前打开窗口的最前面,或者说是最上层显示,不被任何窗口所遮挡,完美实现“窗口置顶”的功能。-VC.NET application window always on top is the " window on top" feature from the toolbar menu, select " set" , the window w
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:54707
    • 提供者:楼广明
  1. vc-tre

    0下载:
  2. VC.NET如何使用树形控件,本例以读取磁盘分区和目录为例,向VC++.NET学习者展示树控菜单如何使用,在本程序中,点击树形的节点,会展开二级的目录树,当然还可以继续向下展开,不过方法已经演示给大家了,需要展开多少级就自己动手实现吧。-The how VC.NET use tree controls, in this case to read the disk partition and directory, for example, show how to use the tree cont
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:40002
    • 提供者:程新连
  1. vc-list

    0下载:
  2. VC.NET使用列表控件的源代码,列表控件用来显示数据,使用非常广泛。这个实例可以帮助你理解列表控件的使用。-Source code VC.NET list control list control used to display data, is widely used. This example can help you understand the use of the list control.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:40325
    • 提供者:程新连
  1. vc-caise

    0下载:
  2. VC++.net将彩色图像转换成黑白图像,有三种转换效果,大同小异,原理基本一样,源代码开源,VC++.NET图像处理参考实例源码下载。-And VC++.net convert a color image into a black and white image, there are three transition effects, more or less the same, the same basic principles, examples of source code downlo
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:51294
    • 提供者:黄明秀
  1. vc.netcurs

    0下载:
  2. VC.NET源码创建和关闭一个等待光标,平时的鼠标状态是箭头,等待(忙时)的状态是另一种图符,这个VC.NET源码将还原鼠标忙时的状态符号,并编写了一个关闭忙时状态的源码,欢迎学习vc++.NET的新手们参考。-The VC.NET source to create and close a wait cursor, the normal state of the mouse arrow, wait for the status (busy) is another icon, this the s
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:56626
    • 提供者:张虎
  1. VC.NET

    0下载:
  2. 用.net实现了无连接的通信,对于同学们的学习研究各方面有很大的帮助,代码已经通过编译。-With. Net realized connectionless communication, for the learning of students study various aspects of a great help, code has been compiled.
  3. 所属分类:.net

    • 发布日期:2017-12-03
    • 文件大小:28198737
    • 提供者:黄玲玲
  1. VC.NETMFC

    0下载:
  2. VC.NET创建一个最简单的MFC程序,此为源码文件,真的是挺简单的MFC程序,想学习VC.NET环境的MFC编程,就要从最简单的MFC程序源码开始,难道不是么? -VC.NET create a simple MFC program, this is the source file, is really quite simple MFC program, want to learn VC.NET MFC programming environment, it is necessary fr
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:21157
    • 提供者:崔凤磊
  1. vc.netmacsource

    0下载:
  2. VC++.NET源码下载,一键获取MAC地址,实现原理:向网卡发送NCBENUM命令,以获取当前机器的网卡信息,如有多少个网卡、每张网卡的编号等,将获取到的网卡MAC地址格式化成常用的16进制形式,如0010-A4E4-5802,保存到数组中,并将所有网卡信息显示在列表中。 -VC++.NET source code download, a key to get the MAC address of Principle: NCBENUM command to send cards to ob
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:52502
    • 提供者:xupeng
  1. VC.NETstringdemo

    0下载:
  2. 收集了一些VC.NET字符串的操作演示实例源码,比如对字符串进行连接,字符串比较,从字符串中存取字符,如何计算一个字符串的大小,如何使用VC快速格式化一个字符串,如何将Cstring类型的字符串转换成int型和float型,如何让字符串赋值给字符指针等技巧,很小的例子,都挺简单,适合初学者-Collected VC.NET string operation demonstrates some examples of source code, such as connection strings,
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:42904
    • 提供者:apudn52
  1. VC.NETnoform

    0下载:
  2. VC.NET源代码创建一个圆角窗口,椭圆形窗口,创建非矩形的窗口,虽然不是常规的窗口类型,但也算“规则”窗口吧,因为除了四角是圆的之外,其余地方与标准的矩形窗口没什么不同,只可惜牺牲了窗口右下角的拖放功能,不能按住鼠标实现拖动了,只能一点一点改边宽度后再改变高度,这样可把窗口拉大或缩校 -VC.NET source code to create a rounded window, oval window, create a non-rectangular windows, though not
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:28078
    • 提供者:apudn53
  1. vc.netformmiddle

    0下载:
  2. vc.net将应用程序窗口设置为居中显示,它有三种模式:1、相对于父窗口居中;2、相对于屏幕居中;3、相对于主窗口居中,请根据你自己的需要选择不同的居中模式,如截图示,点击对应的模式窗口就自动居中,并且把窗口缩小的话,程序会自动判断。-vc.net the application window is set to be centered, it has three modes: 1, relative to the parent window centered 2, relative to t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:50417
    • 提供者:apudn54
  1. VC.NETMFC

    0下载:
  2. VC.NET创建一个最简单的MFC程序,此为源码文件,真的是挺简单的MFC程序,想学习VC.NET环境的MFC编程,就要从最简单的MFC程序源码开始-VC.NET create a simple MFC program, this is the source file, it is really quite simple MFC program VC.NET want to learn MFC programming environment, it is necessary from the m
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:20803
    • 提供者:apudn55
  1. VC.NETopenfiledialog

    0下载:
  2. VC.NET在程序启动时弹出文件打开对话框,基于MFC实现的VS2010源码,使用了微软类库mfc70.dll和msvcr70.dll两个文件,本站已将两个文件下载,放进压缩包内,你只需使用VS2010打开项目源码重新编译运行看效果。-VC.NET pop up when the program starts the File Open dialog based MFC implementation VS2010 source, use the Microsoft library mfc70.d
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:547333
    • 提供者:apudn56
  1. VC.NETcolordialog

    0下载:
  2. VC.NET调用Windows指定对话框的实例,在此演示如何使用Windows的颜色对话框,点击窗口中按钮即可调用系统的颜色选择器,你可把这个功能复制进你的VC.NET项目中,使用方便。-VC.NET call Windows dialog specified instance, in this demonstration of how to use the Windows Color dialog box, click the button to call the window system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:41871
    • 提供者:apudn57
  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
    • 文件大小:51869
    • 提供者:gxtxtplg
  1. VCPP-NET-CODE

    0下载:
  2. VC++ 网络编程示例代码,包括MFC网络编程-vc++ net code
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-12
    • 文件大小:19647244
    • 提供者:康舒
  1. VC-File-system-operation

    0下载:
  2. VC.NET创建和删除文件,所删除的文件是指定的,路径自拟,程序仅供演示文件操作,没有其它的功能,基础级的。-Vc.net to create and delete files, delete the file is specified, path of self, procedure only demo file operations, no other functions, and the base level.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:210831
    • 提供者:夺在
  1. VC-Create-multi-layer-folder

    0下载:
  2. 创建多层文件夹,一个VC++.NET实例,Visual C++ 6.0不能打开此项目,请使用Visual Studio打开项目文件。-Create a multi layer folder, a VC++.NET instance, C++ Visual 6 can not open this project, please use the Studio Visual to open the project file.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:258248
    • 提供者:夺在
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com