-
CCpuId100
得到CPU信息的程序.不过好像不准.(Program which obtains CPU information, But it seems not so accuracy.)
- 2002-04-19 09:18:04下载
- 积分:1
-
plsqldev
oracle 开发工具可以便利oracle操作(oracle develeper is convinience to develope oracle)
- 2009-03-31 10:04:12下载
- 积分:1
-
dlldiaoyong
一个简单的dll编写和dll调用,实用方便,给初学者看看!( )
- 2013-10-18 11:17:54下载
- 积分:1
-
DeviceVolumeMonitor
trap windows message using .net framework in c#
- 2009-10-19 03:25:16下载
- 积分:1
-
rr0d_snapshot.tar
rr0d ring0 windows/unix debugger
- 2009-02-19 18:42:22下载
- 积分:1
-
luckyProgram
自用的摇号软件,C++实现的,有很多不足之处。大家一起改进吧,亲们(my test program for lucky)
- 2016-11-04 13:21:45下载
- 积分:1
-
716777
User Defined Surface Project file sample,光学设计软件zemax的用户自定义表面的例子(Examples of user-defined surfaces in User Defined Surface Project file sample, optical design software zemax)
- 2018-09-29 03:15:18下载
- 积分:1
-
spliltermcover
CP341做主站与其他485设备实现通信(CP341 is the master station to communicate with other 485 devices.)
- 2018-09-22 01:37:21下载
- 积分:1
-
call_and_queue
说明: 一个排队叫号器支持多功能....有源代码,资料齐全(call and queue)
- 2009-08-25 16:55:00下载
- 积分: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