-
UDP聊天室,采用UDP协议的聊天程序,可进行一般的聊天,还可进行表情字聊天...
UDP聊天室,采用UDP协议的聊天程序,可进行一般的聊天,还可进行表情字聊天-UDP chatroom, uses the UDP agreement to chat the procedure,
may carry on general chat, but also may carry on the expression
character to chat
- 2022-02-12 04:25:25下载
- 积分:1
-
HTTPGetPost_src1
说明: httppost的实现方法基于visualc++实现(httppost based on the method to achieve visualc)
- 2006-04-22 21:50:55下载
- 积分:1
-
Asp. Net free webchart
asp.net 的免费webchart -Asp. Net free webchart
- 2023-03-15 07:35:04下载
- 积分:1
-
数学建模历年试题的matlab程序,很全
数学建模历年试题的matlab程序,很全-Question of the matlab mathematical modeling procedures over the years, it is full! !
- 2022-02-26 09:46:44下载
- 积分:1
-
src
说明: 实现UDP的网络传输,在PC建立UDP的服务器,向fpga的ip:192.168.0.25发送数据,实现回环通讯。(The network transmission of UDP is realized. UDP server is set up in PC, and the data is sent to IP: 192.168.0.25 of FPGA to realize loop communication.)
- 2020-09-05 20:39:29下载
- 积分: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
-
将HTML转换为TXT文件的程序
将HTML转换为TXT文件的程序 -The app converting HTML to TXT
- 2022-01-21 22:27:15下载
- 积分:1
-
comnunication
使C++语言编程,实现双机在联网条件下通过IP地址实现通信。(With C++,we can make two computers commnicate with each other when they are on the Internet.)
- 2012-07-05 09:36:56下载
- 积分:1
-
pem
应用虚拟激励法和振型分解反应谱法分析不同的结构,很有用(Application of pseudo excitation method and mode decomposition response spectrum method)
- 2018-04-25 15:51:58下载
- 积分:1
-
这是微软提供的HTTP服务器例程
这是微软提供的HTTP服务器例程-This is Microsoft"s HTTP server routines
- 2022-01-31 14:16:04下载
- 积分:1