搜索结果

找到约 24 项符合 Loops 的查询结果

其他书籍 制作本书的目的是为了方便大家的阅读。转载时请保持本电子书的完整性。 前言、条款2、16、21、44根据从Addison-Wesley出版社下载的开放条款翻译。条款26、27、28、45根据从Sc

制作本书的目的是为了方便大家的阅读。转载时请保持本电子书的完整性。 前言、条款2、16、21、44根据从Addison-Wesley出版社下载的开放条款翻译。条款26、27、28、45根据从Scott Meyers的网站下载的《Three Guidelines for Effective Iterator Usage》一文翻译。条款43根据从C/C++ Users Journal网站下载的《STL Algorithm ...
https://www.eeworm.com/dl/542/139942.html
下载: 177
查看: 1033

VHDL/FPGA/Verilog To increase simulation speed, ModelSim&reg can apply a variety of optimizations to your design. Thes

To increase simulation speed, ModelSim&reg can apply a variety of optimizations to your design. These include, but are not limited to, mergingprocesses, pulling constants out of loops, clock suppression, and signal collapsing. You control the level of optimization by specifying certain switches when ...
https://www.eeworm.com/dl/663/234380.html
下载: 179
查看: 1062

matlab例程 This a translation of the ToyFDTD c code available from the web site http://www.borg.umn.edu/toyfdt

This a translation of the ToyFDTD c code available from the web site http://www.borg.umn.edu/toyfdtd/ToyFDTD1.html This some optimization to use MATLAB matrix notation. Others may find a way to further optimize the nested loops.
https://www.eeworm.com/dl/665/241325.html
下载: 49
查看: 1071

Java书籍 Written by the inventors of the technology, The Java&#8482 Language Specification, Third Edition, is

Written by the inventors of the technology, The Java&#8482 Language Specification, Third Edition, is the definitive technical reference for the Java&#8482 programming language. If you want to know the precise meaning of the language s constructs, this is the source for you. The book provides comple ...
https://www.eeworm.com/dl/656/251420.html
下载: 35
查看: 1030

数学计算 词典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 Accepted:603 Description 你旅游到了一个国

词典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 Accepted:603 Description 你旅游到了一个国外的城市。那里的人们说的外国语言你不能理解。不过幸运的是,你有一本词典可以帮助你。 Input 首先输入一个词典,词典中包含不超过100000个词条,每个词条占据一行。每一个词条包括一个英文单词和一个外语单 ...
https://www.eeworm.com/dl/641/262395.html
下载: 93
查看: 1062

压缩解压 CELP (CELl Processing) is a functional programming package for Matlab. It is often better to use FP

CELP (CELl Processing) is a functional programming package for Matlab. It is often better to use FP instead of loops: - it s more compact - it s more clear.
https://www.eeworm.com/dl/617/315135.html
下载: 104
查看: 1073

电子书籍 This text shows how to analyze programs without its source code, using a debugger and a disassembler

This text shows how to analyze programs without its source code, using a debugger and a disassembler, and covers hacking methods including virtual functions, local and global variables, branching, loops, objects and their hierarchy, and more.
https://www.eeworm.com/dl/cadence/ebook/366903.html
下载: 95
查看: 1049

编译器/解释器 how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing

how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * The increment operators (++). * Selection ...
https://www.eeworm.com/dl/628/431997.html
下载: 28
查看: 1027

VC书籍 As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Pro

As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Programs are structured by defining and calling functions. Program flow is controlled using loops, if statements and function calls. Input and output can be directed to the terminal or to files. Related d ...
https://www.eeworm.com/dl/686/441638.html
下载: 22
查看: 1056

数值算法/人工智能 program to solve a finite difference discretization of Helmholtz equation : (

program to solve a finite difference discretization of Helmholtz equation : (d2/dx2)u + (d2/dy2)u - alpha u = f using Jacobi iterative method. COMMENTS: OpenMP version 3: 1 PR outside the iteration loop, 4 Barriers Directives are used in this c ...
https://www.eeworm.com/dl/518/453199.html
下载: 94
查看: 1043