-
prg1_1.c : simple network programming examples. The example is a client program,...
prg1_1.c : 简单的网络编程实例。该实例是一个客户端程序,它首先连接到一个标准时间服务器上,从服务器读取当前时间,然后显示时间。-prg1_1.c : simple network programming examples. The example is a client program, it is first connected to a standard time on the server, from the server to read the current time, and then show time.
- 2022-03-04 09:34:25下载
- 积分:1
-
gtest-1.7.0
谷歌测试框架源码,非常有学习意义,可以直接在自己的工程中使用。(Google testing framework source code, very meaning of learning, you can use directly in their own projects.)
- 2020-10-22 18:27:23下载
- 积分:1
-
MFC-Sample
MFC详细的学习例子,很多实例供初学者学习(MFC detailed study examples, many examples for beginners to learn)
- 2013-07-25 09:34:46下载
- 积分: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
-
编码识别(matlab代码)20180111
说明: 卷积码、RS码、LDPC码、turbo码的生成及识别。(Generation and recognition of convolutional codes, RS codes, LDPC codes and TurBO codes.)
- 2021-04-14 18:58:55下载
- 积分:1
-
Malloc_Implementaion
详细解析MALLOC/free;New/delete内部实现机制,以及实现。(Detailed analysis MALLOC/free New/delete internal implementation mechanisms, and implementation.)
- 2013-11-17 18:55:32下载
- 积分:1
-
cspdk
微软CSP开发工具,学习CSP开发的好工具(CSP Microsoft development tools, learning a good tool for CSP development)
- 2021-05-07 14:28:36下载
- 积分:1
-
基于TCP/IP技术的视频聊天程序,可以轻松实现视频聊天,
基于TCP/IP技术的视频聊天程序,可以轻松实现视频聊天,-based on TCP/IP technology in video chat program can be easily video chat,
- 2022-04-24 03:11:02下载
- 积分:1
-
Carrier_Delay_Syn
说明: 给程序给出了功率放大器预失真过程中的时延同步问题。(This codes provides the time delay synchronization in the process of power amplifier predistortion.)
- 2009-07-23 08:11:09下载
- 积分:1
-
移动垃圾压缩站
实现在移动设备上的垃圾压缩控制(包含液压部分)(Garbage compression control on mobile devices)
- 2018-05-08 08:59:45下载
- 积分:1