Location:
Search - pseudocode
Search list
Description: arm指令伪代码 -arm instruction Pseudocode Pseudocode arm instructions
Platform: |
Size: 1024 |
Author: |
Hits:
Description: A*算法是最好优先算法的一种。只是有一些约束条件而已。我们先来看看最好优先算法是如何编写的吧。
实现深度算法的伪代码-A* algorithm is the best algorithm is a priority. But there are some restrictive conditions only. Let us take a look the best priority algorithm is how prepared you. The realization of the depth of Algorithm Pseudocode
Platform: |
Size: 1024 |
Author: 陈晓娇 |
Hits:
Description: 在原来基础上新添加了对ST、V、I、C卡的处理,并给出了怎样使一台机顶盒支持
多种智能卡的伪代码!-In the original based on the newly added to ST, V, I, C card processing, and gives the how to make a set-top box supports a wide range of smart cards Pseudocode!
Platform: |
Size: 34816 |
Author: 童辉 |
Hits:
Description: dvb ca 移植接口代码及文档说明。有对ST、V、I、C卡的处理说明,并给出了怎样使一台机顶盒支持多种智能卡的伪代码! -dvb ca transplant interface code and documentation. There ST, V, I, C cards to deal with that, and given how to make a set-top box supports a wide range of smart cards Pseudocode!
Platform: |
Size: 33792 |
Author: xiaoli |
Hits:
Description: 书名:Foundations of Algorithms Using C++ Pseudocode, Third Edition
作者:Richard Neapolitan
出版:Jones and Bartlett Publishers 2003
ISBN:0763723878-Title: Foundations of Algorithms Using C++ Pseudocode, Third Edition Author: Richard Neapolitan publication: Jones and Bartlett Publishers 2003ISBN: 0763723878
Platform: |
Size: 19275776 |
Author: xxz |
Hits:
Description: This book uses the Python language to teach pro
-
gramming concepts and problem
-solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other
tools, the student learns how to design the logic of programs and then implement those
programs using Python. This book is ideal for an introductory programming course or a
programming logic and design course using Python as the language.
As with all the boolts in the
Starting Out With
series, the hallmark of this text is its clear,
friendly, and easy
-to-understand writing. In addition, it is rich in example programs that
are concise and practical. The programs in this book include short examples that highlight
specific programming topics, as well as more involved examples that focus on problem
solving. Each chapter provides one or more case studies that provide step
-by-step analysis
of a specific problem and shows the student how to solve it. -This book uses the Python language to teach pro-gramming concepts and problem-solving skills, without assuming any previous program-ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the student learns how to design the logic of programs and then implement those programs using Python. This book is ideal for an introductory programming course or a programming logic and design course using Python as the language. As with all the boolts in the Starting Out With series, the hallmark of this text is its clear, friendly, and easy-to-understand writing. In addition, it is rich in example programs that are concise and practical. The programs in this book include short examples that highlight specific programming topics, as well as more involved examples that focus on problem solving. Each chapter provides one or more case studies that provide step-by-step analysis of a specific problem and shows the student how to solve it.
Platform: |
Size: 31850496 |
Author: Erison |
Hits:
Description: 传算法伪代码实例,遗传算法中最重要的过程就是选择和交叉。 -Examples of pseudo-code algorithm, genetic algorithm is the most important process of selection and crossover.
Platform: |
Size: 1024 |
Author: 何炎雯 |
Hits:
Description: It s document of Detailed Pseudocode of the ABC Algorithm
Platform: |
Size: 64512 |
Author: galbro |
Hits:
Description: A lot of advanced computer algorithms (from string searching to external sorting) fully detailed with delphi code and pseudocode.
Platform: |
Size: 4036608 |
Author: Lore74 |
Hits:
Description: 麻省算法导论全集(教材+讲义+答案)教材的简要介绍:有些书是严格,但对算法的完整和其他物质,但缺乏盖广大严密。介绍结合严密、综合性算法。这本书涵盖广泛的算法,使他们在深度分析和设计水平的读者对所有人开放。每一章都是相对独立,并可作为一个单位来学习。该算法在英语中,描述了pseudocode设计可读的人做了一个小程序。这个解释一直保持基本不牺牲的深度范围或数学的张力。-Introduction to Complete Works of Massachusetts algorithm (textbook+ notes+ answer) a brief description of teaching: Some books are strict, but the algorithm is complete, and other substances, but the lack of large tightly covered. Introduction combination of rigorous and comprehensive algorithm. This book covers a wide range of algorithms, so that they in depth analysis and design level of the reader open to all. Each chapter is relatively independent and may serve as a unit to learn. The algorithm in English, describes the design of human-readable pseudocode who made a small program. This interpretation has remained basically the depth range without sacrificing tension or mathematics.
Platform: |
Size: 23737344 |
Author: |
Hits:
Description: The extension of
SMA*
from searching trees to dealing
with directed acyclic graphs is less trivial. In
A*,
this
issue is usually dealt with by simply moving a repeat-
edly found node from
CLOSED
back to
OPEN.
Such
simple attempts for a straight-forward solution can
lead to infinite loops due to
SMA*‘s
strategy of delet-
ing and re-generating nodes (Khorsand 1994). The
best way to solve this issue that we found uses a tech-
nique
we
call
blocking
(see the pseudocode of GRAPH-
CONTROL in Appendix A). Whenever a new path to
a node already stored is found, a distinction is made
whether the new path is better than the old one. If this
is not the case, the arc from the parent on the new path -The extension of
SMA*
from searching trees to dealing
with directed acyclic graphs is less trivial. In
A*,
this
issue is usually dealt with by simply moving a repeat-
edly found node from
CLOSED
back to
OPEN.
Such
simple attempts for a straight-forward solution can
lead to infinite loops due to
SMA*‘s
strategy of delet-
ing and re-generating nodes (Khorsand 1994). The
best way to solve this issue that we found uses a tech-
nique
we
call
blocking
(see the pseudocode of GRAPH-
CONTROL in Appendix A). Whenever a new path to
a node already stored is found, a distinction is made
whether the new path is better than the old one. If this
is not the case, the arc from the parent on the new path
Platform: |
Size: 104448 |
Author: dung |
Hits:
Description: 红黑树的插入算法实现,利用算法导论中的伪代码-Red-black tree insertion algorithm, using pseudocode in Introduction to Algorithms
Platform: |
Size: 476160 |
Author: lin |
Hits:
Description: Code about problem and project in textbook
Data Structures: A Pseudocode Approach with C++:
-My C++ code from stack,queue,tree..etc
Platform: |
Size: 11264 |
Author: allenlin |
Hits:
Description: Code about problem and project in textbook
Data Structures: A Pseudocode Approach with C++:
-My C++ code about List ADT
Platform: |
Size: 3072 |
Author: allenlin |
Hits:
Description: Code about problem and project in textbook
Data Structures: A Pseudocode Approach with C++:
-My C++ code about List ADT
Platform: |
Size: 5120 |
Author: allenlin |
Hits:
Description: Code of problem in text book as following
Data Structures: A Pseudocode Approach with C-Graph
Platform: |
Size: 3072 |
Author: allenlin |
Hits:
Description: 模拟退火算法的伪代码 可在各大编程软件上编程并调试运行-Simulated annealing algorithm pseudo-code program in the major programming and debugging software running on
Platform: |
Size: 3072 |
Author: 林晓 |
Hits:
Description: Welcome to Starting Out with Python, Second Edition. This book uses the Python language
to teach programming concepts and problem-solving skills, without assuming any previous
programming experience. With easy-to-understand examples, pseudocode, flowcharts, and
other tools, the student learns how to design the logic of programs and then implement
those programs using Python. This book is ideal for an introductory programming course
or a programming logic and design course using Python as the language.
Platform: |
Size: 3203072 |
Author: liqiang |
Hits:
Description: this a code written in c++, which can simply be changed to Java, and also in this folder you can find the pseudocode.
all these files are in PDF or doc format so you should your self put them in the right platform
-this is a code written in c++, which can simply be changed to Java, and also in this folder you can find the pseudocode.
all these files are in PDF or doc format so you should your self put them in the right platform
Platform: |
Size: 13748224 |
Author: Shadi |
Hits:
Description: a ping pong game in c and a pseudocode. move ball up and down screen two paddles.
Platform: |
Size: 3072 |
Author: JOKER |
Hits: