-
16194215
OpenGL ES2,0开发库和OpenGL ES3,0开发库有差别,保留对OpenGL ES2,0开发库的使用 用RAR5,4解压(The OpenGL ES2,0 development library is different from the OpenGL ES3,0 development library, and the use of the OpenGL ES2,0 development library remains unzipped with RAR5,4)
- 2018-12-26 06:09:32下载
- 积分:1
-
msocudp
微软提供的UDP编程实例代码,实现了客户端向服务端发送数据的功能,服务器端接收并显示。(UDP programming example code provided by Microsoft client functionality to send data to the server, the server-side receiver and display.)
- 2012-09-05 22:12:35下载
- 积分:1
-
cPP-Guinness-classic-code
c++经典代码大全,适合初学者下载参考使用。(c++ Guinness classic code, suitable for beginners reference.)
- 2014-01-13 11:17:12下载
- 积分: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
-
ufademo
VFP的相关代码demo,很好的东西,VFP的相关代码demo,很好的东西(very good demo code,very good demo code)
- 2013-10-23 16:47:47下载
- 积分:1
-
C#Socket
Socket服务端与客户端通信demo。(Socket server communicates with client demo.)
- 2020-06-18 04:00:01下载
- 积分:1
-
recv
组播接收端,socket通信,Windows网络编程(Multicast receiver, socket communications, Windows network programming)
- 2021-01-13 21:48:47下载
- 积分:1
-
GetMACaddress
VB 获取网卡 MAC地址源代码!希望对新手有用(VB source code to get MAC address! Want to be useful for the novice)
- 2016-04-29 11:48:00下载
- 积分:1
-
C# 模拟请求HttpWebRequest 类源码
模拟请求,基于HttpWebRequest封装好的一个类,自动记下和发送Cookie,你只管调用方法就行了,很实用
- 2014-10-28下载
- 积分:1
-
wolf & sheep
基于C++编写的,关于狼吃羊的小游戏的一个简单编程。(Based on C++, a simple programming about the game of wolf & sheep.)
- 2021-01-07 02:28:53下载
- 积分:1