资源列表

« 1 2 ... .39 .40 .41 .42 .43 50044.45 .46 .47 .48 .49 ... 66581 »

[Windows编程Cpp3

说明:设计一个程序,它接受一个正整数,降序输出其所有最小素数因子。例如,如果整数 是 120,则输出5、3、2、2、2。使用 StackOfIntegers 类保存因子(如 2、2、2、3、5), 并利用它逆序获取和输出因子。-Design a program that takes a positive integer, the output of all its minimum descending prime factor. For example, if the integer is 120,
<紫玉轩辕> 在 2025-10-11 上传 | 大小:1.03mb | 下载:0

[Windows编程Cpp4

说明:创建一个名为3DPoint 的类,来建模三维空间中的一个点。将3DPoint 设计 为MyPoint 的一个派生类,包含如下额外属性: (1)一个名为z 的数据域,表示z 轴坐标。 (2)一个无参构造函数,创建一个坐标为(0,0,0)的点。 (3)一个带参数的构造函数,按指定坐标创建一个点。 (4)z 的获取器函数。 (5)覆盖distance 函数,返回三维空间中两点之间的距离。 (6)一个名为getPerimeter()的函数,返回矩形的周长。 编写一
<紫玉轩辕> 在 2025-10-11 上传 | 大小:1.01mb | 下载:0

[Windows编程Cpp5

说明:(1)编写一个程序,创建5 个Loan 对象,将它们写入一个名为Exercise12_6.dat 的文 件中。 (2)假定已经创建了一个名为Exercise12_6.dat 的文件。 编写一个程序,从文件中读取 Loan 对象,并计算总贷款额。假定你不知道文件中保存了多少个 Loan 对象。使用eof() 来检测文件末尾。-(1) Write a program to create five Loan objects, they are written in a file named
<紫玉轩辕> 在 2025-10-11 上传 | 大小:1.07mb | 下载:0

[Windows编程Cpp6

说明:在程序清单给出的 Circle 类中实现关系运算符(<、<=、==、!=、>、>=),实现按半 径对Circle 对象排序。-Realization of the relational operators (<, <=, ==,! =,>,> =), To achieve the objects are sorted by Circle radius given in Listing Circle class.
<紫玉轩辕> 在 2025-10-11 上传 | 大小:1mb | 下载:0

[Windows编程Cpp7

说明:前面定义了一个整数栈类,请自定义一个名为EmptyStackException 的异常类,并修改 pop 函数,使其在栈空时抛出一个 EmptyStackException 异常。编写一个测试程序,使用一 个try-catch 块处理此种异常。-Defines an integer stack in front of the class, make a custom exception class named EmptyStackException and modify the pop func
<紫玉轩辕> 在 2025-10-11 上传 | 大小:1.04mb | 下载:0

[Windows编程Cpp8

说明:(1)向Stack 类添加一个实例函数printStack,以打印栈中所有元素。 (2)为Stack 类添加一个实例函数contains(T element),检查给定元素是否在栈中。-(1) an instance of the class is added to the Stack function printStack, to print all the elements of the stack. (2) to add an instance of the Stack cla
<紫玉轩辕> 在 2025-10-11 上传 | 大小:1.02mb | 下载:0

[进程与线程chaoji

说明:易语言超级列表框的操作列子,演示了操作自己进程的超级列表框与外部的超级列表框。-Operation Lie super easy language list box, demonstrates the process of operating its own list box with external super super list box.
<阿斯顿> 在 2025-10-11 上传 | 大小:52kb | 下载:0

[C#编程WCFDataServices

说明:微软提供的学习Wcf和Wpf的例子,很好的资料。-Microsoft WCF Data Services Application Sample This sample shows a simple WCF Data Service exposing data through the ADO.NET Entity fr a mework and a WPF application consuming the WCF Data Service. The solution is mad
<zhangwen> 在 2025-10-11 上传 | 大小:1.41mb | 下载:0

[其他小程序mfccExtractor

说明:MFCC extractor class for use with real-time audio callbacks.
<Aaron Kowalski> 在 2025-10-11 上传 | 大小:48kb | 下载:0

[文件操作MathUtild

说明:汽车制动系测试程序。包含各个组成,系数,模型等。-brakem system test
<bouc_feng> 在 2025-10-11 上传 | 大小:44kb | 下载:0

[Windows编程rubygems-master-(1)

说明:RubyGems is a package management fr a mework for Ruby. This gem is an update for the RubyGems software. You must have an installation of RubyGems before this update can be applied. See Gem for information on RubyGems (or `ri Gem`) To u
<Semrah> 在 2025-10-11 上传 | 大小:568kb | 下载:0

[C#编程NOTICIAS_WEB

说明:arcticulos and news for the housing ministry
<camilo> 在 2025-10-11 上传 | 大小:24.65mb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 50044.45 .46 .47 .48 .49 ... 66581 »

源码中国 www.ymcn.org