搜索资源列表
Matrix
- C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inve
cSharpMath
- 用CSharp写的数学运算源码,内含大量数学计算的函数方法以及各种数学算法。-Written by CSharp mathematical source, including a large number of mathematical calculations function method and a variety of mathematical algorithms.
cSharp100Demon
- cSharp100个案例 锯齿型数组 重载 邮件提示器 邮件发送程序 透明窗口 进度条的使用 运动的球 菜单的使用 翻牌游戏 网页下载器 线程例子 线程休眠 类型转换 简易计算器 生成网页 添加控件 浮动的窗口 浏览图片 测试webserer 栈的操作 枚举的使用 构造函数 来抓我啊 显示系统字体 时钟的使用 旋转的秒针 方法重载 文件读写 文件夹内容搜索器 数组应用 支持
Extreme.Mathematics.QuickStartCS
- 用C#写的数学函数库源码。里面包括复数运算,矩阵运算,解方程,积分微分等。非常有用。-Using C# to write the math library source. Includes the plural computing, matrix operations, solution of equations, such as integro-differential. Very useful.
CSBigInteger
- 一个自己写的 C# BigInteger 类,.net 类库中没有 BigInteger 类,写此类是为了与 java 中的 BigInteger 对应,以方便大数运算-One wrote it myself C# BigInteger Class,. Net library does not BigInteger class, write these in order to correspond with the java in the BigInteger to facilitate the
MiniCalculator
- C#的练习之作,能够实现简单的运算功能(科学计算功能还须你的拓展)。采用MVC模式设计,支持换肤功能。 -C# practice of making, to achieve a simple computing function (scientific computing you should also expand.) MVC design pattern used to support the skin function.
Matrix
- 一个c# 矩阵类 非常实用 包含矩阵的各种运算-a class of matrix described by csharp,include all kinds of operater,such as (+,-,*)。
k_means
- k均值聚类算法,可以完成k均值聚类运算。实现几个点的聚类-k means clustering algorithm, k means clustering operation can be completed. Clustering to achieve several points
cSharp-complex-operation
- 用c#实现各类复数运算的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of complex operations, supporting the book as " C# numerical algorithm programming"
cSharp-matrix-operation
- 用c#实现各类矩阵运算的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of matrix operations, supporting the book as " C# numerical algorithm programming"
CSharp--Calculator
- C#实现的计算器,能实现基本的运算功能,界面美观,适合初学者学习用-C# implementation of the calculator, to achieve basic computing functions
CSharp--Matrix-operations
- 在C#开发环境下实现矩阵的加,减,逆等运算-In C# development environment to achieve matrix addition, subtraction, and other operations against the
CSharp-count
- c#的100位内的加减比较运算,能实现除0以外的所有整数功能运算-C# 100 in addition and subtraction comparison operation, can realize all functions except 0 integer arithmetic
LinearPOForm
- 线性点运算,用CSharp编写的线性点运算小程序,挺实用的!-Linear point operations, CSharp prepared linear point operations applet., Very useful!
CSharp-calling-for-CPP-examples
- 实现C#调用C++模块的功能,提高程序的性能和运算效率-to achieve C# calling for C++ module functions,than improve the effective of program
CSharp
- 编译环境:Microsoft Visual C++ 6.0 说明: 采用树形结构处理表达式,按优先级运算结果,一个加,减,乘,除或数值为一个节点-Compile environment: Microsoft Visual c++ 6.0 Descr iption: Expression of tree structure processing, according to the priority operations as a result, a plus, minu
CSharp--calculator
- 一个简单的计算器。在textbox中输入数字,点击按钮计算得结果。有加减乘除与取模五种运算。-A simple calculator. Enter the number in the textbox, click on the button to calculate the results. There are five kinds of operation mode and add, subtract, multiply and divide.
计算器
- 简易计算器,可以用于加减乘数等运算,适合课程作业借鉴(Simple calculator, can be used to add and subtract multipliers and other operations, suitable for the course operation reference)