搜索资源列表
高级通信程序
- 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的
JavaexErciseSource
- 学习Java的过程中所做的联系的汇总 字符串的输入、字符串转化到整数、异常处理、流 最大公约数和最小公倍数 字符ASCII码的比较 一元二次方程根 求根公式 窗口类、按钮类、窗口中对象(如按钮)的布局、事件、绘图(Paint) 复选框、单选框、列表框、下拉选择框 菜单类、对话框类 绘图、绘图函数 按钮类、标签类 -learning through the process linked to the summary o
bignum
- 设计超长整数类,完成超长整数的加、减、乘、整除、取余运算。-long integer type design, long integer completed the addition, subtraction, multiplication and divisible to admit I computing.
Experiment02 intSet整数类
- 整数类的课程设计作业-Integer type of curriculum design operations
带附件及Html显示的邮件发送类
unit UnitSendMail;
interface
uses
Windows, SysUtils, Classes,StdCtrls, ExtCtrls, ComCtrls, Dialogs,
IdMessage, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,
Experiment02 intSet整数类
- 整数类的课程设计作业-Integer type of curriculum design operations
RSAVC
- RSA算法的VC实现,其中包括超长整数类,素数检验算法,大素数生成器和一般的数论算法,例如中国剩余定理解密RSA密文-RSA algorithm VC, including long integer type, in a few test algorithm, large prime number generator and the general theory of numbers algorithm, for example, Ch
bigintsz
- 本代码是一个大整数类的定义,采用函数重载实现,可以定义任意大的整数。-This code is a big integer class definition, the use of function overloading to achieve, can be defined arbitrarily large integer.
fraction_1
- 分数类,可以实现分数的加减乘除,及分数与整数的混合运算-Score category, you can realize addition and subtraction, multiplication and division scores, and scores with a mixture of integer calculations
antyy
- 本论文围绕蚁群算法的理论及其应用,就如何解决非线性整数规划问题、连续性伏化问题、聚类问题、与其它算法混合以及收敛性进行了较为深入、系统的研究。 -In this paper, the theory surrounding the ant colony algorithm and its application on how to solve the nonlinear integer programming problem, the
BigInteger
- 一个基于c#的大整数类,内含各种大整数的操作-Based on the c# Big integer type that contains a variety of large integer operations
2
- 设计一个类模板,用于对数组进行排序、查找、求元素和,并以整数数组和实数组进行编程测试。-The design of a class template, used to sort the array, find, and elements and, and an integer array and is programmed to test the array.
fraction
- 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的通分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.改造上述分数类,将其中使用的普通函数尽量改写成运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.从分数类派生出一个用
lab7
- (1). 编写程序定义基类Animal,成员变量age为私有的,构造派生类dog,在其成员函数SetAge(int n)中直接对age赋值时会出现什么问题?把age变为公有的呢? (2).定义一个基类BaseClass,有整形变量Number,构造其派生类DerivedClass,观察构造函数和析构函数的执行情况. (3). 编写一个车(vehicle)基类,由此派生出自行车(bicycle)类和汽车(motorcar)类,注意
Integer
- 使用java.lang.Math类,当键盘输入10个整数(0-99),找出它们之中的最大者及最小者,并统计大于50的整数个数。 * 且运用异常处理。(eg: 101, 1a ...)-Use java.lang.Math class, when the keyboard input 10 integer (0-99), the largest of them were identified and the least, and a
The-handling-of-large-integer-class
- 处理大的整数类,能够实现大的整数的加减操作-The handling of large integer class, it is possible to realize a large integer addition and subtraction operation
Integer
- 功能相对完整的大整数类,Integer 数据类型提供了针对 32 位处理器的优化性能-Relatively complete integer class, Integer data type provides optimized performance for 32-bit processors
HugeInt
- 巨型整数类,可以执行对超出long long范围的巨型整数的运算,多种构造方式,经大量数据测试无bug。(The giant integer class can perform operations on large integers over the long long range, multiple construction methods, and a large number of data tests without bug.
数学建模 规划类资料整理及例子
- 数学建模matlab规划类例子,包括线性规划、整数规划、目标规划、非线性规划等(Examples of mathematical modeling matlab planning, including linear programming, integer programming, goal programming, nonlinear programming, etc.)
bigint
- 实现大整数类设计一个程序实现两个任意长的整数(包括正数和负数)、任意精度实数的算术运算。 提示: (1)用动态链表存贮数据,每结点含一个整型变量,表示若干位数(Support for an integer with arbitrary accuracy and its operation)
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 沪ICP备09016508号
1999-2046 源码中国 All Rights Reserved.