-
exam1
使用API函数编的一个窗口示例程序,目的在于说明如何编写简单的应用程序(Compiled using the API function, a window sample program, the purpose is to describe how to write a simple application)
- 2009-11-19 20:39:02下载
- 积分:1
-
rect
我是一个初学着 现在也没有什么好的代码 需要下载资料来学习就只好上传自己写的旋转图形绘制的代码(I am a beginner with now Nothing good code required to download information on the study can only upload your own graphics rendering rotary Writing code)
- 2009-03-25 22:52:43下载
- 积分:1
-
tdi_hook_demo
基于驱动级别TDI_HOOK,大家可以下载看看,支持windows所有系统(Based on the driver level TDI_HOOK, you can download and see, support all Windows systems.)
- 2018-04-26 17:11:15下载
- 积分: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
-
VB的程序,共享磁盘的。
VB的程序,共享磁盘的。-VB, shared disk.
- 2022-03-15 10:02:12下载
- 积分:1
-
用VC开发的IPv6通信程序.感兴趣的同行可以下载借鉴.
用VC开发的IPv6通信程序.感兴趣的同行可以下载借鉴.-VC developed using IPv6 communications procedures. Interested in can be downloaded from the peer.
- 2022-12-30 07:10:04下载
- 积分:1
-
Chap02
windows程序设计(第5版)示例代码(windows programming (5th edition) sample code)
- 2014-07-03 14:31:53下载
- 积分:1
-
本源文件是tcp的连接程序,可以当服务端或客户端,包括连接、收发数据等功能,在所有过程出错处理都较好。...
本源文件是tcp的连接程序,可以当服务端或客户端,包括连接、收发数据等功能,在所有过程出错处理都较好。-origin of the document is tcp connections and can be a server or client, including connections, sending and receiving data and other functions, in all processes are better error handling.
- 2023-02-08 06:55:03下载
- 积分:1
-
停止等待协议的reciver和sender部分,是用vc2005做的,还好
停止等待协议的reciver和sender部分,是用vc2005做的,还好-Stop waiting for the agreement reciver and sender part is vc2005 do better
- 2023-02-13 06:00:04下载
- 积分:1
-
基于VB语言的最短路径计算
基于“邻接点”概念,研究了最短路径的快速计算方法,并利用VB语言编写了计算所需的核心模块,最终实现了从一个节点到另一个节点的所有最短路径的快速查询和显示。(The best traveling line among many distribution nodes is searched by calculating the shortest path between two nodes based on basic principle of adjacency node, the core module is writted with VB, the shortest path from one node to the other node is quickly found and showed.)
- 2019-03-15 02:37:34下载
- 积分:1