资源列表

« 1 2 ... .47 .48 .49 .50 .51 47052.53 .54 .55 .56 .57 ... 66603 »

[GDI/图象编程viewbmp

说明:显示bmp图像。直接分析BMP头文件,显示BMP图像。-Show bmp image. Direct analysis of BMP header files shows that BMP image.
<study555> 在 2024-11-01 上传 | 大小:53248 | 下载:0

[其他小程序shiyan3

说明:已知如下与计算圆周率π有关的公式:
<> 在 2024-11-01 上传 | 大小:166912 | 下载:0

[其他小程序sample

说明:使用matlab对正弦信号采样 以及对其进行DFT变换-Matlab sinusoidal signal on the use of sampling, as well as its DFT transform
<史惠> 在 2024-11-01 上传 | 大小:38912 | 下载:0

[其他小程序shiyan13

说明:编写具有如下原型的函数:int f(unsigned long x, int n, int& Lxn) 它负责将整数x的第n位(从左边数第n位,n>0)的数值放到引用Lxn之中(将作为结果返回到主调函数的对应实参变量中),并将倒数第n位(从右边数第n位,n>0)的数值作为函数结果返回去。并编制主函数对它进行调用以验证其正确性。 例如,当x=123456789,n=7时,执行语句“Rxn=f(x, n, Lxn)
<> 在 2024-11-01 上传 | 大小:897024 | 下载:0

[其他小程序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个元素时)则返
<> 在 2024-11-01 上传 | 大小:874496 | 下载: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
<小郎> 在 2024-11-01 上传 | 大小:180224 | 下载:0

[Windows编程easysiter

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

[Windows编程20073280648218659253

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

[其他小程序shiyan15

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

[Shell编程C++getfile

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

[Shell编程MFCfile

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

[.net编程techsys

说明:实现老师的申请和教务科排课管理系别管理,使用情况统计-The realization of the teacher s application and the Academic Course Scheduling Management Branch of other management, usage statistics
<我的> 在 2024-11-01 上传 | 大小:701440 | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 47052.53 .54 .55 .56 .57 ... 66603 »

源码中国 www.ymcn.org