-
csexamsys
SOCKET网络编程实例,讲解细致,适合C/C++开发人员学习(SOCKET network programming, detailed explanations, suitable for C/C++ developers to learn)
- 2011-08-01 22:59:36下载
- 积分:1
-
pt100
使用PT100与STC12C5A60S2单片机进行搭配使用进行测量温度并最终显示在液晶显示器上,(Use PT100 and STC12C5A60S2 collocation is used to measure temperature and eventually single-chip display on the LCD display,
)
- 2013-11-08 10:47:24下载
- 积分:1
-
Qt从入门到精通
说明: QT使用教程 Qt 入门中文资料 Qt从入门到精通(QT from entry to proficiency)
- 2020-07-01 01:40:01下载
- 积分:1
-
Chatterbot12
This is a copy of source code of a simple chatterbot written in cpp
- 2014-08-15 20:14:43下载
- 积分:1
-
VisualC++OOB
说明: 一本非常好的书,从基础上讲述了vc++面向对象的一些知识,对初学者非常好用(A very good book, from the basis described vc++ Some knowledge of object-oriented, very useful for beginners)
- 2008-10-18 09:13:55下载
- 积分:1
-
1.RC522_PC
说明: RFID通讯实验,实现IC卡与电脑进行通讯的例程代码,帮助新手进行学习(The experiment of RFID communication realizes the routine code of communication between IC card and computer, and helps novice to learn.)
- 2020-06-18 23:00:02下载
- 积分:1
-
wcf 实现大文件上传(有进度条)实例源码
部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
- 2015-01-07下载
- 积分:1
-
wpf-codee
C#语言编写的,WPF框架下的coverfloww效果图片浏览,时下非常流行(WPF coverfloww)
- 2011-01-06 10:08:46下载
- 积分:1
-
串口助手
说明: 简单的串口通信助手,C#编写,开发环境VS2019(Simple serial communication assistant, C #, development environment vs2019)
- 2020-12-24 16:11:22下载
- 积分:1
-
IPAddress
程序可以获取本机IP地址,需要先加载Socket库(Program can access the machine IP address, need to load the Socket Library)
- 2009-12-09 14:40:14下载
- 积分:1