搜索资源列表
sBOA
- 贝叶斯优化算法是一种新的演化算法,通过贝叶斯概率统计的知识来学习后代,可是使演化朝有利的方向前进,程序用C实现了贝叶斯优化算法。-Bayesian Optimization Algorithm is a new evolutionary algorithm, through Bayesian probability and statistics to learn the knowledge of future generations, but to enable the evolution to
03500112
- 时代在飞速发展,科技日新月异。计算机已经成为我们生活中必不可少的工具了。而作为一名大学生,我们更应该比平常人多了解计算机。在我们学习计算机的过程中,我们可能会出现这样或那样的迷惑。有的不是口说就能解决的,这就需要我们自己去动手解决,而这就是我们为什么要搞课程设计了。今年,我们又学习了数据结构这门课,在这门课里包含那么多的东西,怎么样才能检验我们是否掌握了这门课呢。我们就有了这课程设计,通过课程设计使我们能够进一步理解和熟练掌握课本中所学的各种数据结构,学会如何把学到的知识用于解决实际问题,培养我
Control
- 管道机器人的控制 c语言 很好的 能让新手看懂 学习-C-pipe robot control language allows a very good read to learn new
datastruct
- 通过本次实验学会了外部函数以及全局变量的设 置方法,复习巩固了C 语言和数据结构的相关知识, 掌握了结构化程序设计的基本思想, 熟悉了结构以 及指针的设计和应用, 了解了综合系统设计的基本 原理,对存储数据结构有了更形象的理解,学会了几 个新的调试程序的方法, 培养了解决实际问题的编 程能力,C 语言程序的综合应用能力得到提高-Through this experiment learned to function and global variables outside
thinkpad
- 本人原创的一个人和电脑互取苹果的游戏程序,核心是Fibonacci数列,供学习c/c++和数据结构的新手学习,以增强学习兴趣和热情。-I have an original and Apple computers and take the game procedures, the core is the Fibonacci series for learning c/c++ and data structure of new learning, to enhance the interest an
C.STL
- 本书是一本有关于C++ 标准模板库的介绍的丛书 即使是拥有STl使用经验的人也可以从本书中学到新知识-This book is a book about C++ standard template library even though the introduction of the series is to have STl experience in the use of the people can learn new knowledge from this book,
DynamicArray
- 完成满足上述接口的动态数组(Dynamic array)的程序; 需要遵循基本的编程规范和风格; 动态分配内存用C++的函数new/delete,不用malloc/free; 处理好动态分配的运用,不要出现内存泄漏; 了解C++类的构造函数和析构函数的作用; 熟悉C++类的写法(*.h, *.cpp); 各种情况考虑周到,不要出现程序崩溃; -
Viewtree
- 二叉树用C++语言来具体实现。包含新建、插入、删除、查找等具体功能,适合新手学习使用。-Binary tree using C++ language implementation. Contains new, insert, delete, search and other specific functions, suitable for beginners to learn to use.
The-new-C-language
- 本书介绍了c语言编程的过程方法,算法,结构,语言言简意赅,让0基础的爱好者可以轻松学习c,并且最终达到运用自如的境界。-The book introduced the C programming language process method, algorithm, structure, language concise and comprehensive, so0fan base can easily learn C, and ultimately to achieve the handle
tp2-multicouche
- Backpropagation with momentum * by Andres Perez-Uribe * References : - G. Hinton, "How neural networks learn from experience", Scientific American, sep 1992. - P. Werbos, "The Roots of Backpropagation: From ordered derivatives
