资源列表
[ActiveX/DCOM] lab7_1
说明:设计一个小型的复数类(C++标准库complex提供复数类),这里为了说明重载运算功能而设计,在小型复数类MiniComplex中,数据成员:实部与虚部。函数远远主要是重载进行复数运算的各种操作符。由于各种运算符功能的限制,将输入与输出运算符重载为友元函数,使得复数的输入与输出更加方便快捷,成员函数重载+,—,*,和/运算符来进行复数的加法、减法、乘法、和除法运算,重载逻辑运算符= =进行复数的相等比较。-Design of a small category of plural (C++ Sta<暮明> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[其他小程序] 101.c
说明:实现有理数的基本运算,求出基本项(分子,分母) C语言实现-The realization of the basic computing rational, calculated basic items (numerator, denominator) C language<wang feidie> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[其他小程序] _ch201.c
说明:将城市信息输入单链表,包括城市名和坐标,要求给定城市名能返回其坐标位置-City information into a single list, including the city name and coordinates of a given city were asked to return to their coordinates location<wang feidie> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[其他小程序] _ch301.c
说明:回文判断,正与反都用相同的字符序列为准.用堆栈实现-Palindrome judge, is working with the anti-all with the same sequence of characters shall prevail. To use the stack to achieve<wang feidie> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[Windows编程] _ch303.c
说明:商品货架管理,将岂看承一个堆栈,底部的商品的生产日期最为接近.用队列和堆栈实现.-Shelf management products, will not be looking for a stack at the bottom of the production date of the most close to. With the realization of the queue and stack.<wang feidie> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[其他小程序] jiaozhibianma
说明:交织编码的基于SYSTEMVIEW5.0的实现,能够直观了解交织编码过程-Interleaved Coded SYSTEMVIEW5.0 based on the realization of intuitive understanding to the process of Interleaved Coded<arplor> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[Windows编程] quxiannihe
说明:曲线拟合,是图形处理的基本程序,非常有用-Curve fitting is the basic procedures for dealing with graphics, very useful<小龙> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[Windows编程] Bernstein
说明:本程序为berstein多项式逼近,也就是在证明weistrass逼近定理中所需要的多项式。这是一个函数程序,可以直接被当作函数来调用,做任意函数的逼近。内含调用测试用例。-This procedure for berstein polynomial approximation, that is, approximation theorem proved weistrass Polynomial needed. This is a function of the procedure can be<yxdl> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[Windows编程] 12
说明:12. 编制具有如下原型的函数prime,用来判断整数n是否为素数:bool prime(int n) 而后编制主函数,任意输入一个大于4的偶数d,找出满足d=d1+d2的所有数对,其中要求d1与d2均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19、67+13、73+7。 提示:i与d-i的和恰为偶数d,而且只有当i与d-i均为奇数时才有可能成为所求的“数对”。 -12. The preparation o<shen> 在 2026-01-23 上传 | 大小:1kb | 下载:0