搜索资源列表
实验7-线形拟合
- 1、掌握MATLAB优化工具箱的基本用法,对不同算法进行初步分析、比较。 2、练习实际问题的非线性最小二乘拟合。-1.Understand the basic usage of Matlab optimization tool box. Analize and Compare different algorithms. 2. Practise nonliear minimum second order fitting using practical problems.
一个功能强大的栈
- 一个功能强大的栈,用法很灵活,你会发现很有趣- A function formidable stack, the usage is very flexible, you can discover very interesting
Pl文件
- prolog样例,基本function用法演示-SWI-prolog example, the basic function usage demo-SWI
Effective_stl
- 很好的一本stl的书,本书分为7个部分,每部分各说明stl的高效用法及正确使用-good stl a book, the book is divided into seven parts, each part of the note stl efficient usage and proper use
matrixforpowersystem
- 电力系统稀疏矩阵计算类,用法范例代码,包括三个目录,MALIB(类),MATEST(使用范例),INCLUDE(*.H),是我编写的电力系统能量管理系统基础类之一.-power system sparse matrix computation, the use of code examples, including the three catalogs, MALIB (type), MATEST (using the example), INCLUDE (*. H), I was prepare
template123
- 讲述C++模板template的用法,对初学者很有帮助,推荐下载。-about C template template to use, helpful for beginners, to download.
lzwfordepresscoding
- LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-
Claboryfunction
- 这是c语言全部库函数的说明,内容全面而且都有小例子进行了说明具体的用法,是c语言编程的好的参考资料 -This is for all the language function of note comprehensive and have small examples of the usage specify, c programming language of good reference
matlab-uimenu
- matlab的基本用法,对初学者有用,是必备的基础知识.-Matlab the basic usage, useful for beginners, is an essential knowledge base.
huiwennew
- 数据结构中---回文的判断,使用栈和队列来实现,练习队列和栈的用法-data structure --- Palindrome's judgment, Stack and Queue to achieve, exercise and Stack Queue usage
jingtaichengyuan
- 是个静态成员的用法的源码,希望站长支持,谢谢了-is a static member of the usage of the source, hoping station support, I thank the
gemanova
- 进行方差分析的MATLAB源码,源文件中有用法。网络下载的,非原创。有兴趣的朋友一起讨论。-variance analysis of MATLAB source, a source usage. Download the network, non-originality. Interested friends together.
infix-Postfix
- 利用堆栈进行表达式的 Infix -> postfix 转换 适合大专院校计算机专业数据结构课参考 用法: 输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式 323*+2^ 进而可以计算出表达式的值为81 目前bug: 主要作原理演示用,只能处理1位数字变量,且变量值不可太大-use of the stack for expression Infix -
Mathimatics
- 介绍数值计算方法与c语言工程函数库,函数库以及各种函数的用法意义等。简洁方便的必备手册。-on numerical calculation method works with the c language library, libraries and various functions such as the significance of the usage. Essential convenience concise manual.
ADOAccessClistctrl
- ADO操作access全过程和CListCtrl的用法,vc编写,介绍数据库的使用-ADO operation and access the entire process CListCtrl use, vc preparation, on the use of database
linefit
- 用于直线拟合的matlab程序,用法请见函数内部的使用说明-linear fitting for the Matlab procedures, and applying the function see internal use
MATLABjisuanqi
- MATLAB编写的3个简易计算器程序,hh那个是本人综合另两个写出来的,简易好用。具体用法不用我说了,大家将所有代码放在MATLAB安装文件的work里面即可。可能还需要GUI绘图,具体我忘了,一年前做的。-MATLAB prepared by the three simple calculator program, which is my hh another two comprehensive written, Simple handy. I do not have specific dir
cpp_function_pointers
- 详细说明函数指针的用法,并且以数组的形式调用函数指针的方法
Style
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
Matlab3
- :基于Matlab语言的遗传算法工具箱支持二进制和浮点数编码方式,并且提供了多种选择、交叉、变异的方法。 通过具体实例对Matlab的遗传算法工具箱的用法进行了说明介绍。