-
search_file
说明: 实现目录中文件查找,遍历,基本实现dir功能(Document the achievement of the directory search, traversal, the basic function of the realization of dir)
- 2009-08-17 21:48:22下载
- 积分:1
-
将图片复制到剪贴板以及将剪贴板中的图片黏贴到程序 实例源码
将图片复制到剪贴板以及将剪贴板中的图片黏贴到程序 实例源码
- 2013-09-14下载
- 积分: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
-
GraphTest
国外源码,分布状况图,很经典,值得学习。(Foreign source, distribution maps, a very classic, worth learning.)
- 2009-12-10 15:59:09下载
- 积分:1
-
在WebBrowser中执行javascript脚本的几种方法整理(execScript/InvokeScript/NavigateScript) 附完整源码
涵盖了几种常用的 webBrowser执行javascript的方法,详见示例截图以及代码
- 2013-03-19下载
- 积分:1
-
5777711
OPNET 无线仿真 PPT + 源码 好好学习吧(OPNET wireless simulation PPT source code)
- 2021-02-21 14:29:42下载
- 积分:1
-
Winmfws
分割窗口并动态调整分割区域(类似于Windows中的资源管理器),(Split window and dynamic adjustment segmented regions (similar to the Windows of the resource manager),)
- 2017-06-12 22:39:37下载
- 积分:1
-
C#操作窗口类(句柄操作)
C#操作窗口类(句柄操作)
- 2013-10-31下载
- 积分:1
-
luckyProgram
自用的摇号软件,C++实现的,有很多不足之处。大家一起改进吧,亲们(my test program for lucky)
- 2016-11-04 13:21:45下载
- 积分:1
-
cputime
此程序主要用于计算算法中CPU运行时间的长短,这样可以判断算法的优劣(This procedure the main algorithm used to calculate the CPU to run the length of this algorithm can determine the merits of)
- 2009-02-24 16:29:38下载
- 积分:1