CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - vc Connection

搜索资源列表

  1. chremoport.rar

    0下载:
  2. VC++修改远程桌面连接的默认端口的程序源代码,因为工作需要,需要更改远程桌面连接的端口号,网上虽找到了,但大部分提示有病毒,所以不敢使用,自己根据远程连接端口的原理,即修改注册表REG_DWORD值,重写了一个。注意,修改后需要重启计算机才能生效。,VC++ modify the default Remote Desktop Connection port source code, because the job needs, and need to change the Remote Des
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:24.81kb
    • 提供者:781
  1. MainMysql

    0下载:
  2. VC++与mysql数据库连接的方式,如果用VC和mysq开发系统时候可参考-VC++ with mysql database connection method, if the development system with VC and mysq can refer to when
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1014byte
    • 提供者:许玉龙
  1. ODBCDatabasde1

    0下载:
  2. vc——使用MFC ODBC连接数据源\ODBCDatabase1的程序源码,值得一看!-vc- Use MFC ODBC connection data source \ ODBCDatabase1 the program source code, worth a visit!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:41.82kb
    • 提供者:朱惠芳
  1. ODBCDatabasde1

    0下载:
  2. 使用MFC ODBC连接数据源\ODBCDatabase1\ODBCDatabasde1.rar,很不错的vc源码,希望对大家有所帮助。-Use MFC ODBC data source connection \ ODBCDatabase1 \ ODBCDatabasde1.rar, very good vc source, we want to help.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:41.9kb
    • 提供者:江海华
  1. vcPandPfortran

    0下载:
  2. VC和FORTRAN之间用动态链接库连接的例子-The example of the connection between VC and FROTRAN using DLL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:3.71mb
    • 提供者:程伟
  1. VC_Teacher_X_L

    0下载:
  2. VC教师管理系统_X_L 1.1课题概况 通过数据库和教师管理系统的连接,从而实现对教师档案的录入、查询、删除、查询全部记录和删除全部记录等一系列的功能。 1.2功能需求 功能需求1:在一个设计框架内,通过鼠标点击实现可以对多个教师档案的录入、查询、删除和退出等功能。 功能需求2:通过数据库连接技术,实现教师管理系统和数据源的连接,这是实现此设计功能的关键所在。 1.3性能需求 性能需求1:在数据源的系统DSN中添加”tea”实现数据源和应用系统的连接,从而可以实
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-08
    • 文件大小:71.64kb
    • 提供者:林若婵
  1. Demo

    0下载:
  2. 无连接的VC++网络通信 源代码,输入本机端口号、目标端口号、目标机IP地址,可以发送消息,并不建立连接。-No connection VC++ network communications source code, enter the the native port number, destination port number, target IP address, you can send a message, does not establish a connection.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:12.17kb
    • 提供者:项东涛
  1. sendsms

    0下载:
  2. VC++ 消息发送,服务端和客户端,设置服务器IP地址和端口,连接成功后就可点对点发消息。-The VC++ send a message, the server and client, set the server IP address and port, after a successful connection can be point-to-point message.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:32.65kb
    • 提供者:李林
  1. cssends

    0下载:
  2. C/S结构的网络文件传送,点对点,VC++源码实现,启动服务端和客户端,输入IP地址和端口,成功连接后,可发送和接收文件,虽然简单,但对学习VC来说比较实用的范例教程,类似程序已有不少了。-C/S structure of the network file transfer, peer-to-peer VC++ source, start the server and the client, enter the IP address and port after successful conne
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:20.34kb
    • 提供者:程勇
  1. DistillSQL

    1下载:
  2. DistillSQL源码,是一个VC++编写实现的SQL数据库提取器,程序需要先设置数据库连接信息,然后再设置需要提取内容的数据库,选择数据表,点击"提取到Excel"或"提取到Word"按键,程序会根据你的要求,将所选表的各个字段名称/字段类型/字段大小等信息,当然有些提取内容你可根据源程序代码重新定义,源码是开源的.-DistillSQL source is a SQL database VC++ prepared to achieve the extractor, the program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:80.87kb
    • 提供者:金铁军
  1. database

    0下载:
  2. vc连接数据库, 1、启动VC、新建一个工程 2、在StdAfx.h中包含ADO组件 3、在应用程序的实现文件中初始化组件 4、在对话框类中加一个指向ADO连接对象的指针 5、在对话框的初始化函数中连接数据库 6、在提交按钮中写操作数据表的代码-vc connect to the database, a, start VC, create a new project 2, ADO components contained in StdAfx.h 3, in the app
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2.46mb
    • 提供者:盛文杰
  1. sysrceTelnetcode

    0下载:
  2. elnet客户端VC++程序源码,我写的Telnet程序,基于Socket连接-Elnet client vc++ program source code, I write the Telnet program, based on the Socket connection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-17
    • 文件大小:105kb
    • 提供者:nekhsiom
搜珍网 www.dssz.com