搜索资源列表
CSharp_Matrix_of_Complex_polynomial
- C#的实矩阵类,复矩阵类、实多项式矩阵类、复多项式矩阵类,还有很多。-Real matrix class, Complex matrix class and so on...
CSharp_Date
- C#公历转农历代码,因为这个是具有.net特色的,充分调用.net类库的代码。所有复杂的细节都封装在ChineseLunisolarCalendar类里了,简单,高效,稳定,可靠。-C# switch to the Lunar calendar code, because this is a. Net characteristics, the full call. Net library code. All the complex details are encapsulated in the
5-2
- 实现复数类的运算重载完成复数的加法和减法运算-Complex class operator overloading to achieve the completion of complex operations of addition and subtraction
NetronLight
- NetronLight工作流软件源码 一直想学习的工作流的程序分享给大家--有关画工作流流程的入门程序 不知道大家是否接触过 Netron,我这个附件中的代码是其中的一些核心基础技术,对 想做不同于管理类开发的人员,应该是个很好的入门。 很小很精的代码,代码没多少行,想提高编程能力的人应该是很有帮助。 程序运行的效果图如下: 可以随意拖动,连接线也可以自由设定等等,代码是很早就下载了,没再去网上看看有没有更新的, 代码不在于多,在于精,功能不在
Complex
- C#实现的COMPLEX类模拟,VS2005下运行-C# implementation of the COMPLEX class simulation, VS2005 run
Complex
- 复数类,可运算复数的加、减、乘除等,是一个很不错的常用类。-Complex type, can be plural operations addition, subtraction, multiplication and division, are a very good common class.
Expresso
- The .NET framework provides a powerful class Regex for creating and using Regular Expressions. While regular expressions are a powerful way to parse, edit, and replace text, the complex syntax makes them hard to understand prone to errors, even for t
csharp_bee
- Csharp游戏极品蜜蜂(含开发介绍源码说明) 闲着无聊,开发第二个游戏,怀恋小时候在游戏机上玩的那种什么飞机。 本来是想做成飞机的,无奈没有找到飞机图片,于是用一只蜜蜂代替。 本游戏属于碰撞类游戏,主要用到了aabb类。游戏中的物体都是该类派生的子类。 由于键盘操作实在没有小型游戏机快,于是没有进一步做更复杂的功能。 不过本游戏中亦有第一个游戏所没做到的功能。开发环境:vs2005 -Csharp game Need for bees (with the develop
TCPIP_Sockets_in_Csharp_Practical_Guide_for_Progra
- Review "TCP/IP sockets in C# is an excellent book for anyone interested in writing network applications using Microsoft .Net frameworks." -Adarsh Khare, SDT, .Net Frameworks Team, Microsoft Corporation Book Descr iption Affordable instruction f
ImageProcessingWPF4
- 这是我在C#中的第十条。这个时候,我曾尝试在WPF图像处理。本文的目的是能够建立一个类,它允许任何C#程序员进行图像处理功能。在我以前的类似文章图像处理在Windows应用程序。这一次,目的是尝试由WPF。 ,我们正在做它在C#的原因是,这对我来说非常灵活。我们可以看到,代码变得更加复杂,当我们开始移动像素或改变值的计算方法为基础,同时考虑到所有的像素值。 -This is my tenth article in C#. This time i have tried Image Proces
fushu
- 一个用算的类, 用作满足一些初学者学习c#的重载等作复数运,基本没用凑作业的-One for the class of the complex operation
Complex_operator_overloading
- 新建复数类进行复数运算,重载+、=+、*、/等运算符用于复数间的运算。-New complex class complex operation, overloading+ =+,*,/operator for computing the plural.
ConsoleApplication1
- 复数类的创建,实现复数的加减程序,这是我编写的c#小程序,希望对大家有用-Complex class creation, complex addition and subtraction procedures, which is a small program written in c#, hope to be useful
Algorithm
- C#中对矩阵和复数的非常复杂类, 有兴趣的可以看一下-C# in the matrix and a plurality of very complex class, are interested can look at
Archive
- 4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为: realpart+imaginarypart*i 用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。 (1)两个复数相加; (2)两个复数相减 (3)用(a, b)的形式打印复数,其中a为实部,b为虚部。 -4) Create a class called Compl
f
- 我修改的是“工资管理”。这个程序的程序相当的复杂,最初看了几便还是看不懂上什么意思,因为里面出现了许多的我所未知的特殊的标示符。例如:printf,scanf不过这些还可以,我在书上还可以找到,但是还有的例如:FILE *file curpos,fseek,ftell,fclose and so on.我就不知道是什么意思了,而且出上也找不到,且此程序通遍是这样的语句,我更本没有办法看懂,所以在看了课程设计此题的要求之后,我就按照自己所会完成这个程序,此题的课程设计要求如下: 1.用类的形式
complex
- 实现一个复数类,包含复数的定义以及加减等运算。并包换有test的程序代码。-Realization of a complex class that contains definitions and complex addition and subtraction operations. And replacement have test program code.
Complex
- 主要是c++里面的类的多态与继承,这里利用的是复数的输入和运算符的多态,里面还涉及了友元函数、函数重载。- Mainly polymorphism and inheritance c++ class inside, where the use of the plural input and multi-state operators, which also involves a friend function, function overloading.
