搜索资源列表
asm_module
- 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern \"C\"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执
EBP
- EBP反向传播算法对应的源程序,三层网络,分隐层神经元,输出层神经元,输入层神经元的一个基本的程序实现
asm_module
- 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern "C"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执行完
EBP
- EBP反向传播算法对应的源程序,三层网络,分隐层神经元,输出层神经元,输入层神经元的一个基本的程序实现-EBP back-propagation algorithm the corresponding source code, the three-tier networks, sub-hidden layer neurons, output layer neurons, input layer neurons realize a bas
EBP-chaoticPrediction
- This program is to one-step EEG prediction. it is done by a fuzzy neural network based on a chaotic back propagation training method.
EBP-chaoticPrediction
- This program is prepared as an one-step EEG predictor. this is used a fuzzy neural network which is trained by a chaotic back propagation method
EBP
- 一个非常实用的BP神经网络FORTRAN软件!应用多年效果非常好,上传和大家一起分享-A very practical BP neural network FORTRAN software! Application of multi-effect was very good, upload to share with everyone! !
fabianyi
- 未优化模式就是原生代码,其调式期间可以和源代码一 一对应,maxspeed模式则尽可能将操作放在寄存器内完成,并且有一定的算法优化;而最小代码模式则通过合并部分代码,尽可能的通过EBP比例变址寻址,完成对二维数组的访问。 -Model is not optimized native code, and its modal period of the source code can be one correspondence, maxsp
CPU_ASM
- CPU寄存器和汇编指令 32位CPU所含有的寄存器有: 4个数据寄存器(EAX、EBX、ECX和EDX) 2个变址和指针寄存器(ESI和EDI) 2个指针寄存器(ESP和EBP) 6个段寄存器(ES、CS、SS、DS、FS和GS) 1个指令指针寄存器(EIP) 1个标志寄存器(EFlags) -CPU registers and assembly inst
MyC
- 理解C指针的用法例程。从上面可以看到,当读出*p以后,地址就作出了相应的修改了.[ebp-0D0h]作为一个暂存单元,用来存储一开始读出的值. 其实我们可以理解为:*p p++ -this is a c pointer programing.
EBP
- 能进行BP神经网络的建立、训练与识别,广泛应用于模式判别-BP neural network can be set up, training and recognition
frame
- The annotation hides the fr a me the unwinder and makes it look like a ordinary ebp save restore. This avoids some special cases for fr a me pointer later for Linux v2.13.6. -The annotation hides the fr a me the unwin
EBP.tar
- backward propagation of errors , is a common method of training artificial neural networks used in conjunction with an optimization method such as gradient descent. The method calculates the gradient of a loss function
Class-callback
- .子程序 辅_生成_类回调, 整数型 .参数 函数序号, , , [EBP+8] .参数 参个数, 整数型, , [EBP+C] -_ _ class auxiliary subroutine. Generate callback, integer type Serial number of parameter function, [EBP+8] Parameter parameter number, integer
XYUYAN
- 顾名思义O汇编语言也是一门汇编语言,它具有传统汇编语言的基本特点,也有与它们诸多不同之处。O汇编语言一个最大显著的特点是支持语言配置,使得它可以支持所有你想支持的语言,当然,O汇编语言的初衷是为了支持中文,所以它可以非常好的支持中文汇编。如果你已经习惯了其它英文的汇编模式,比如你喜欢用EAX、EBP类似这样的方式来命名寄存器,不要紧,只需要修改一下语言配置文件,这可以轻松做到。O汇编语言另一个显著的特点是指令使用非常直观和人性化,在不缺
Geometry
- Delphi Graph Source code Graphics Library Geometry.pas was assembled different sources (like GraphicGems) and relevant books or based on self written code, respectivly. Note: Some aspects need to be considered