联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数值算法/人工智能(47) 
按平台查找All C#(47) 

[数值算法/人工智能] Quick-c-sharp

C#是一种具有C++特性、Java等编程风格和BASIC快速应用模型的语言。如果您已经知道C++语言,则需要不到一个小时的时间来快速熟悉C#的语法。熟悉Java将是一个优势,作为Java程序结构,包和垃圾收集的概念肯定会帮助您更快地学习C#。因此,在讨论C#语言构造时,我将假设,您知道C++。本文讨论C#语言常量
C# is a language with the features of C++, programming style like Java and rapid application model of BASIC. If you already know the C++ language, it will take you less than an hour to quickly go through the syntax of C#. Familiarity with Java will be a plus, as Java program structure, the concept of packages and garbage collection will definitely help you learn C# more quickly. So while discussing C# language constructs, I will assume, you know C++. This article discusses the C# language const (2024-02-25, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708871945726124.html

[数值算法/人工智能] pulsenics-technichal-assessment

ASP.公司。NET编程,允许用户用x&y点绘制一个图,该图生成图的方程。图形可以选择为线性、二次或三次
ASP.NET programming letting a user make a graph with x & y points that generates an equation of the graph. Graph can be chosen to be linear, quadratic, or cubic (2024-01-27, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1706325642212584.html

[数值算法/人工智能] Spartacus

快速且易于使用的库,根据给定的约束生成数据集(数学编程模型)
Fast & Easy to use library to generate data sets according to given constraints (mathematican programming models) (2020-09-27, C#, 3682KB, 下载0次)

http://www.pudn.com/Download/item/id/1687546128305863.html

[数值算法/人工智能] eight-Calculation-via-Numpy-Pandas-and-Matplotlib

Python编程课程的汇编通过Numpy、Pandas和Matplotlib与数据表示相结合。提供的所有数据和文件都是从公共领域获取的。Robert Wong,这里所做的一切都是你的功劳。
Compilations of Python programming lessons tied in with data representation via Numpy, Pandas, and Matplotlib. All data and document provided are acquired from the public domain. All work done here is from yours truly, Robert Wong. , (2018-01-27, C#, 184965KB, 下载0次)

http://www.pudn.com/Download/item/id/1517022542554602.html

[数值算法/人工智能] bingxinghebingsuanfa

本实验为并行合并算法,目的是1.掌握秩合并算法的基本原理。2、掌握多线程编程的基本方法。
In this study, parallel merging algorithm for the purpose of 1. To master the basic principles of rank aggregation algorithms. 2, grasp the basic method of multi-threaded programming. (2010-06-11, C#, 4KB, 下载3次)

http://www.pudn.com/Download/item/id/1209720.html

[数值算法/人工智能] arcball

轨迹球算法,在CSGL的编程中,用于将二维坐标投射为三维坐标,实现平面鼠标拖拽改变三维物体坐标
Trackball algorithm, CSGL programming, two-dimensional coordinates for the projection of three-dimensional coordinates of the mouse drag to change the planar three-dimensional object coordinates (2010-06-09, C#, 2KB, 下载83次)

http://www.pudn.com/Download/item/id/1207810.html

[数值算法/人工智能] Ex24PointsGame

一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序的数组,则可以降低一个组合数的数量级别;二、使用动态规划中的备忘录方法,比如你计算出2和3所有可能的计算结果,则他们与4结合的时候,要用到,与1结合的时候,也要用到,使用备忘录,可以只计算一次,大大降低运算复杂度。 三、设计 整体设计:分别设计4个类:游戏、表达式、运算、分数,各司其责,结构清晰,易于扩展。
First, the preamble 24-point game is a common game, give the title are four integer requiring answer within a specified period of time in a four calculations give the expression, just use that the integral of the time, results for the 24, beyond the time to lose. Second, analysis Use computers to count the title, the search speed of course, there is a great advantage, I enjoy taking generic programming that does not restrict the importation of the volume and the number of results, and even limiting the number of operators. So on a large number of combinations, if you type a few more, then the search will be a very long time. I used two methods to improve search speed: one is the U.S. able to take into account the problem of duplicate search, such as 1,2,3 and 2,3,1 is a combination of all the same, I just search using the sequence of incremental array, you can reduce the quantity of a combination of the number of level two, the use of dynamic programming methods in the mem (2009-04-09, C#, 135KB, 下载22次)

http://www.pudn.com/Download/item/id/707322.html
123
总计:47