-
image-compression-coding
关于图像压缩编码的matlab的实现程序,静态图像压缩标准(About image compression coding matlab realization process, still image compression standard)
- 2013-11-28 19:10:46下载
- 积分:1
-
Primer c++ 第5版.part04
说明: 本书04部分详细讲解了C++语言的基本概念和编程技巧。本书可作为C++语言的教材,适用于需要系统学习C++语言的初学者,也适用于巩固C++语言知识或者希望进一步提高编程技术的程序员。(This book part 04 explains the basic concepts and programming skills of C + + language in detail. This book can be used as a textbook of C + + language, suitable for beginners who need to learn C + + language systematically, and also for programmers who want to consolidate the knowledge of C + + language or want to further improve programming technology.)
- 2020-04-24 10:43:40下载
- 积分:1
-
人脸五官识别 移动侦测
人脸五官识别 移动侦测 OpenCvSharp-3.2.0-x64-20170126
Features
OpenCvSharp is modeled on the native OpenCV C/C++ API style as much as possible.
Many classes of OpenCvSharp implement IDisposable. There is no need to manage unsafe resources.
OpenCvSharp does not force object-oriented programming style on you. You can also call native-style OpenCV functions.
OpenCvSharp provides functions for converting from Mat/IplImage into Bitmap(GDI+) or WriteableBitmap(WPF).
OpenCvSharp can work on Mono. It can run on any platform which Mono supports (e.g. Linux).
- 2023-07-24 22:00:09下载
- 积分:1
-
sniffer1
C语言实现的监听网络流量的程序,并对截取的报文进行分析。(C language to monitor the flow of network procedures, and analysis of the interception of the message.)
- 2017-01-04 15:17:53下载
- 积分:1
-
WebTest
web得,里面是我们做项目时候的DEMO(WEB ,this is our in classing do ,will de text)
- 2010-01-03 19:15:42下载
- 积分:1
-
X64 VT框架XXOO 80% GameProtect
X64 VT框架XXOO 80% GameProtect
,VirtualDbg框架是个很不错的开源项目,不过作者只是仅仅提供思路,而代码部分存在众多Bug。
一.首先我吧VirtualDbg完善为4个部分
1.完善 原本处理机制,修复原来在不满足进入VT 条件下的,蓝屏问题
2.ssdt部分
3.文件过滤系统
4.Object 处理
在目前,可以说是TP在国内用VT 技术最广的一家公司了,他的原理就是接管IDT 的Trap0E,然后接管MSR 中经过的 SSDT,同样他可以在MSR清任何的标志位,只是他没这么做而已.
(1).模仿了TP在不支持VT时候HOOK MSR 接管SSDT
(2).在支持VT时候开启VT 接管MSR
FIX ME..
- 2022-08-10 15:12:36下载
- 积分:1
-
ASCIIscancode
键盘扫描码,键盘上所有按钮都有,全是我做实验是出来的。注意,可不是ASCII码,是扫描码(ASCII scan code)
- 2010-11-19 07:32:14下载
- 积分:1
-
FCmoniqi
最好用的FC模拟器(FC is best to use the simulator)
- 2007-11-25 14:17:41下载
- 积分:1
-
C#获取拼音首字母并进行中文简繁体互转
C#中文简繁体互转,并获取汉字拼音首字母,内含一个中文处理工具类,类中包括了以下处理函数:将字符转换成简体中文、讲字符转换为繁体中文、获取中文字符串的首字母、获取单个中文的首字母,每一个都是挺实用的,下面把字符转换为繁体中文的代码帖上来,需要更多代码的请下载本源码哦:
//讲字符转换为繁体中文,参数包括:要转换的字符串、转换完成后的字符串:
public static string ToTraditional(this string ChineseStr)
{
String TraditionalStr = Microsoft.VisualBasic.Strings.StrConv(ChineseStr, Microsoft.VisualBasic.VbStrConv.TraditionalChinese, 0);
return TraditionalStr;
}
- 2022-08-12 23:26:59下载
- 积分:1
-
nstimer
实现倒计时的一个小demo 可以用来参考(Countdown to achieve a small demo can be used to refer to)
- 2011-11-12 12:08:05下载
- 积分:1