资源列表

[其他小程序spreadsheet

说明:一个Qt 编写的spreadsheet 代码 代码易懂,非常适合初学者学习-the resource code of spreadsheet by Qt
<LuJia> 在 2025-01-16 上传 | 大小:29kb | 下载:0

[其他小程序KAL

说明:UKF滤波,卫星导航中用于定位结算模块,提高定位精度的算法-UKF filter, is used to locate the settlement module in satellite navigation system, improve the positioning accuracy of the algorithm
<胡健生> 在 2025-01-16 上传 | 大小:907kb | 下载:0

[控制台(字符窗口)编程Cpp1

说明: 设计一个名为Account 类。这个类包含: (1)一个名为id 的int 型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance 的double 型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate 的double 型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance 和annualIn
<紫玉轩辕> 在 2025-01-16 上传 | 大小:627kb | 下载:0

[Windows编程Cpp2

说明:设计一个名为MyPoint 的类,表示直角坐标系中的一个点。这个类包含: (1)两个数据域x 和y,表示坐标。 (2)一个无参构造函数,创建一个点(0,0)。 (3)一个构造函数,按给定的坐标创建一个点。 (4)x 和y 的获取器函数。 (5)一个名为 distance()的函数,返回当前点和另一个给定的 MyPoint 类型的点之间的距离。 编写一个测试程序,它创建两个点(0,0)和(10,30.5)
<紫玉轩辕> 在 2025-01-16 上传 | 大小:656kb | 下载:0

[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 ex
<紫玉轩辕> 在 2025-01-16 上传 | 大小:1.03mb | 下载:0

[Windows编程Cpp4

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

[Windows编程Cpp6

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

[Windows编程Cpp7

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

源码中国 www.ymcn.org