资源列表
demodulation
- 经典的CPM信号的载波、符号率、调制指数联合盲估计的IEEE文章-Classic CPM signal carrier, symbol rate, modulation index of the IEEE Joint blind estimation of the article
WinLogon
- WinLogon事件通知包编程序,可以捕获windows启动,登陆,注销,锁定等一系列事件,您可以在此实现系统启动相关加载项,及其他功能。-WinLogon Event Notification Package program, and can capture the windows startup, login, log off, lock and a series of events, where you can start to achieve the system-related add
VC-help
- VC帮助文档,chm格式,类似于MSDN,很好的资料!-It s very helpful for vc!
VB_EON
- 借助EONX插件在vb环境下实现对EON生成的VR视景体的消息发送与接收。-With EONX plug-in vb environment to realize the visual VR EON generated the message body of send and receive.
OnscreenKeyboard
- 软键盘输入,模拟键盘的所有功能,并且能实现中英文切换,随意输入任何字符。-Soft keyboard input, simulated keyboard all the features and implementation in both English and Chinese can switch freely enter any characters.
2
- c#中文分词源码,基于词频,词性等,可提取自定义数量的关键词-Chinese word c# source code, based on word frequency, part of speech, can customize the number of keywords extracted
IEEE802.15.4_opnet_simulation_model_v3.0
- wsn simulation model foropnet -by open-zb.net
VC_RAW
- 用VC实现的RAW格式图片显示功能,可以直接显示RAW格式的图片-Achieved with the VC display RAW format images, you can directly display RAW format images
mouse
- 一个实现记录鼠标位置,进行延时并自动点击的程序。可以用于软件的自动化测试。-To achieve a record mouse position, and automatically click to delay the procedure. Can be used to automate software testing.
vb-explorer
- vb写的资源管理器和系统自带的资源管理器有相同之处-vb write resource manager and the system' s own resource manager have in common
NtQuerySystemInformation
- 这是介绍如何在Windows驱动层 HOOK NtQuerySystemInformation内核 函数的文章。 这篇文章超级详细的介绍了这个函数的每一个参数以及用法。-This is how the Windows kernel function driver layer HOOK NtQuerySystemInformation article. This article describes the super-detailed each parameter of this function
Inject
- :并不是所有的远程注入都能成功,有时候调用OpenProcess(...)或者WriteProcessMemory(...)函数的时候,会调用失败,调用GetLastError()返回错误码是5,拒绝访问,意思是说你的权限不够,那么网上也有现成的提权的函数,这里面也给大家写了一个,但是随着Windows操作系统的升级,Xp->Vista->7,其安全性也越来越高,所以以前在XpSp2上编写的程序,到Sp3或者Vista上面权限又不够了,所以说提权代码也不是万能的,技术没有止境!-dl