-
qq
说明: 一个模仿qq的程序,可以实现与qq相似的功能(Qq an imitation of the procedures, can be achieved with a similar function qq)
- 2008-11-16 12:19:34下载
- 积分:1
-
MFC
visual c++ 6.0 中 MFC应用教程(visual c++ 6.0 MFC application in the tutorial)
- 2011-07-06 02:24:26下载
- 积分:1
-
Visio_2019_64bit
说明: This is a Visio file. Please do not change or abuse it
- 2020-05-08 09:11:31下载
- 积分:1
-
关于局域网的点对点的对话
关于局域网的点对点的对话-on point-to-point LAN dialogue
- 2022-10-13 20:55:03下载
- 积分:1
-
c++音乐播放器 music
说明: c++音乐播放器原理示例代码,帮助新手入门音乐播放器(A sample code for the principle spout of c-music player to help novices get started with a music player)
- 2020-06-19 00:00:02下载
- 积分:1
-
VC++6编译,UDP组播程序,分为发射端和接收端两个部分,这是发射端程序...
VC++6编译,UDP组播程序,分为发射端和接收端两个部分,这是发射端程序-VC 6 compiler, UDP Multicast procedures, divided into transmitter and receiver in two parts, which is to launch a process-
- 2022-08-04 08:07:52下载
- 积分:1
-
Stability-of-Time-Delay-Systems__Control_Engineer
a reference book about stability of time delay systems
- 2012-04-17 21:26:38下载
- 积分:1
-
E0403
VC6.0完全自学手册 主编孔鹏 对话框与窗口操作源代码(VC6.0 dialog with the window operation code)
- 2013-10-26 19:01:57下载
- 积分:1
-
ShutWindow
在安装应用程序的过程中有时需要实现关闭或重启计算机的功能。本实例将介绍如何用Visual C++控制计算机的关机和重启。(In the process of installing the application is sometimes necessary to achieve the shut down or restart the computer functions. This example describes how to use Visual C++ control computer shutdown and restart.)
- 2009-12-12 00:45:57下载
- 积分: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