资源列表

« 1 2 ... .20 .21 .22 .23 .24 16625.26 .27 .28 .29 .30 ... 21467 »

[其他小程序2

说明:任意设计一个类(比如point类、RMB类、Student类等),要求 在类设计中对流操作符"<<"和">>"进行重载。在主程序中声明5个该 类的对象,然后将这5个对象分别以文本格式和二进制格式保存到当前目录的zrf.dat文件和zrf.bin中,之后再 以字符方式和二进制方式从文件中读取数据存储到另外5个临时对象中并输出。-Any design of a class (eg point type, RMB class, Student, etc.) requ
<闻悦> 在 2025-11-23 上传 | 大小:1.16mb | 下载:0

[其他小程序2

说明:编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数, 所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。 然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。 对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime
<闻悦> 在 2025-11-23 上传 | 大小:1.12mb | 下载:1

[其他小程序erchashu

说明:实现二叉树的基本功能,包括前序遍历,中序遍历,后序遍历,层次遍历-To achieve the basic functions of a binary tree, including the pre-order traversal, inorder traversal, postorder, level traversal
<闫莉刚> 在 2025-11-23 上传 | 大小:996kb | 下载:0

[其他小程序54364564576576767676

说明:编程一个将字符 串逆转的程序1.当对上面的程序进行了调试后运行会出现下面所示: 第一行所显示的就是Input string is:后面跟着光标等待用户输入字符,输入完成后按回车键,转到下一行,显示The string is:紧跟着刚才输入的字符并逆转输出。第三行显示priess any key to continue -gffdgfdgfdgfdfdsfdfsdf
<yangzhao> 在 2025-11-23 上传 | 大小:24kb | 下载:0

[其他小程序analogmod

说明:在一个程序中通过修改参数实现三种调制方式,分别是AM、DSB和FM。 注释详细,适合初学者参考。-It s an analog modulation program by change a parameter.The three modulation types are AM, DSB, and FM. The program is easy to read and suitable for beginners.
<> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[其他小程序BeautifulCode

说明:代码之美,对于编程的学习非常有帮助。能够规范代码的编写,是一本值得一看的好书。-Beautiful Code is a useful book for programming.
<倪茗> 在 2025-11-23 上传 | 大小:2.89mb | 下载:0

[其他小程序baiduzhishu

说明:百度指数分析工具,能分析关键字的使用冷热度-Baidu index analysis tool to analyze the use of hot and cold degree of keyword
<ldj> 在 2025-11-23 上传 | 大小:29kb | 下载:0

[其他小程序calendar

说明:Marked with or displaying a date.-calendar
<仲啟涛> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[其他小程序DatasheetICPHE8202StauD

说明:Datasheet IC SPHE8202S in picture
<kigede> 在 2025-11-23 上传 | 大小:249kb | 下载:0

[其他小程序PID

说明:有关控制领域PID算法,实现简单的界面编程有待进一步完善-PID algorithm for the control of the area to achieve a simple interface for programming to be further improved
<wangqiaoyi> 在 2025-11-23 上传 | 大小:37kb | 下载:0

[其他小程序monte2_1

说明:简单的蒙特卡洛算法,设计拟合随机数,通过系类操作完成部分计算-A simple Monte Carlo algorithm, designed to fit a random number, through the Department of the completion of part of the calculation of class action
<wangqiaoyi> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[其他小程序baojiading

说明:涉及平面拟合方法,利用最小二乘算法实现对三维平面的拟合,同时计算平面度和不确定度-Plane fitting method involves using the least-squares algorithm for fitting three-dimensional plane, while the calculation flatness and uncertainty
<wangqiaoyi> 在 2025-11-23 上传 | 大小:3kb | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 16625.26 .27 .28 .29 .30 ... 21467 »

源码中国 www.ymcn.org