CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - inline

搜索资源列表

  1. p2psample

    0下载:
  2. 利用fms、flex实现的实时在线聊天、带视频功能-use the fms and flex to realize the chat inline with video
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.23mb
    • 提供者:eity
  1. Inline_Asm_For_CSharp_Using_C++

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:62.18kb
    • 提供者:vigneshhh
  1. lab_6

    0下载:
  2. 1.使用动态内存分配生成动态数组来完成3*3矩阵转置函数 2.应用string类定义字符串,实现两个字符串的连接 3.修改实验4中的选做实验中的people类。具有如下属性:姓名char name[11],编号char[7],性别char sex[3],生日birthday,身份证char id[16]。其中“出生日期”定义为一个“日期”类内嵌函数对象,用成员函数实现对人员信息的录人和显示。要求包括:构造函数和析构函数,开呗构造函数,内联成员函数,聚集。在测试程序中定义people类的对
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-24
    • 文件大小:1.39kb
    • 提供者:YIDIANER
  1. matlab_FEM_dismesh

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:36.71kb
    • 提供者:skypigr
  1. a2

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.71mb
    • 提供者:wuxp
  1. renyuan

    0下载:
  2. 设计并测试一个“人员”类。属性包括:编号、性别、出生日期、身份证号等等。其中“出生日期”定义为一个“日期”类内嵌子对象。用成员函数实现对人员信息的录入和显示。要求包括:构造函数和析构函数、拷贝构造函数、内联成员函数-Design and test a " person" category. Attributes include: number, gender, birth date, ID number and so on. The " birth date"
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.07mb
    • 提供者:onway
  1. circleArea

    0下载:
  2. 编写一个程序,提示用户输入圆的半径,然后调用内联函数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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:862.7kb
    • 提供者:
  1. projects

    0下载:
  2. BorlandBGI示例 c内嵌汇编示例 带参运行功能示例 单行注释相关示例-The run function BorlandBGI example c inline assembly example with parameters example of single-line comment example
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:102.46kb
    • 提供者:wangzhen
  1. cPP

    0下载:
  2. 用内联函数编写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
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:2.46mb
    • 提供者:梦瑶
  1. exp1

    0下载:
  2. 用内联函数编写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
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:995byte
    • 提供者:qiujuqing
  1. jquery.sparkline-1.6

    0下载:
  2. 生成有用的内联微线图直接在浏览器不需要任何服务器端支持。跨浏览器兼容的(Firefox、Safari、IE等)。 -Generate useful inline sparklines directly in the browser without requiring any server-side support. Cross-browser compatible (Firefox, Safari, IE, etc).
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:10.7kb
    • 提供者:sdgkasoie
  1. vcgetcpuid

    0下载:
  2. 1. 用汇编语言编写一个cpuid函数,然后调整链接器配置,在C语言中调用该函数。 2. 使用内嵌汇编调用CPUID指令。 3. 使用编译器提供的Intrinsics函数来调用CPUID等特定平台指令。   我们一般优先使用第3种办法,代码量少、可读性高、编译维护简单。例如VC(VC2005或更高)在“intrin.h”中声明了 __cpuid函数。   当编译器没有提供Intrinsics函数时,就只有使用前两种办法了。 -Written in assembly langu
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:56.01kb
    • 提供者:ahcd30
  1. rootkitjiance

    0下载:
  2. 简单的Rootkit检测程序,不改变sysenter地址,而是通过直接在原来sysenter地址里面写跳转代码来实现的,这实际上跟一般的函数头inline  hook一样.这样rootkit检测工具就不会认为sysenter已经改变(实际上也是没变).-Rootkit detection program, not change sysenter address, but through direct jump inside original sysenter address write
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:1.37kb
    • 提供者:王辉
  1. gauss

    0下载:
  2. 高斯曲线拟合,利用非线性曲线拟合函数inline实现对一组数的高斯拟合-Gaussian curve fitting, nonlinear curve fitting function inline Gaussian fitting of a set of numbers
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:2.02kb
    • 提供者:廖磊
  1. test-inline-function

    0下载:
  2. 测试inline函数,对inline函数有更多认识。真正理解inline函数。-Testing inline functions, inline functions have a better understanding on. Really understand inline function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:69.3kb
    • 提供者:shanxiaode
  1. 1

    0下载:
  2. 用输入输出流和内联函数提示用户来输入圆的半径,然后计算并打印圆的周长和面积-Calculate the perimeter and area with inline functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:133.44kb
    • 提供者:tod
  1. getcpuid

    0下载:
  2. vc内联汇编获取cpuid得到真正的硬件厂商id-vc inline assembler get cpuid get real hardware manufacturers id
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1.16mb
    • 提供者:lijianfeng
  1. cPP

    0下载:
  2. 设计一个用于人事管理的People类。考虑到通用性,可以只抽象出所有人员都 具有的属性:number(编号),sex(性别) ,birthday(出生日期),id(身份证号)等等。其中“出生日期”定义为一个“日期”类内嵌子对象。用成员函数实现对人员函数的录入和显示。要求包括:编写构造函数和析构函数、拷贝构造函数、内联成员函数,类的组合-People design a class for personnel management. Taking into account the generic a
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.06mb
    • 提供者:何宗昊
  1. Kernel Inline Hook

    0下载:
  2. 目前流行和成熟的kernel inline hook技术就是修改内核函数的opcode,通过写入jmp或 push ret等指令跳转到新的内核函数中,从而达到修改或过滤的功能。这些技术的共同点 就是都会覆盖原有的指令,这样很容易在函数中通过查找jmp,push ret等指令来查出来, 因此这种inline hook方式不够隐蔽。本文将使用一种高级inline hook技术来实现更隐蔽的 inline hoo技术(Currently popular and mature kernel in
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:32kb
    • 提供者:xiami001
  1. PCHunter_free

    0下载:
  2. 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
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:6.26mb
    • 提供者:aa77ss55dd
« 12 »
搜珍网 www.dssz.com