CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - inline

搜索资源列表

  1. meshfromteacherintheclass

    0下载:
  2. stdafx.h : 标准系统包含文件的包含文件。   Microsoft C 和 C++ 编译器提供了用于预编译任何 C 或 C++ 代码(包括内联代码)的选项。利用此性能特性,可以编译稳定的代码体,将已编译状态的代码存储在文件中,以及在随后的编译中,将预编译的代码与仍在开发的代码结合起来。由于不需要重新编译稳定代码,因此后面每次编译的速度都要快一些。 -stdafx.h: include file for standard system include files. Microsof
  3. 所属分类:Game Program

    • 发布日期:2017-05-31
    • 文件大小:10622709
    • 提供者:cui
  1. pemaker5

    0下载:
  2. c++内联汇编的pe分析和植入代码-c++ of pe inline assembly code analysis and implantation
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:73461
    • 提供者:jet hu
  1. fbc-v0.20.0b-src

    0下载:
  2. Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the GFX statements), that adds new features such as pointers, unsigned data types, inline assembly, a pre-processor and many others.
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:750942
    • 提供者:747
  1. microthreads

    0下载:
  2. Simple microthreads and fsm for microcontrollers using only preprocessor/inline code
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:963
    • 提供者:micronpn
  1. interept

    0下载:
  2. API拦截-现在了对指定API的拦截。使用了进程注入和inline hook等方法-api interept
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:737137
    • 提供者:周杰伦
  1. nicEdit

    0下载:
  2. NicEdit 是一个轻量级,跨平台,内联的内容编辑器。能够使你很容易地浏览器上实时的编辑站点内容。NicEdit Javascr ipt 能够快速地整合到任一站点中并使得任一元素/DIV变的可以编辑或将标准文本区域转变成富文本形式来进行编辑。 -NicEdit is a lightweight, cross-platform content inline editor. Can easily make your browser to edit the site content in rea
  3. 所属分类:Java Develop

  1. ARM_GCC_Inline_Assembler_Cookbook

    0下载:
  2. 介绍了ARM GCC内嵌汇编的使用方法,E文的-ARM GCC Inline Assembler Cookbook
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:31548
    • 提供者:zhang
  1. c++programmethinking

    0下载:
  2. 包含:对象的演化,数据抽象,隐藏实现,初始化与清除,函数重载与缺省参数,输入输出流介绍,常量,内联函数,命名控制,引用和拷贝构造函数-Include: the evolution of object, data abstraction, hiding the realization of initialization and removal, function overloading and default parameters, input and output streams, the co
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:11245717
    • 提供者:caizhendong
  1. secant

    0下载:
  2. In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.-The secant iteration to find the zero of some non-linear function converges to zero if
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:938
    • 提供者:王怀东
  1. simulatedannealing

    0下载:
  2. General simulated annealing algorithm-anneal Minimizes a function with the method of simulated annealing (Kirkpatrick et al., 1983) ANNEAL takes three input parameters, in this order: LOSS is a function handle (anonymous function or
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:3865
    • 提供者:Ping-Feng Xu
  1. ex01-06

    0下载:
  2. 函数重载 C++的多态性 内联函数 调用函数-Function Overloading polymorphism C++ inline function call function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1148
    • 提供者:yanjing
  1. rle_comp

    0下载:
  2. A fast RLE encoding and decoding implementation. It uses inline assembly functions.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:66369
    • 提供者:developer
  1. GCC

    0下载:
  2. GCC 中 的 内 嵌 汇 编 语 言,嵌入式学习的基础资料-GCC' s inline assembly language, embedded learning information
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:14524
    • 提供者:Mike
  1. X86_32_Bit209604122008

    0下载:
  2. 32 位 X86 汇编工具,支持编译成可执行文件-This is an experimental 32 Bit Assembler. Originally planned for me to learn assembly language it turned out way bigger then I thought. It supports most of the standard, FPU, MMX, SSE and 3DNow instructions, can write Windows
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:85573
    • 提供者:
  1. test

    0下载:
  2. main Function ? C++ Tutorial: Here?s some rules exclusive to main, rules which a typical function is not bound to. * The return type of main must be int * main may not be called from inside the program, only the system may call the mai
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2087
    • 提供者:xxxx
  1. VC-ASM

    1下载:
  2. VC中使用内联汇编-对混合编程学习很实用-VC used in inline assembly- a very useful study of mixed programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4042
    • 提供者:麻子
  1. Intercom

    0下载:
  2. AVR Home Intercom Inline Com.
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6884
    • 提供者:David
  1. VCInlineASM

    0下载:
  2. VC内联汇编简单方便,容易上手,本资料详细介绍了方法-VC inline assembly is simple and convenient, easy to use, this information details the method
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:137999
    • 提供者:gao x.y.
  1. SyFbt

    0下载:
  2. 杀Inline-Hook SSDT的进程的C++源码,DDK编写。可以杀冰刃,无法杀IL-Inline-Hook SSDT kill the process C++ source code, DDK preparation. Kill Frostsaber can not kill IL
  3. 所属分类:Windows Develop

    • 发布日期:2016-09-25
    • 文件大小:15353
    • 提供者:fishgs
  1. inlinehook

    0下载:
  2. 驱动下inline hook 模板,驱动下inline hook -the inline hook in kernel
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:484258
    • 提供者:yaolibing
« 1 2 3 4 5 67 8 9 10 11 ... 22 »
搜珍网 www.dssz.com