• 大小: 3.38MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-08
  • 语言: C#
  • 标签: alglib  

资源简介

alglib,c#版本数学库,各种数学算法 。回归。最近邻等

资源截图

代码片段和文件信息

/*************************************************************************
ALGLIB 3.14.0 (source code generated 2018-06-16)
Copyright (c) Sergey Bochkanov (ALGLIB project).

>>> SOURCE LICENSE >>>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation (www.fsf.org); either version 2 of the 
License or (at your option) any later version.

This program is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

A copy of the GNU General Public License is available at
http://www.fsf.org/licensing/licenses
>>> END OF LICENSE >>>
*************************************************************************/
#pragma warning disable 162
#pragma warning disable 164
#pragma warning disable 219
using System;

public partial class alglib
{



}
public partial class alglib
{
    public class scodes
    {
        public static int getrdfserializationcode(alglib.xparams _params)
        {
            int result = 0;

            result = 1;
            return result;
        }


        public static int getkdtreeserializationcode(alglib.xparams _params)
        {
            int result = 0;

            result = 2;
            return result;
        }


        public static int getmlpserializationcode(alglib.xparams _params)
        {
            int result = 0;

            result = 3;
            return result;
        }


        public static int getmlpeserializationcode(alglib.xparams _params)
        {
            int result = 0;

            result = 4;
            return result;
        }


        public static int getrbfserializationcode(alglib.xparams _params)
        {
            int result = 0;

            result = 5;
            return result;
        }


        public static int getspline2dserializationcode(alglib.xparams _params)
        {
            int result = 0;

            result = 6;
            return result;
        }


    }
    public class apserv
    {
        /*************************************************************************
        Buffers for internal functions which need buffers:
        * check for size of the buffer you want to use.
        * if buffer is too small resize it; leave unchanged if it is larger than
          needed.
        * use it.

        We can pass this structure to multiple functions;  after first run through
        functions buffer sizes will be finally determined  and  on  a next run no
        allocation will be required.
        *************************************************************************/
        public class apbuffers : apobject
        {
            public bool[] ba0;
            public int[] ia0;
 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-06-16 10:24  csharp\
     目录           0  2018-06-16 10:24  csharp\wrapper-vbnet\
     文件      717649  2018-06-16 10:24  csharp\wrapper-vbnet\test_i.vb
     文件     2291996  2018-06-16 10:24  csharp\wrapper-vbnet\manual.vbnet.html
     文件      540710  2018-06-16 10:24  csharp\wrapper-vbnet\xalglib.vb
     文件     2633330  2018-06-16 10:24  csharp\manual.csharp.html
     文件       35819  2018-06-16 10:23  csharp\gpl3.txt
     目录           0  2018-06-16 10:24  csharp\tests\
     文件      151552  2018-06-16 10:24  csharp\tests\test_i.exe
     文件       62115  2018-06-16 10:23  csharp\tests\test_x.cs
     文件      607978  2018-06-16 10:23  csharp\tests\test_i.cs
     文件     4588531  2018-06-16 10:23  csharp\tests\test_c.cs
     文件       18092  2018-06-16 10:23  csharp\gpl2.txt
     目录           0  2018-06-16 10:24  csharp\wrapper-ipython\
     文件      436793  2018-06-16 10:24  csharp\wrapper-ipython\check.py
     文件      754396  2018-06-16 10:24  csharp\wrapper-ipython\xalglib.py
     文件     2073852  2018-06-16 10:24  csharp\wrapper-ipython\manual.ipython.html
     目录           0  2018-06-16 10:24  csharp\net-core\
     文件     1683456  2018-06-16 10:24  csharp\net-core\alglibnet2.dll
     目录           0  2018-06-16 10:23  csharp\net-core\src\
     文件      668103  2018-06-16 10:23  csharp\net-core\src\statistics.cs
     文件      252759  2018-06-16 10:23  csharp\net-core\src\alglibmisc.cs
     文件     1892542  2018-06-16 10:23  csharp\net-core\src\interpolation.cs
     文件        1135  2018-06-16 10:23  csharp\net-core\src\alglib_info.cs
     文件      559354  2018-06-16 10:23  csharp\net-core\src\alglibinternal.cs
     文件     1629873  2018-06-16 10:23  csharp\net-core\src\dataanalysis.cs
     文件     1763679  2018-06-16 10:23  csharp\net-core\src\linalg.cs
     文件     1912448  2018-06-16 10:23  csharp\net-core\src\optimization.cs
     文件      460853  2018-06-16 10:23  csharp\net-core\src\solvers.cs
     文件       37543  2018-06-16 10:23  csharp\net-core\src\diffequations.cs
     文件      335283  2018-06-16 10:23  csharp\net-core\src\specialfunctions.cs
............此处省略3个文件信息

评论

共有 条评论

相关资源