-
SnR_demo
RapidFinder 实现文件的查找和替换(Realize RapidFinder file search and replace)
- 2008-08-23 00:32:47下载
- 积分:1
-
c# winform html编辑器 示例源码
快捷键 功能ctrl b 给选中字设置为加粗ctrl c 复制选中内容ctrl x 剪切选中内容ctrl v 粘贴ctrl y 重新执行上次操作ctrl z 撤销上一次操作ctrl i 给选中字设置为斜体ctrl u 给选中字加下划线ctrl a 全部选中shift enter 软回车
- 2013-09-22下载
- 积分:1
-
C#设置键盘热键,键盘钩子实例源码
键盘钩子 C#版本的常用入门级实例
- 2013-01-19下载
- 积分:1
-
hive
注册表隐藏就是将系统呈现给用户的注册表信息进行修改,使得用户或检测工具无法直观地发现事实上存在的注册表内容。(Hide the system registry is presented to the user' s registry information is modified so that the user or detection tool will not intuitive to find that in fact exist in the registry contents.)
- 2009-10-21 08:52:52下载
- 积分:1
-
WCRT-1.12
windows 运行时库 crt 的源代码(windows runtime crt source code)
- 2012-04-20 13:27:40下载
- 积分: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
-
Process-Management
编写程序,要求父进程创建一个子进程,子进程对一个50*50的字符数组赋值,由父进程改变子进程的优先级,观察不同优先级进程使用CPU的时间(Written procedures that require the parent process creates a child process, the child process on a 50* 50 array of characters assigned by the parent process to change the priority of the child process, observe the different priorities of CPU time used by the process)
- 2016-05-07 19:10:26下载
- 积分:1
-
电子秤读取小程序
电子秤读取小程序
- 2020-05-12下载
- 积分:1
-
PeerYou远程控制软件源代码
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参(complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function can be said at this stage the best, using asynchronous overlapping operations. Machines can get charged with the hardware information, document information, registry and control for the screen. SOCKET code of overlapping I/O is also the realization worth Participation)
- 2005-05-07 13:56:36下载
- 积分:1
-
Demo
相当实用的windows设备管理程序,windows注册表相关信息(Very useful windows device manager, windows registry information)
- 2012-08-07 20:15:08下载
- 积分:1