搜索资源列表
VB111
- 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。 Form1.Text1 = wParam Form1.Label1 = kk.vkCode & \":\" & kk.scanCode & \":\" & kk.Time If wParam = 256 Then Myfunc = 1: Exit Function endif
Myfunc
- 一个用visual c++开发的模仿windows MSN的小程序,大家可以做个参考。-with a visual c imitate the development of small windows MSN procedures, you can make a reference.
200651320141760-7087
- 做Java开发朋友一定知道Eclipse编辑器,这是它的VB实现. Form1.Label1 = kk.vkCode & \\\":\\\" & kk.scanCode & \\\":\\\" & kk.Time \\ If wParam = 256 Then Myfunc = 1: Exit Function \\ endif wParam 的按键值可以在程序运行中测试中找到。-doing Java develop
window_Cwnd
- 实现窗口透明 只需在创建窗口函数中加入 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) HINSTANCE hInst = LoadLibrary(\"User32.DLL\") if(hInst) { typedef
VB111
- 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。 Form1.Text1 = wParam Form1.Label1 = kk.vkCode & ":" & kk.scanCode & ":" & kk.Time If wParam = 256 Then Myfunc = 1: Exit Function endif w
Myfunc
- 一个用visual c++开发的模仿windows MSN的小程序,大家可以做个参考。-with a visual c imitate the development of small windows MSN procedures, you can make a reference.
200651320141760-7087
- 做Java开发朋友一定知道Eclipse编辑器,这是它的VB实现. Form1.Label1 = kk.vkCode & \":\" & kk.scanCode & \":\" & kk.Time \ If wParam = 256 Then Myfunc = 1: Exit Function \ endif wParam 的按键值可以在程序运行中测试中找到。-doing Java development frien
window_Cwnd
- 实现窗口透明 只需在创建窗口函数中加入 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) HINSTANCE hInst = LoadLibrary("User32.DLL") if(hInst) { typedef BO
Zhuxian
- 实现游戏挂机功能,基本上所有功能都能实现,包括无限多开!-Hang up the realization of the game features, basically all the features can be achieved, including an unlimited number of open!
myfunc
- 朋友帮忙编写的图像的坐标变换代码,实现直角坐标下图像的显示~-a function which can trans image form polar coordinate to De cooedinate
飞狐,大智慧数据函数开放
- 使用方法: 新建一个文件夹 D:\gdata 公式调用如下一条就够,在什么周期下用就下载什么周期的数据.够爽吧 数据:"MYFunc@MYWXT"(v,1); 还有一个macd的diff及dea调用方法如下 DIFF:"MYFunc@DIFF"; DEA:"MYFunc@DEA"; macd:2*(DIFF-DEA); ma均价调用方法如下
myfunc
- 自己编写的函数包,包括傅里叶逆变换,傅里叶变换,离散信号的处理函数-the function of matlab. including dft,dtft,stem and so on.