资源列表

« 1 2 ... .46 .47 .48 .49 .50 4751.52 .53 .54 .55 .56 ... 5346 »

[C#编程Fourier-transform

说明:傅里叶变换源程序代码-Fourier transform the source code
<汪博文> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[C#编程read-image

说明:本算法是用于halcon软件,专门用于图像处理的软件,本代码用于读取图像和选择感兴趣的区域-This algorithm uses halcon software,which designed for image processing , the code is used for reading images and select interestareas
<zhangchen> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[C#编程SequenceList

说明:建立顺序表,实现取元素、判断表是否为空、求表长、打印、查找、求前驱、求后继、插入、删除等操作。编写就地逆置顺序表的算法,即利用原表的存储空间将线性表(a1, a2, … , an) 逆置为(an , … ,a2 , a1 ) -Established order of the table to achieve taking elements to determine whether the table is empty, seek
<雷乃海> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[C#编程zifucbijiao

说明:实现字符串比较函数,该函数的功能是对两个字符串进行比较,并返回其比较结果,即一个int型数。-Achieve string comparison function, which function is to compare two strings and returns the comparison result, that a number of type int.
<陈磊> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[C#编程zifuchuangjiansuo

说明:实现字符串检索函数,该函数的功能是用来检索在一个指定的字符串中第一次出某个指定字符的位置。用指针和数组实现保存为 3.c-Achieve string retrieval function, which function is used to retrieve a specified string for the first time out of a specified character position. With pointer
<陈磊> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[C#编程dd

说明:打印出以下的杨辉三角形(要求打印出10行)。 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 1 … … … … … … … 算法提示:设一个二维数组:a[11][11],则杨辉三角形有如下特点: A、数组的第一列和对角线元素值均为1; B、其他各元素为: a[i][j]=a[i-1][j-1]+a[i-1][j] 保存为1.cpp。 -Pr
<陈磊> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[C#编程mm

说明:定义一个二维数组,int a[3][4] 依次从键盘输入1,2,3…12到数组中,用指向一维数组的指针按行输出数组中的元素。保存为2.cpp 注意:一维数组的定义方式 、 用一维数组访问二维数组的每一行 -Defines a two-dimensional array, int a [3] [4] sequentially input from the keyboard to the array, 2, 3 ... 12,
<陈磊> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[C#编程DeviceManage

说明:获取设备硬件信息 cpu disk等信息 C# 类 直接使用-Get information about cpu disk device hardware information such as direct use of C# class
<吴晓辰> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[C#编程utility

说明:vc 2005 使用软件包 集合很多头文件 仅限于visual 2005-vc 2005 many header files use the package collection is limited to visual 2005
<张三> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[C#编程borrow

说明:实现借书与数据库相连接,数据与数据库同步更新,兼有保存删除功能。-Realize the library connected to the database, data and database synchronization update, both save the delete function
<无极> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[C#编程c

说明:俄罗斯方块(Tetris, 俄文:Тетрис)是一款风靡全球的电视游戏机和掌上游戏机游戏,它由俄罗斯人阿列克谢·帕基特诺夫发明,故得此名。俄罗斯方块的基本规则是移动-Tetris (Tetris, Russian: Тетрис) is a popular global video game console and handheld game consoles, which consists of Russians Alexei
<刘青> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[C#编程abc

说明:电力系统故障时,潮流程序,用c语言编写,好用-Power system failure, the trend procedures, using c language, easy to use
<汪有成> 在 2024-10-08 上传 | 大小:3072 | 下载:0
« 1 2 ... .46 .47 .48 .49 .50 4751.52 .53 .54 .55 .56 ... 5346 »

源码中国 www.ymcn.org