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

搜索资源列表

  1. moni

    0下载:
  2. 调用WINIO,内嵌汇编代码模拟键盘鼠标操作。-Call WINIO, inline assembly code simulate keyboard and mouse operation.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:258392
    • 提供者:asdsad
  1. Archive

    4下载:
  2. duffing方程用于微弱信号检测的matlab程序。包含两种方法,一种是inline,一种是@fan。-duffing equation for weak signal detection matlab program. Contains two methods, one is inline, one is @ fan.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1412
    • 提供者:
  1. TestInlineHook

    0下载:
  2. 内联hook,采用jmp 地址五个字节的方式hook函数。选中hook选项,测试两个按钮的效果。-Inline hook, by the way bytes jmp address five hook functions. Select the hook options, testing the effect of the two buttons.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5157618
    • 提供者:啤酒肚
  1. FBG

    1下载:
  2. FBG反射谱,要用的人会非常需要,需要的人可以看看,很不错的-FBG id1=fopen( lambdaCMT.txt , wt ) fid2=fopen( rhoCMT.txt , wt ) f1=inline( -i.*delta.*y1-k.*y2 , t , lambda , wk , delta , k , y1 , y2 ) f2=inline( -k.*y1+i.*delta.*y2 , t , lambda , wk , delta , k
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:927
    • 提供者:Xiaojun
  1. ATandTasm

    1下载:
  2. AT&T汇编语法及GCC的内嵌汇编语法,GCC开发OS必读。-AT & T assembly syntax and the GCC' s inline assembly syntax, GCC Development OS must-read.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:75284
    • 提供者:朋古
  1. gcc

    0下载:
  2. gcc中内嵌汇编代码 +与=产生的数值差别-gcc inline assembly code in the+ and = difference between the value generated
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:543
    • 提供者:ShadowZ
  1. begoodatMATLAB6.5

    0下载:
  2. 本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导读者初会MATLAB 基本用法。 第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3465145
    • 提供者:yyj
  1. GetProcAddress

    0下载:
  2. GetProcAddress Api Replacement Using Inline ASM
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:1280
    • 提供者:osman kemal
  1. InlineAssembly

    0下载:
  2. using inline assembly with g-using inline assembly with gcc
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:55237
    • 提供者:blue
  1. nicEdit

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

    • 发布日期:2017-04-03
    • 文件大小:6567
    • 提供者:111111
  1. ThinkingCplusplus

    0下载:
  2. 本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 -Of this book to learn C++ based on their personal experience a
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-02
    • 文件大小:14494562
    • 提供者:洚心独吟
  1. div

    0下载:
  2. 1:图层混排 (相对定位,绝对定位,z-index--- --父级div用相对定位position:relative,子级div用绝对定位position:absolute.当给定z-index值 时,层就开始了级别浮动.正值2,浮动到前面,负值-2,浮动到后面被遮挡.对于两个处于同一级别的层,当z-index值出现,如果想要把被遮挡的层遮挡掉一部分,就可以给它一个top的负值) 2:层背景位移 (background-position:?px ?px 给定了值就可以在任意位置移动.)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:13885
    • 提供者:欧杨令狐
  1. Q1

    0下载:
  2. Create a table of trigonometrical function using assembly language. 16bit Intel asm, inline type coded into C language code.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:589
    • 提供者:Ryan
  1. cppAsmEx

    0下载:
  2. Example of inline assembly in C++.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1121
    • 提供者:joao
  1. TMS320C6000seriesofinlineinstructions

    0下载:
  2. TMS320C6000系列内联指令,比较不错,推荐大家-TMS320C6000 series of inline instructions
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:98364
    • 提供者:王洪涛
  1. Bypass_Head_Inline_Hook

    0下载:
  2. 绕过head Inline Hook.以未导出函数KiInsertQueueApc为例,演示如何恢复钩子。-bypass head inline hook. Take KiInsertQueueApc as an example and show how to achieve it.
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:119365
    • 提供者:王波
  1. ATT-assemble

    0下载:
  2. linux 下面嵌入汇编技术 讲述inline技术-linux gcc inline asm
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:206232
    • 提供者:Anjoy
  1. spi

    1下载:
  2. This folder contains the example file that can be used to test the SPI CSL 3.x APIs Use the following steps to test the example using build files 1. Build example code with make utility The .out file will be generated in "obj\c67\release" dir. 2. Ex
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3074
    • 提供者:wang
  1. UPDATED_1016615310212003

    0下载:
  2. vb内嵌汇编获取CPU ID,支持INTEL 和 AMD的CPU-vb inline assembly for CPU ID, INTEL and AMD CPU support
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:87207
    • 提供者:王按时
  1. Inline_Asm_For_CSharp_Using_CPP

    0下载:
  2. Code to convert source code to inline ASM using C Sharp
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:63791
    • 提供者:Jagdish R
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 22 »
搜珍网 www.dssz.com