登录
首页 » Windows Socket编程 » 这是一个数据库转换的VC程序

这是一个数据库转换的VC程序

于 2023-08-04 发布 文件大小:210.86 kB
0 24
下载积分: 2 下载次数: 1

代码说明:

这是一个数据库转换的VC程序-This is a database conversion VC Program

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本书适应了 Windows、Internet 及计算机网络普及的潮流,介绍了一套在 Windows 下网络的规范-Windows Sockets。这套规...
    本书适应了 Windows、Internet 及计算机网络普及的潮流,介绍了一套在 Windows 下网络编程的规范-Windows Sockets。这套规范是 Windows 下得到广泛 应用的、开放的、支持多种协议的网络编程接口。从 1991 年的 1.0 版到 1995 年的 2.0.8 版,经过不断完善并在 Intel、Microsoft、Sun、SGI、Informix、Novell 等公司 的全力支持下,已成为Windows 网络编程的事实上的标准。为使读者能够充分理解 和应用这套规范, 本书不但对Windows Sockets 1.1及2.0 规范作了较为详尽的介绍还结合了作者的实际工作,给出了具有实际应用价值的程序实例。书中的内容包括: Windows Sockets 规范 1.1 版及2.0.8 版介绍;Windows Sockets网络编程指导和具体 应用实例;Windows Sockets规范1.1 版及2.0.8 版库函数参考等。-err
    2023-09-05 23:55:05下载
    积分:1
  • VB Winsock网络实例,包括:控制的TCP,UDP套接字有限……
    VB网络编程范例,包括:WinSock控件TCP,WinSock控件UDP-VB network programming examples, including : WinSock Control TCP, UDP WinSock Control
    2022-10-24 17:45:03下载
    积分:1
  • 以太帧的解析和封装序 GCC下译通过
    以太帧的解析和封装程序 GCC下编译通过-Analysis of Ethernet frames and packaging procedures
    2022-06-21 09:48:55下载
    积分:1
  • 这时一个很不错的关于发送邮件界面的一个小序,采用VC++写,很值得研究...
    这时一个很不错的关于发送邮件界面的一个小程序,采用VC++编写,很值得研究-a very good time on the mail interface of a small program used to prepare VC, is worth studying
    2022-03-24 20:57:12下载
    积分:1
  • By infrared usb virtual serial port to a small program, and have read the attach...
    经usb红外口转为虚拟串口的小程序,并且附带有读取程序。-By infrared usb virtual serial port to a small program, and have read the attached program.
    2023-08-31 06:55:04下载
    积分:1
  • 首先,读者可以先将DDK原来的packet例子序备份,然后用改动后的驱动序源码覆盖原先的代码(即覆盖packet...
    首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:programsNTDDK src etwork ndispacket目录(即驱动程序和相应应用程序所在的目录),键入build命令开始编译,在该目录下的dirs文件的控制下可以同时编译driver目录下的驱动程序和testapp目录下用于测试驱动程序的应用程序;即同时得到改动后的驱动程序和测试该驱动程序的应用程序。-First, readers can DDK first example of the original packet backup procedures, and then change the driver covered the original source code (that is, covering packet-gt; Driver directory code, the revised code has been given). Then compiler. Topping the list is to choose start-gt; Procedures- gt; Development kits- gt; Windows 2000 DDK- gt; Checked Build Environment, there will be a console window. Use cd order to enter D : programs NTDDK src network NDIS packet directory (ie driver and the corresponding application to the directory), type build orders started compiling, in the catalog under the dirs documents under the co
    2023-06-15 10:50:03下载
    积分:1
  • 完成端口,多线,支持65535个连接,效果很好,请放心下载使用
    完成端口,多线程,支持65535个连接,效果很好,请放心下载使用-Completion port, multi-threaded to support 65,535 connections, well, please rest assured download
    2022-03-24 07:18:46下载
    积分:1
  • 使用JAVA I/O和 NI/O写的两种网络ECHO服务器,用以学习两种IO的不同方法,体验基于阻塞与非阻塞IO开发高性能网络应用序的具体实例.Java...
    使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善 -The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direc
    2022-02-09 15:18:54下载
    积分:1
  • idc网络数据中心!该系统针对机房管理而开发!可以方便的管理机房和相关人员的信息!...
    idc网络数据中心!该系统针对机房管理而开发!可以方便的管理机房和相关人员的信息!-idc data center network! The system developed for the management of the engine room! Can facilitate the management of the engine room and related personnel information!
    2022-03-06 22:33:24下载
    积分:1
  • Used VC++ Programming, internal LAN chat applet.
    采用VC++编程,实现局域网内部的聊天小程序。-Used VC++ Programming, internal LAN chat applet.
    2023-03-17 09:45:03下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载