登录
首页 » Visual C++ » iliyh

iliyh

于 2018-10-22 发布 文件大小:50KB
0 193
下载积分: 1 下载次数: 0

代码说明:

  含有可執行文件,用bmp來卸的,非常漂亮的表面(Contains executable files, unloaded with bmp, very nice surface)

文件列表:

sDisclaimer.txt, 657 , 2001-09-12
GenericMFC.h, 802 , 2001-09-10
GenericMFCDlg.h, 1099 , 2002-04-03
HyperLink.h, 3637 , 2000-03-23
K1BtnST.h, 8396 , 2002-06-26
resource.h, 867 , 2002-04-03
StdAfx.h, 999 , 2001-09-10
tClockST.h, 2860 , 2002-06-29
ThemeHelperST.h, 3048 , 2002-01-13
XPStyleButtonST.h, 1563 , 2002-01-13
7B6ABtnST.cpp, 52061 , 2002-04-17
GenericMFC.cpp, 1138 , 2002-06-26
GenericMFCDlg.cpp, 1962 , 2002-06-26
HyperLink.cpp, 14646 , 2000-03-31
N5ClockST.cpp, 10834 , 2002-06-26
StdAfx.cpp, 212 , 2001-09-10
ThemeHelperST.cpp, 2359 , 2002-01-12
XPStyleButtonST.cpp, 3367 , 2002-01-13
res\ClockST_big.bmp, 4198 , 2002-04-03
res\ClockST_pane.bmp, 5590 , 2002-04-03
res\ClockST_small.bmp, 1138 , 2002-04-03
GenericMFC.aps, 36028 , 2005-04-11
GenericMFC.clw, 1293 , 2005-04-11
GenericMFC.dep, 1090 , 2002-04-03
GenericMFC.dsp, 7855 , 2002-04-03
GenericMFC.dsw, 543 , 2001-09-10
res\GenericMFC.ico, 1078 , 1998-06-07
res\No3_32x32x256.ico, 2238 , 2002-03-05
res\No4_32x32x256.ico, 2238 , 2002-03-05
GenericMFC.ncb, 91136 , 2005-04-11
GenericMFC.opt, 53760 , 2005-04-11
GenericMFC.rc, 5204 , 2002-04-03
res\GenericMFC.rc2, 402 , 2001-09-10
Release, 0 , 2005-07-20
res, 0 , 2017-10-25

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

发表评论

0 个回复

  • Chat
    程序利用多线程技术和socket技术实现网上聊天程序。服务器程序和客户端程序在同一程序里。(This program realizes the chatting fuction using the multithread technique and socket programming.)
    2016-07-24 11:49:37下载
    积分:1
  • AutocomplectionCtrl_demo
    获取网络设置获取网络设置获取网络设置 获取网络设置(Access to the network settings to obtain network settings network settings to obtain access to network settings)
    2007-11-17 01:55:11下载
    积分:1
  • GetIPDlg
    通过注册表获取计算机网络信息,如IP、掩码、计算机名和DNS信息(through access to the registry computer network information, such as IP, mask, computers and DNS information)
    2007-05-15 11:55:05下载
    积分:1
  • VC-OPC-client
    说明:  基于VC的OPC客户端软件研究与实现.......(The OPC-based VC research and implementation of client software ....... )
    2011-04-16 11:52:41下载
    积分:1
  • Desktop
    onvif协议ptz服务端和客户端程序,可以实现服务端服务和客户端访问(onvif ptz server client program)
    2012-03-06 12:35:30下载
    积分:1
  • IPMonitor
    监视IP流量与IP数据包统计数据,列出IP流量的详细信息比如原IP地址与目的IP地址、协议类型、传入或传出IP数据包统计数据(Monitor IP traffic and IP packet statistics, lists details such as IP traffic original IP address and destination IP address, protocol type, incoming or outgoing IP packet statistics)
    2014-03-10 20:00:47下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • multi_thread_udp
    多线程UDP通讯例子( Multi-thread UDP communication example )
    2020-06-26 11:40:01下载
    积分:1
  • UDPchatter
    一个基于UDP协议的网络聊天程序(A network based on UDP protocol chat program)
    2004-01-31 14:12:08下载
    积分:1
  • hqwyyzm
    通过此软件可以获取网页验证码,用于研究软件来控制网页中的元素信息.(With this software, you can access to the website code, used to study the software to control elements of the website information.)
    2013-10-11 15:47:03下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载