资源列表

« 1 2 ... .48 .49 .50 .51 .52 47053.54 .55 .56 .57 .58 ... 66605 »

[其他小程序shiyan14

说明: 编写具有如下函数原型的递归与非递归两种函数f,负责判断数组a的前n个元素是否从大到小完全有序了,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool f(int a[], int n) 提示: (1)非递归函数中只需逐对地判断各a[i]与a[i+1]是否都已从大到小有序排列(i = 0,1,…,n-2)。 (2)递归函数中将问题分解处理为:若n=1(即只有1个元素时)则返
<> 在 2025-01-17 上传 | 大小:854kb | 下载:0

[GDI/图象编程ImgProcessing

说明:图像滤波程序,并且带有矢量功能,可以画线、多边形、拉框,平时连续用的,希望对新手有帮助-Image filtering procedures, and a vector function, you can draw lines, polygons, pull box, usually used in a row, and they hope to help novice
<小郎> 在 2025-01-17 上传 | 大小:176kb | 下载:0

[Windows编程easysiter

说明:精品课程建设系统, 可自动生成精品课程网站,满足教学需求-Courses building system can automatically generate Quality Course site, to meet the teaching needs
<博秀> 在 2025-01-17 上传 | 大小:6.24mb | 下载:0

[Windows编程20073280648218659253

说明:精品课程建设系统, 可自动生成精品课程网站,满足教学需求-Courses building system can automatically generate Quality Course site, to meet the teaching needs
<博秀> 在 2025-01-17 上传 | 大小:131kb | 下载:0

[其他小程序shiyan15

说明: 编写具有如下函数原型的递归与非递归两种函数equ,负责判断数组a与b的前n个元素值是否按下标对应完全相同,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool equ(int a[], int b[], int n) 提示:递归函数中可按如下方式来分解并处理问题,先判断最后一个元素是否相同,不同则返false;相同则看n是否等于1,是则返回true,否则进行递归调用(传去实参a、b与
<> 在 2025-01-17 上传 | 大小:856kb | 下载:0

[Shell编程C++getfile

说明:c++ 程序设计中经常需要用到的代码,希望能够帮助大家-c++ programming often necessary to use the code, hoping to help people
<ryan> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[Shell编程MFCfile

说明:文件和目录的操作 在MFC处理中可以简单的调用 -Files and directories to deal with the operation of the MFC can be a simple call
<ryan> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[.net编程techsys

说明:实现老师的申请和教务科排课管理系别管理,使用情况统计-The realization of the teacher s application and the Academic Course Scheduling Management Branch of other management, usage statistics
<我的> 在 2025-01-17 上传 | 大小:685kb | 下载:0

[Windows编程chuandeduicunchu

说明: CONSOLE APPLICATION : 串的堆存储 ======================================================================== AppWizard has created this 串的堆存储 application for you. This file contains a summary of what you will fi
<ryan> 在 2025-01-17 上传 | 大小:206kb | 下载:0

[其他小程序ccc

说明:投票 实习用 系统。 C语言编写的。。 大家参考一下吧。 -Internship with the voting system. C language. . We refer to it.
<hekjkk> 在 2025-01-17 上传 | 大小:5kb | 下载:0

[其他小程序hafuma

说明:哈弗曼编码wps文档 大家一起学习用的 实习用-Wps document coding哈弗曼together to learn the practical use
<hekjkk> 在 2025-01-17 上传 | 大小:3kb | 下载:0

[钩子与API截获20080323224000244

说明:api hook windows 编程-api hook windows programming
<fei liming> 在 2025-01-17 上传 | 大小:91kb | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 47053.54 .55 .56 .57 .58 ... 66605 »

源码中国 www.ymcn.org