联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数学计算(50) 
按平台查找All C#(50) 

[数学计算] Bust-The-Ghost

使用统一编辑器、C#和概率概念(贝叶斯定理、条件概率、分布…)创建“打鬼”游戏
Create "Bust the Ghost" Game using Unity Editor, C#, and concepts of Probabilities(Bayes Theorem, Conditional probability, Distributions ...) (2024-03-22, C#, 0KB, 下载0次)

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

[数学计算] BethesdaArchive2-GNMF

贝塞斯达专有GNMF(BA2)存档格式的打包工具。,
Tools for packing in Bethesda s proprietary GNMF (BA2) archive format., (2021-12-22, C#, 0KB, 下载0次)

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

[数学计算] ware-for-nutritional-support-of-healthy-lifestyle

布拉格查尔斯大学学士论文
Bachelor thesis at Charles University, Prague (2022-09-14, C#, 0KB, 下载0次)

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

[数学计算] Decode-the-Morse-code-advanced

我在C#中完成的关于挑战“解码莫尔斯码,高级”的解决方案
The solution done by me in C# on the challenge "Decode the Morse code, advanced" over at (2023-06-25, C#, 0KB, 下载0次)

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

[数学计算] PracaInzynierska

《伊涅尔斯基耶》中的Aplikacja stworzona na rzecz pracy
Aplikacja stworzona na rzecz pracy in ynierskiej (2019-11-18, C#, 0KB, 下载0次)

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

[数学计算] RGBRenkGecisleri

RGB renk kodlar de i tirillerek,renkler aras nda ge i yapan basit bir C#维古拉马
RGB renk kodlar de i tirilerek , renkler aras nda ge i yapan basit bir C# uygulamas (2020-06-24, C#, 0KB, 下载0次)

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

[数学计算] CodeWarsCSharpKatasSolution

CodeWars C#卡塔斯解决方案5 kyu-8 kyu
CodeWars C# Katas Solution 5 kyu - 8 kyu (2021-03-08, C#, 0KB, 下载0次)

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

[数学计算] HLPSO

适用于求解带超高维线性约束且非凸目标函数优化问题的粒子群优化算法(Highly Dimensional and Linearly Constrained PSO for Non-convexity Problem, HLPSO),
High Dimensional and Linearly Constrained PSO for Non convexity Problem (HLPSO), (2018-01-01, C#, 0KB, 下载1次)

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

[数学计算] MadMaths

沃姆斯应用科学大学项目
University Project @ Worms University of Applied Science (2020-02-10, C#, 0KB, 下载0次)

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

[数学计算] Sayi-Tahmin-Oyunu

Buuygulama C#控制台kullan larak geli tirilmi tir。维吾拉玛肯迪i inde 1 ile 100 aras nda random bir sayüretir...
Bu uygulama C# Console kullan?larak geli?tirilmi?tir. Uygulama kendi i?inde 1 ile 100 aras?nda random bir say? üretir, kullan?c? bu say?y? tahmin etmeye ?al???r. Kullan?c? üretilen say?y? do?ru tahmin etti?inde kullan?c?ya tekrar oynamay? isteyip istemedi?i sorulur, cevap evet oldu?u sürece oyun devam eder. (2021-01-07, C#, 0KB, 下载0次)

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

[数学计算] ClientApp

Windows窗体上的一个简单的俄罗斯跳棋,具有一个愚蠢的随机AI。可玩:D
A simple russian checkers on Windows Forms with an idiotic random-based AI. Playable :D (2021-10-01, C#, 0KB, 下载0次)

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

[数学计算] randomColorSharped

David Merfield的javascript随机颜色生成器的端口。内森·琼斯报道。
Port of David Merfield s javascript random color generator. Ported by Nathan Jones. (2020-03-08, C#, 0KB, 下载0次)

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

[数学计算] Variable-Base-Math

这是一个使用基于变量的数学来乘、除、加和减非常大的数的程序
This is a program to multiply, divide, add, and subtract very large numbers using variable based math (2023-01-18, C#, 0KB, 下载0次)

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

[数学计算] Unity-Blob-Detection

Unity C#实现了一种基于高斯拉普拉斯算子的blob检测算法。
Unity C# implementation of a blob detection algorithm based on the Laplacian of the Gaussian. (2017-02-19, C#, 0KB, 下载0次)

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

[数学计算] ElectricalCircuitOptimizations

胡克-杰夫斯,梯度,高斯-赛德尔,牛顿和斐波那契给定电路的优化方法。
Hooke-Jeeves, Gradient, Gauss-Seidel, Newton and Fibonacci optimization methods for a given electrical circuit. (2020-10-29, C#, 432KB, 下载0次)

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

[数学计算] Matrix

矩阵运算程序,可以实现矩阵的加、减、乘、转置、求行列式值、求逆等操作。
Matrix calculation program. This program can achieve a matrix addition, subtraction, multiplication, transpose, find the determinant, inverse operation, and so on. (2016-04-21, C#, 2KB, 下载2次)

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

[数学计算] fluid_temp

c#实现了显示格式、隐式格式、CN格式数值模拟求解流体冷却一维板材。
c# to achieve the display format, implicit scheme, CN format numerical simulation to solve a one-dimensional fluid-cooled plate. (2015-08-30, C#, 38KB, 下载2次)

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

[数学计算] jisuanqi

可以简单的进行四则运算,可以连加连减,连乘连除等简单的运算功能。
You can use this software for simple arithmetic.Can even add minus, LianCheng even in addition to the simple arithmetic functions. (2013-06-21, C#, 166KB, 下载1次)

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

[数学计算] cSharpyingwendanciqiufushu

英文单词求复数问题 编写一个程序,可以将英语规则名词(不考虑不满足以下规则的英语单词)由单数变成复数。已知规则如下: a)以辅音字母y结尾,则将y改成i,再加es; b)以s,x,ch,sh结尾,则加es; c)以元音o结尾,则加es; d)其他情况直接加s。 要求用键盘输入英语规则名词,屏幕输出该名词的复数形式。 样例输入: box 样例输出: Boxes
English words in complex problems       Write a program, the rules of English nouns English words) (without regard to the following rules are not met by the singular into plural. Known rules are as follows:       a) to the end of the consonants y, then y changed to i, plus es       b) s, x, ch, sh End, then add es       c) end with a vowel o add es       d) other circumstances directly add s.       Requirements of the rules of English nouns, keyboard input and screen output of the plural form of the noun.       Sample input:       box       Sample Output:       Boxes (2013-03-29, C#, 582KB, 下载1次)

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

[数学计算] Csharpmatrix

用于矩阵的各种运算,有加、减、乘求逆等。难能可贵的是其是用C#编写的。
Matrix for a variety of computing, has add, subtract, multiply, etc. inversion. Valuable use of its C# Prepared. (2008-05-09, C#, 245KB, 下载37次)

http://www.pudn.com/Download/item/id/457612.html
123
总计:50