-
bootstrap+MVC5+EF6 最新框架通用项目完整源码(XX,含数据库)下载
里面含有 上传图片、分页、add用户、日志记录 等例子
- 2014-10-16下载
- 积分:1
-
第一个MFC的WinSocket编程示例
环境:Windows XP SP 3、 VC++ 6.0、 Windows Server 2003 SDK
使用步骤:
1、下载解压之后,使用VC++ 6.0 IDE打开.dws文件
2、点击“!”按钮运行程序
3、如果一切正常会出现一个对话框,然后选择下拉框中的“服务端”启动服务器进程--接着点击“监听”按钮
4、然后再点击“!”按钮运行客户端进程
5、如果一切正常,那么选择下拉框中的“客户端”启动客户端进程--接着点击“连接”按钮,让客户端连接到socket服务器
6、在客户端的“消息”栏中输入信息,然后点击“发送”按钮
7、点击服务器端进程,应该可以看见客户端发送过来的消息,然后可以在“消息”栏中输入响应信息,然后点击“发送”按钮,此时会在客户端进程中看服务器端进程响应的信息
该示例是实现了一个客户端对象对应一个服务端对象的socket的网络编程--最简单的VC++的网络编程示例。该示使用主要是自定义一个类--它继承MFC库中CAsyncSocket类,然后重写OnAccept, OnSend, OnReceive和OnClose方法来实现一对一的VC++的socket网络编程。注意:自定义类关联应用向导生成的对话框类,需要在头文件中书写语句“class CHelloSocketDlg;”,并且在.cpp文件中写入语句“#include "HelloSocketDlg.h";”,否则编译不会通过!
本示例使用Dialog模式的UI是为方便说明socket编程,在对话框类的OnInitDialog方法有初始化的成员变量的注释说明,在自定义类中的注释非常详细。本人觉得MFC使用异步通信类CAsyncSocket实现Java中的ServerSocket类和Socket类的编程效果,是非常牛的!(虽然本人认为它还封装得不够OO--因为它封装得让使用者觉得“很傻很天真”)。
- 2022-03-22 11:57:16下载
- 积分:1
-
条形码的生成,用于公司内部实现
条形码的生成,可支持8,13,任意位的生成,可以用于学习
- 2023-03-30 17:45:04下载
- 积分:1
-
labelCombination.tar
Combining some labeled images is a quite common and useful task in image analysis. That s something we may want to do to prepare the markers for a watershed from markers for example, or to write the output of several segmentations in a single file. This article comes with three new filters to make the combination of labeled images easier with ITK. This contribution also try to provide an implementation better integrated with the ITK pipeline model than the itkMultipleUnlabeledImagesToLabeledImageFilter contribution.
- 2007-10-23 08:59:50下载
- 积分:1
-
DouglasPeucker
道格拉斯—普克法(Douglas—Peucker)的C++程序(Douglas- Puck method (Douglas-Peucker) of the C++ program)
- 2011-08-28 19:04:29下载
- 积分:1
-
StudentMIS
说明: 学生信息管理系统,简单的添加信息,修改,删除,统计等(Student Information Management System, a simple add information, modify, delete, statistics, etc.)
- 2008-09-05 21:41:59下载
- 积分:1
-
Prony
这是一个关于电力信号仿真算法:prony的详细解释,可以通过它很容易了解prony分析。(This is a power signal simulation algorithm: prony detailed explanation can be that it is easy to understand prony analysis.)
- 2021-04-10 10:48:59下载
- 积分:1
-
W5200_TCPS
STM32F103RBT6和W5200网络芯片的服务期端的测试程序,减少了很多不必要的设置,测试更方便(W5200 STM32F103RBT6 and end of service network chip testing procedures, to reduce a lot of unnecessary settings, the test is more convenient)
- 2013-07-21 15:14:34下载
- 积分:1
-
svpwm1_ccslink
由MATLAB生成的PWM的源代码,由模型搭建,输出频率50HZ,频率50HZ,芯片2812(PWM generated by the MATLAB source code, built by the model, the output frequency of 50HZ, frequency 50HZ, Chip 2812)
- 2009-11-12 16:03:44下载
- 积分:1
-
RemoteControl
远程监控示例,含服务器端、客户端示例代码,有相关需要的可以参考下(Remote monitoring example, including server side, client sample code, there are related needs can be referred to.)
- 2018-04-24 14:28:58下载
- 积分:1