登录
首页 » Visual C++ » Server_To_Clinet

Server_To_Clinet

于 2013-06-15 发布 文件大小:710KB
0 338
下载积分: 1 下载次数: 20

代码说明:

  MFC写的2个程序,通过socket通信,上下位机的。上位机发送一个名字给下位机,下位机通过查询数据库取得电话号码传回上位机,带详细文档。(MFC write two procedures, through the socket communication, next-bit machine. PC to send a name to the next crew, the next crew by querying the database to obtain the phone numbers return PC)

文件列表:

Server_To_Clinet
................\ClientPC
................\........\ClientPC.aps,36052,2013-06-06
................\........\ClientPC.clw,1538,2013-06-06
................\........\ClientPC.cpp,2185,2013-06-06
................\........\ClientPC.dsp,4302,2013-06-06
................\........\ClientPC.dsw,522,2013-06-06
................\........\ClientPC.h,1346,2013-06-06
................\........\ClientPC.ncb,58368,2013-06-06
................\........\ClientPC.opt,53760,2013-06-06
................\........\ClientPC.plg,252,2013-06-06
................\........\ClientPC.rc,5718,2013-06-06
................\........\ClientPCDlg.cpp,4961,2013-06-06
................\........\ClientPCDlg.h,1481,2013-06-06
................\........\ReadMe.txt,3615,2013-06-06
................\........\Release
................\........\.......\ClientPC.exe,212992,2013-06-06
................\........\res

................\........\...\ClientPC.rc2,400,2013-06-06
................\........\resource.h,915,2013-06-06
................\........\SocketClient.cpp,1101,2013-06-06
................\........\SocketClient.h,1192,2013-06-06
................\........\StdAfx.cpp,210,2013-06-06
................\........\StdAfx.h,1102,2013-06-06
................\ServerPC
................\........\ReadMe.txt,3615,2013-06-06
................\........\Release
................\........\.......\ServerPC.exe,229376,2013-06-06
................\........\.......\TelephoneDB.mdb,176128,2013-06-06
................\........\res

................\........\...\ServerPC.rc2,400,2013-06-06
................\........\resource.h,869,2013-06-06
................\........\ServerPC.aps,35880,2013-06-06
................\........\ServerPC.clw,1577,2013-06-06
................\........\ServerPC.cpp,2185,2013-06-06
................\........\ServerPC.dsp,4438,2013-06-06
................\........\ServerPC.dsw,522,2013-06-06
................\........\ServerPC.h,1346,2013-06-06
................\........\ServerPC.ncb,140288,2013-06-06
................\........\ServerPC.opt,54784,2013-06-06
................\........\ServerPC.plg,252,2013-06-06
................\........\ServerPC.rc,5528,2013-06-06
................\........\ServerPCDlg.cpp,6853,2013-06-06
................\........\ServerPCDlg.h,1508,2013-06-06
................\........\SocketListen.cpp,948,2013-06-06
................\........\SocketListen.h,1241,2013-06-06
................\........\SocketRecv.cpp,2051,2013-06-06
................\........\SocketRecv.h,1172,2013-06-06
................\........\StdAfx.cpp,210,2013-06-06
................\........\StdAfx.h,1213,2013-06-06
................\........\TelephoneDB.mdb,176128,2013-06-06
................\代码说明.doc,314368,2013-06-06
................\可执行文件
................\..........\客户端
................\..........\......\ClientPC.exe,212992,2013-06-06
................\..........\服务器
................\..........\......\ServerPC.exe,229376,2013-06-06
................\..........\......\TelephoneDB.mdb,176128,2013-06-06

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

发表评论

0 个回复

  • msgrouter
    观察者模式实现各模块之间的异步通讯。模拟MFC消息(message router)
    2013-10-16 14:26:10下载
    积分:1
  • bluetooth
    电脑之间蓝牙的通信,相当于一个蓝牙工具吧。(Bluetooth communication between computers, the equivalent of a Bluetooth tool bar.)
    2013-08-05 10:36:42下载
    积分:1
  • n428
    GSM reading book in the would
    2018-01-11 20:53:23下载
    积分:1
  • PTZ
    ptz 云台控制软件, 内带C++ 源码(ptz PTZ control software, which brought C++ source)
    2013-07-27 14:58:53下载
    积分:1
  • shoujidayin
    把手机的imei已一个中箱收集,并打印出该收集的一些信息。(Phone imei in box collection, and print out the collected information.)
    2012-09-08 15:31:15下载
    积分:1
  • MATLAB
    接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档。这里对程序的流程进行说明。 首先根据短训练字的特性进行相关运算,进行信号到达检测,当检测到相关值大于门限一定次数后,认为有信号到达。然后根据长训练字的特性,进行相关运算,进行OFDM符号FFT窗口起始位置的估计。估计出FFT窗口的位置后,先在时域进行小频偏的估计,将两个长训练字进行小频偏补偿后,进行FFT运算,根据FFT运算的结果进行整数倍频偏的估计。这些参数估计完成后,就可以进行数据解调了。先对数据部分进行完整的频偏补偿,然后根据估计的FFT窗口位置进行FFT运算得到频域的数据,进行解调。然后在对应于导频的子载波位置上提取出导频信息,根据导频信息估计出剩余定时误差以及剩余的信道响应误差,将误差量送入环路进行跟踪。当收到所有数据后,重新回到信号到达检测状态,进行下一次信号到达的检测和信号接收。 (good)
    2020-11-04 23:49:52下载
    积分:1
  • PMA
    PMA规约模拟测试软件。适合初学者使用,包含几个常用规约(PMA Statute of the simulation test software)
    2013-09-17 12:23:28下载
    积分:1
  • froq
    比较完整的OFDM的仿真模型和源码,有比较完整的设计思路,可供学习(Relatively complete OFDM simulation model and the source code, there is a complete design ideas, to learn from)
    2017-08-13 17:19:03下载
    积分:1
  • Modbus-for-Field-Technicians
    Modbus for Field Technicians 介绍modbus的相当好的资料,包括原理和编程和协议介绍(Modbus for Field Technicians introduction modbus fairly good information, including schematics and programming and protocol description)
    2013-07-13 22:47:57下载
    积分:1
  • JYTJQL
    这是外汇活动中的一种 可以从多种货币的汇率差异中,获得利润(This is one of the foreign exchange activities that can be profited from the exchange rate differences of multiple currencies.)
    2019-01-01 05:37:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载