搜索资源列表
p2psample
- 利用fms、flex实现的实时在线聊天、带视频功能-use the fms and flex to realize the chat inline with video
Inline_Asm_For_CSharp_Using_C++
- This solution demonstrates as simply as possible how to leverage inline assembly and C++ ATL from a C# project. This architecture may be used to optimize .NET web service, .net web applications, .net windows applications and .net windows services wi
lab_6
- 1.使用动态内存分配生成动态数组来完成3*3矩阵转置函数 2.应用string类定义字符串,实现两个字符串的连接 3.修改实验4中的选做实验中的people类。具有如下属性:姓名char name[11],编号char[7],性别char sex[3],生日birthday,身份证char id[16]。其中“出生日期”定义为一个“日期”类内嵌函数对象,用成员函数实现对人员信息的录人和显示。要求包括:构造函数和析构函数,开呗构造函数,内联成员函数,聚集。在测试程序中定义people类的对
matlab_FEM_dismesh
- DistMesh giving a singular FEM matrix?-Hi Anyone here with some experience of using DistMesh in finite element code? I m solving the scalar Helmoltz equation in an annular region in 2D: rho_1 < rho < rho_2 where rho_1 is the radi
a2
- This International Standard specifies requirements for implementations of the C + + programming language. The first such requirement is that they implement the language, and so this International Standard also defines C+ +. Other requirements and
renyuan
- 设计并测试一个“人员”类。属性包括:编号、性别、出生日期、身份证号等等。其中“出生日期”定义为一个“日期”类内嵌子对象。用成员函数实现对人员信息的录入和显示。要求包括:构造函数和析构函数、拷贝构造函数、内联成员函数-Design and test a " person" category. Attributes include: number, gender, birth date, ID number and so on. The " birth date"
circleArea
- 编写一个程序,提示用户输入圆的半径,然后调用内联函数circleArea计算圆的面积。-Write a program that prompts the user for the radius of the circle, and then call the inline function circleArea calculate the area of a circle.
projects
- BorlandBGI示例 c内嵌汇编示例 带参运行功能示例 单行注释相关示例-The run function BorlandBGI example c inline assembly example with parameters example of single-line comment example
cPP
- 用内联函数编写Fibonacci级数,使用if语句判断函数的出口,在程序中用cout语句输出提示信息 设计一个函数,形参是引用类型,要求输入三个整数(cin输入,cout提示输入),按从小到大排序后输出,编程完整的程序并测试。-Write Fibonacci series using inline functions, using the if statement to determine the function of export, prompt information to desig
exp1
- 用内联函数编写Fibonacci级数,使用if语句判断函数的出口,在程序中用cout语句输出提示信息,Fibonacci级数的公式为:-Write Fibonacci series inline functions, use the if statement to determine the function of the export cout statement in the program with the output message, the Fibonacci series of f
jquery.sparkline-1.6
- 生成有用的内联微线图直接在浏览器不需要任何服务器端支持。跨浏览器兼容的(Firefox、Safari、IE等)。 -Generate useful inline sparklines directly in the browser without requiring any server-side support. Cross-browser compatible (Firefox, Safari, IE, etc).
vcgetcpuid
- 1. 用汇编语言编写一个cpuid函数,然后调整链接器配置,在C语言中调用该函数。 2. 使用内嵌汇编调用CPUID指令。 3. 使用编译器提供的Intrinsics函数来调用CPUID等特定平台指令。 我们一般优先使用第3种办法,代码量少、可读性高、编译维护简单。例如VC(VC2005或更高)在“intrin.h”中声明了 __cpuid函数。 当编译器没有提供Intrinsics函数时,就只有使用前两种办法了。 -Written in assembly langu
rootkitjiance
- 简单的Rootkit检测程序,不改变sysenter地址,而是通过直接在原来sysenter地址里面写跳转代码来实现的,这实际上跟一般的函数头inline  hook一样.这样rootkit检测工具就不会认为sysenter已经改变(实际上也是没变).-Rootkit detection program, not change sysenter address, but through direct jump inside original sysenter address write
gauss
- 高斯曲线拟合,利用非线性曲线拟合函数inline实现对一组数的高斯拟合-Gaussian curve fitting, nonlinear curve fitting function inline Gaussian fitting of a set of numbers
test-inline-function
- 测试inline函数,对inline函数有更多认识。真正理解inline函数。-Testing inline functions, inline functions have a better understanding on. Really understand inline function.
1
- 用输入输出流和内联函数提示用户来输入圆的半径,然后计算并打印圆的周长和面积-Calculate the perimeter and area with inline functions
getcpuid
- vc内联汇编获取cpuid得到真正的硬件厂商id-vc inline assembler get cpuid get real hardware manufacturers id
cPP
- 设计一个用于人事管理的People类。考虑到通用性,可以只抽象出所有人员都 具有的属性:number(编号),sex(性别) ,birthday(出生日期),id(身份证号)等等。其中“出生日期”定义为一个“日期”类内嵌子对象。用成员函数实现对人员函数的录入和显示。要求包括:编写构造函数和析构函数、拷贝构造函数、内联成员函数,类的组合-People design a class for personnel management. Taking into account the generic a
Kernel Inline Hook
- 目前流行和成熟的kernel inline hook技术就是修改内核函数的opcode,通过写入jmp或 push ret等指令跳转到新的内核函数中,从而达到修改或过滤的功能。这些技术的共同点 就是都会覆盖原有的指令,这样很容易在函数中通过查找jmp,push ret等指令来查出来, 因此这种inline hook方式不够隐蔽。本文将使用一种高级inline hook技术来实现更隐蔽的 inline hoo技术(Currently popular and mature kernel in
PCHunter_free
- 1.进程、线程、进程模块、进程窗口、进程内存信息查看,杀进程、杀线程、卸载模块等功能 2.内核驱动模块查看,支持内核驱动模块的内存拷贝 3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、Classpnp、Atapi、Acpi、SCSI、IDT、GDT信息查看,并能检测和恢复ssdt hook和inline hook 4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Leg
