CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - VC x

搜索资源列表

  1. crc-ccitt

    1下载:
  2. CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:225.76kb
    • 提供者:李慎丹
  1. LeastSquarFit

    1下载:
  2. 用最小二乘法拟合曲线y=a0+a1*x+a2*x^2+a3*x^3+...+an*x^n 的vc源码-using the method of least squares fitting curve y = a0 a1 a2 * x * x * a3 ^ 2 x ^ 3 ... an * x ^ n vc FO
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:wawyace
  1. MatrixCalc

    1下载:
  2. 矩阵计数器,用VC++实现了矩阵的一般运算(加减乘),以及求逆求行列式值,和转置等运算-matrix counter, with VC + + implementation of the matrix of the general computing (plus or minus x), and inverse seeking determinant value, and home to such operations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:63.36kb
    • 提供者:白潘恩
  1. SearchMedian.rar

    0下载:
  2. 寻找无序数组的中位数,实际上代码实现了寻找无序数组中任意第x大的数,使用了快排的思想。VC++ 2005环境,Find disordered array median, in fact, code has to find a disorderly array of arbitrary section x large, use the quick thinking of row. VC++ 2005 Environment
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3.87kb
    • 提供者:inspire
  1. test_dct

    0下载:
  2. 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:556byte
    • 提供者:浪飞人海
  1. calculator_vckbase

    0下载:
  2. 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替--1.support strings having common math functions,l
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-17
    • 文件大小:23.69kb
    • 提供者:杨广铭
  1. SGA_v1.0

    0下载:
  2. 用开发语言vc++编程实现用遗传算法求解函数f=x*sin(10*x)+1.0的最大值。-With the development of language vc++ Programming using genetic algorithm function f = x* sin (10* x)+ 1.0 maximum.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:98.75kb
    • 提供者:龚正娟
  1. hunhebianma

    0下载:
  2.  VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器-VC++ Mixed with MATLAB programming, can be excellent VC Visualization MATLAB programmi
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:272.45kb
    • 提供者:胡辉
  1. weifenwaitui

    0下载:
  2. 在VC环境下,演示了协方差法的模型外推算法,测试函数为: f(x)=sin(x)*sqrt(x+1)。 最后输出结果对比 -In the VC environment, demonstrate the model covariance method extrapolation method, the test function: f (x) = sin (x)* sqrt (x+1). The comparison of the final output
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:219.6kb
    • 提供者:俞峻
  1. ydaimaIntegarteClass

    0下载:
  2. 件介绍:一个求积分的VC++类及Demo源代码 一个求积分的VC++类及Demo源代码,特点:   1. 支持各种复杂的积分表达式,可含任何数学函数,如 3*exp(x)*tan(x)/(8+log(x))   2. 可检查出表达式的书写错误   3. 可设置积分精度   4. 使用方便简单   使用方法:   1. 定义个CIntegrate 对象,构造时初始化或用 initial(char *s,double Upperlimit,double LowerLi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:31.91kb
    • 提供者:qiufeng
  1. BT510

    0下载:
  2. 人工智能方面,这是一个简单的神经网络算法,进行sin(x)的拟合,vc中编译通过-Artificial intelligence, this is a simple neural network algorithm, for sin (x) of the fitting, vc compiled by
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:233.07kb
    • 提供者:蓝冰
  1. requierbt

    0下载:
  2. 人工智能方面,这是一个简单的神经网络算法,进行sin(x)的拟合,vc中编译通过,require.h是thingking in c++中的一个很有用的头文件,asser的升级版-Artificial intelligence, this is a simple neural networks algorithm for sin (x) of the fitting, vc compiled by, require.h is thingking in c++ in a very useful he
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:234.04kb
    • 提供者:蓝冰
  1. titanium

    0下载:
  2. VC Support Vector Classification Usage: [nsv alpha bias] = svc(X,Y,ker,C) Parameters: X - Training inputs Y - Training targets ker - kernel function C - upper bound (non-separable case) nsv - number of support vectors alpha -
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:706byte
    • 提供者:bahman
  1. GeoTrans

    0下载:
  2. //基本蚁群算法程序 //程序在vc++6.0下面同过,对原来的做了一点修改 eil51.tsp是一个调用文件,相当于各个城市的坐标值,所以你可以试着自己做个类似的数据,城市坐标x,y。-//Basic ant colony algorithm program// program in vc++6.0 with the following over, the original point made was a call to file amended eil51.tsp, equi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:2.15kb
    • 提供者:李可文
  1. MexDemoNet2

    0下载:
  2. 《MATLAB7.x与C/C++混合编程》配套的源程序 6.5.2节代码 vc.net通过扩展MFC动态链接库创建MEX程序-" MATLAB7.x and C/C++ mixed programming," supporting the source code vc.net 6.5.2 MFC dynamic link library by extending the program to create MEX
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:77.5kb
    • 提供者:松花酿酒
  1. _fsimpfun@20_RK4fun@28

    0下载:
  2. 在vb/vc中调用mathlualib.dll中的自定义API计算一些泛函的值,如计算定积分∫[a->b]f(x)dx,计算数项级数∑[n=1->100]f(n)≈∑[n=1->+∞]f(n),计算函数项级数∑[n=1->100]f(n,x)≈∑[n=1->+∞]f(n,x),计算一阶ODEy =fsxy(x,y),y(x_0)=y_0中的y(x),……泛函的自变量在Lua文件里面输入。注意:请不要改变Lua中的函数名fun(x),fan(n),fsx(x),fan
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:177.82kb
    • 提供者:hanxiaohua
  1. cordic-c-vc-6.0

    0下载:
  2. cordic算法的c语言实现,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角,适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm realize the C language, input x, y coordinates of two points, are automatically calculated to change point and plane coordinate axis ( x axis positive ) angle,
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1.65kb
    • 提供者:baijingdong
  1. cordic-fixed-point-c-vc6.0-

    0下载:
  2. cordic算法的c语定点数仿真,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角(有一定误差),适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm C language fixed point simulation, enter the X, y coordinates of two points, are automatically calculated to change point and plane coordinate axis (
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2.25kb
    • 提供者:baijingdong
  1. Neural-Networks

    0下载:
  2. 工智能方面,这是一个简单的神经网络算法,进行sin(x)的拟合,vc中编译通过 -Aspects of artificial intelligence, this is a simple neural network algorithm for sin (x) fitting, vc compiled by
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:5.44mb
    • 提供者:wj
  1. SVD

    0下载:
  2. VC下奇异值分解,里面包含了所需的lib文件和头文件,及代码演示。dgesvd_函数的调用,参数A(一维数组)的赋值是关键点。比如对矩阵X(二维数组)奇异值分解,并不是直接将按X顺序赋值给A,而是需要将X转置后赋值给A,即A的内容是X的转置形式。-windows vc svd dgesvd_
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3.81mb
    • 提供者:从世源
« 12 »
搜珍网 www.dssz.com