自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 keybd_event Src for winAPI

void WINAPI keybd_event( BYTE bVk, BYTE bScan,                         DWORD dwFlags, ULONG_PTR dwExtraInfo ){    INPUT input;    input.type = INPUT_KEYBOARD;    input.u.ki.wVk = bVk;    input.u.ki.wS

2008-12-14 00:38:00 691

转载 screen_capture keybd_event

require Win32APImodule Watir  module ScreenCapture    KEYEVENTF_KEYUP = 0x2    SW_HIDE         = 0    SW_SHOW         = 5    SW_SHOWNORMAL   = 1    VK_CONTROL      = 0x11    VK_F4           = 0x73  

2008-12-14 00:26:00 1244

原创 UDP Sample(CS)

下面两段代码,附带其执行档.   //  //Server.c  //   #include       #include       #include       #include       #pragma   comment(lib,"ws2_32")      int main(int argc, char* argv[]){  WSADATA   wsda;

2008-12-06 21:24:00 978

infragistics.NetAdvantage.for.Windows.Forms.2011.Vol.2(含注册机)

infragistics.NetAdvantage.for.Windows.Forms.2011.Vol.2(含注册机),专为C#爱好者而生,解决资源上难题。同时注册机,需要特别注意本地电脑上的防火墙,祝好运!

2018-05-21

EMC蔡礼洪:生活在云端生活在云端

在这个人云亦云的时代,云计算到底是过眼云烟还是能真正彻底改变我们生活方方面面的一个变革?云计算和我们的日常生活有什么直接的联系?EMC作为信息管理领域的领头羊,在云计算云存储方面有什么落地的解决方案?我们会给听众娓娓道来……

2010-12-07

WinPcap Source

This is the source of WinPcap, including the manual ducument about how to develop it by yourself.

2010-08-01

Ralf Brown's Interrupt List

Ralf Brown's Interrupt List 中断大全

2010-07-06

PcommLite 1.4

This is a software of PcommLite for communicating between console, including demo programs and dll. 这是基于串口通讯的 PcommLite 软件,包括各种语言下的 Demo 程式及其 DLL。

2010-06-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除