-
C# 最全的图书管理系统 自带论文
C# 最全的图书管理系统 自带论文
- 2017-06-22下载
- 积分: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
-
MemLeakAnalyse
简单的内存泄露的检查和测试的示例代码,如果你的程序有内存泄露可以参考一下(Simple memory leak inspection and testing of sample code, if you have memory leak procedures for reference)
- 2007-09-26 11:42:24下载
- 积分:1
-
GetInformation
说明: 授权码由四部分计算而得:本机的计算机名称、CPUID、硬盘的序列号、网卡的MAC地址(Authorization code calculated by the four parts: the local computer name, CPUID, hard drive serial number, card)
- 2008-09-26 16:01:30下载
- 积分:1
-
C# 模拟QQ发送消息源码
已测试成功 可在qq2013以及以下版本使用
- 2013-01-08下载
- 积分:1
-
winform 登陆,修改简单功能实现,带数据库
winform 登陆,修改简单功能实现,带数据库
- 2015-06-25下载
- 积分: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
-
winform 多图滚动显示的产品展示效果 附完整源码
winform 多图滚动显示的产品展示效果 附完整源码
- 2013-04-24下载
- 积分:1
-
GetHardInfo
使用CBuild编写的一组提取计算机硬件信息的函数,包括取得CPUID,硬盘ID,Bios,网卡等(Use CBuild extract prepared a set of functions of computer hardware information, including access to CPUID, drive ID, Bios, network cards, etc.)
- 2016-04-29 11:15:05下载
- 积分:1
-
7.3
修改系统寄存器 在UEFI的环境下,,,,,,(Modify System Register)
- 2020-06-22 05:20:02下载
- 积分:1