-
Pedump
把exe里面的资源通通取出来,实现反编译(Exe inside to check out all the resources, realize decompile)
- 2007-07-19 11:03:23下载
- 积分:1
-
rgqgjb
网友可以利用此程序,把c++与matlab混合编程;从而可以实现更加自由的编程手段,()
- 2018-06-16 12:50:07下载
- 积分:1
-
Pick.Business
可以实现对数据层的操作,对数据业务逻辑进行处理(The operation of the data layer, business logic on the data processing)
- 2012-06-04 20:28:34下载
- 积分:1
-
C#与halcon联合编程
多模板匹配
- 2019-12-14下载
- 积分:1
-
gmelinflist
读取dxf文件,提取相关图元,可用于CAD CAM
数控方面,对从事数控朋友有所帮助。
- 2017-02-27 17:33:49下载
- 积分:1
-
电子秤读取小程序
电子秤读取小程序
- 2020-05-12下载
- 积分:1
-
C#开发助手(正则表达式/win32 api/句柄/代码生成)等功能 让编程变得更为简单
功能很强大,详见下图
- 2015-05-01下载
- 积分:1
-
Cleanupregistry
清理注册表:清理注册表中的冗余项,定期清洁电脑,程序简短,功能强大(Clean up the registry: clean up redundant registry entries, clean your computer on a regular basis, the program brief, powerful)
- 2013-04-23 22:05:26下载
- 积分:1
-
shutdown
说明: VC++6.0编译,实现关机、重启、注销功能的实现(VC++6.0 compiler to achieve shutdown, restart, log off function of the realization)
- 2011-04-12 20:06:48下载
- 积分: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