-
the procedures for multimedia communications server side of the source (VC versi...
本程序为多媒体通信的server端的源码(
VC++ 6.0 以上版本)-the procedures for multimedia communications server side of the source (VC version 6.0 and above)
- 2022-02-03 04:44:47下载
- 积分:1
-
Tomcat6 structures apache load balancing cluster
搭建tomcat6集群 apache负载均衡-Tomcat6 structures apache load balancing cluster
- 2022-02-13 09:12:43下载
- 积分:1
-
filter
说明: 通过分数阶傅里叶变换,实现线性调频信号的简单滤波(chirp signal filtering)
- 2020-08-03 10:18:48下载
- 积分:1
-
tftpd32 V32 加 源码,tftpd32 V32 加 源码
tftpd32 V32 加 源码,tftpd32 V32 加 源码-tftpd32 and the source code,tftpd32 and the source code
- 2022-01-25 17:34:42下载
- 积分:1
-
SVM-KM
svm详细例子(包括分类,回归)等。需要的人,下载试试。多交流.我需要svm-smo的matlab源码。谁有?(SVM detailed examples (including classification, regression) and so on. Those who need it, download a try. More exchanges. Svm-smo I need the matlab source code. Who?)
- 2008-12-13 15:04:08下载
- 积分:1
-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1
-
windows of network programming source with books, Microsoft core technologies St...
windows网络编程技术随书源码,微软公司核心技术书库!-windows of network programming source with books, Microsoft core technologies Stack!
- 2022-01-25 23:28:09下载
- 积分:1
-
c_plus_primer
c++primer课后练习题源代码,全部经过测试,可以直接拿来使用,省去你打字的时间。(c++ primer after-school exercises the source code, all tested and can be directly used to use, save you typing time.)
- 2010-12-03 13:19:51下载
- 积分:1
-
Java入门到精通
JAVA入门到精通,这是一部为java初学者和爱好者编辑的书本(JAVA From entry to mastery)
- 2018-12-27 11:02:38下载
- 积分:1
-
?Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前...
?Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?-Socket Programming let you frustrated? From the man pages is very difficult to get useful information? You want to go part time on the Internet-related programs, but for you to call connect () before the bind () and the structure of a loss?
- 2022-02-15 22:05:47下载
- 积分:1