-
MosKeyHook
通过获得窗口 键盘钩子 使用Winio进行模拟按键 及鼠标移动(By accessing the window, the keyboard hook uses Winio to simulate keystrokes and mouse movements)
- 2017-09-06 15:22:27下载
- 积分:1
-
C# 截屏代码
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.Windows.Forms;
namespace Screencap
{
public class Capture
{
public enum CaptureTarget
{
Window,
Screen
}
public static Bitmap CaptureImage(CaptureTarget target, IntPtr windowHandle)
{
if (target == CaptureTarget.Window && windowHandle != IntPtr.Zero)
{
Rectangle rect = GetWindowRect(windowHandle);
- 2022-01-21 23:03:40下载
- 积分:1
-
c#代码规范
c#代码规范,文本资料,c#语言的代码规范用法(C # Code specification, text data, code specification usage in C # language)
- 2020-06-16 08:40:02下载
- 积分:1
-
Recording-avi
录制avi经常使用的一些api函数,包括一些讲解(Recording avi frequently use some api function, including some explaining)
- 2013-01-24 17:22:44下载
- 积分:1
-
partial transmit sequence OFDM simulation
OFDM系统固有的问题是高的峰均功率比(PAPR)。在大动态范围内工作的子载波的数目在放大器的非线性区域工作时,OFDM会受到PAPR的影响
- 2022-03-23 16:06:16下载
- 积分:1
-
UART0
c8051f040串口通讯程序,uart0,8位可变波特率。(c8051f040 serial communication program, uart0, 8-variable baud rate.)
- 2021-01-26 09:18:39下载
- 积分:1
-
DaHuaSDK
大华DVR的SDK开发包,包括源码和开发文档.(Dahua DVR SDK development kits, including source code and documentation development.)
- 2007-06-05 11:13:24下载
- 积分:1
-
图片解码播放器
本项目是以虚拟机ubuntu14.04为软件环境,以开发板s5pv210(内核版本为Cortex-A8)为硬件平台,直接基于linux API实现对bmp、jpg、png三种图片格式进行解码显示,能够实现不同分辨率图片的显示,并且实现点击触摸屏翻页以及图片的放大缩小功能。
- 2023-08-29 23:45:05下载
- 积分:1
-
FileLogger.V0.6
for logger using arduino UNO etc.
- 2013-08-05 02:41:29下载
- 积分:1
-
trade
专业交易分析和心理分析书籍。适合所有喜欢交易的人阅读。(Professional transaction analysis and psychoanalysis books.)
- 2014-01-14 00:22:34下载
- 积分:1