搜索资源列表
vbnet-solution
- VB.net实例源代码,可以帮助您学习一下-VB.net examples of source code, can help you learn from this
软件《牛顿法解方程之混沌情况1.32》VC++版源代码
- 软件《牛顿法解方程之混沌情况1.32》VC++版源代码,迭代算法压缩图象以及生成各种分形图案-software "Newton equation solution of 1.32 Chaos" VC version of the source code, iterative algorithm compresses images and generates various fractal patterns
MirClient
- 运筹学中的解线性规划问题的一种方法,不精确一维搜索算法-tacticians of linear programming solution of a problem, an inexact Victoria Search Algorithm
fcz
- 利用计算机求解高阶线性方程组 可大大的节省体力,适合毕业设计。-high-end computer solution of linear equations can greatly save the manual, designed for graduation.
jsff
- 计算方法程序常微分方程的数值解法课堂讲义-calculation procedures Ordinary Differential Equations Numerical Solution of classroom lectures
Neville
- 本程序为基于matlab的插值分析与Euler解常微分方程的应用实例。-the procedures for the Matlab-based analysis and interpolation Euler solution of the ordinary differential equations application examples.
shizhan_origin
- 本系列文章将主要介绍origin的初级使用方法,为许多刚开始使用origin写试验报告的同学提供入门帮助。并不像某些软件使用说明书籍那样系统的讲解,而是着重面向解决实际问题。-this series of articles will focus on the use of primary origin, Many of origin has just begun to use the written test report provides elementary students to help
HopfieldofTSP
- 这是在MATLAB上的Hopfield解决简单的TSP问题,虽然有点简单,但效果很好~-This is the MATLAB on the Hopfield simple solution of TSP, Although somewhat simple, but very effective ~
solute_diophantine_3
- 这是我用matlab编写的一个解不定方程的程序,已经测试通过。该程序使用了比较多的技巧,对于matlab的爱好者可能有所帮助-I used Matlab to prepare a solution of indeterminate equations procedures have the test. The procedure used a lot more skills, Matlab lovers might be helpful
solveODEusingmatlab
- 《大学数学实验》中一道解微分方程的作业题-"University mathematics experiment," a solution of differential equations that operations
Tree.aspx
- tree编程的源文件,关于tree编程的综合、比较详细的说明。这个文件中相关的代码比较清楚的解决了这个问题-tree programming source document on the comprehensive tree program, a more detailed explanation. The documents related to the code more clearly the solution of the problem
二路归并
- 这是一个用DELPHI编写的,关于多线程的,求解二路归并的界面程序!-This is a preparation using DELPHI, multithreading on the solution of two-way merge interface procedures!
xpmenus_demo
- 一个xp风格菜单的解决方案可以参考,不过没有动态链接库的源码--The solution of menu with xp style,but no source code of dll
n_queens
- 图形化N后问题回溯解法,用回溯法求N后问题的所有解并以列表方式给出,某个向量解给出其图形化解布局-After the story goes back a graphical solution of N, N using backtracking after seeking all solutions of the problem and in tabular form are given, a vector graphics to resolve the layout of its soluti
xiaokang1
- 用fortran语言对偏微分方程中的泊松方程的进行数值解的程序实现 -Fortran language of partial differential equations with Poisson' s equation in the numerical solution of the program realization
Exercise4
- It is a complete solution of exercise4 from ICarnegie course ssd4.
VCPPWhole-solution-tutorial-examples
- VC++ 实例全解教程(外观设计、界面设计、系统编程、高级控件应用、数据库编程、网络与通信-VC++ instance of the whole solution tutorial (design, interface design, system programming, advanced control applications, database programming, network and communications
Curive
- 曲线拟合,解线性方程,换点的坐标就可以移植了,用的软件是VC++6.0.-Curve fitting, solution of linear equations for the coordinates of points can be transplanted, and the software used is VC++6.0.
linear-equations
- 解1至5元线性方程组。。 如解2元线性方程组时,只需在前两个方程中的x1,x2前输入系数,在最后一列前两个框输入2个常数项即可。其它多元方程组依次类推-1 to 5 yuan solution of linear equations... Such as 2 yuan solution of linear equations, just in the first two in the equations are x1, before the x2 input coefficient, in th
Code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-Classica