资源列表

« 1 2 ... .44 .45 .46 .47 .48 249.50 .51 .52 .53 .54 ... 5346 »

[C#编程01

说明:Descr iption 给定一个r * c的只包含0和1两个数字的矩阵,对于矩阵中任意一点(x,y),定义(x,y)的权为(x,y)到与此点曼哈顿距离最小的1的曼哈顿距离(如果mat[x][y] = 1,则(x,y)的权为0)。请求出对于给定01矩阵中所有点的权值之和。 所谓曼哈顿距离——两点在南北方向上的距离加上在东西方向上的距离,即D(I,J)=|XI-XJ|+|YI-YJ|。对于一个具有正南正北、正东正西方向
<hd> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[C#编程a1

说明:实现任意输入公式的真值表计算,同时它也是一个二进制加法器的模拟器,每当在这个模拟器中产生一个二进制数时,就相当于给各个命题变元产生了一组真值指派。-Implement any truth table, enter the formula to calculate, but it is also a binary adder simulator whenever generates a binary number in the simul
<wenting> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[C#编程Text3

说明:交通灯C程序,十字路*通灯控制C程序,源代码,仅供参考。-C program traffic lights, intersections traffic lights control C program source code for reference purposes only.
<wang> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[C#编程main

说明:C#实现了对一个数组在指定位置元素的删除方法。-C# implements methods to delete an array element in the specified location.
<马成> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[C#编程Program

说明:模拟线程,以便于对线程的了解.对线程的挂起与唤醒进行初步了解-Simulation threads, in order to understand on the thread. Thread to suspend and wake preliminary understanding
<任超> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[C#编程MainWindow.xaml

说明:触摸屏核心接口程序,主要写了触摸屏接口win7下 wpf调用的核心。-Core touchscreen interface program, mainly to write down the core touch screen interface win7 wpf call.
<王连源> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[C#编程rade

说明:使用控制台程序,对字符串、数字等进行排序输出,并创建了类方法-Using the console program, sorted output string, number, and to create a class method
<王鑫> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[C#编程p313

说明:求任意的一个m×n矩阵的鞍点——鞍点是指该位置上的元素在该行上为最大、在该列上为最小, 矩阵中可能没有鞍点,但最多只有一个鞍点。m、n(2<=m<=20、2<=n<=20)及 矩阵元素从键盘输入(只考虑int型和每行、每列中没有并列最大/最小的情况)。-Find an arbitrary mn matrix saddle point- saddle point is the element that po
<huangli> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[C#编程test1

说明:可输入两个任意长度的数组,自动确定维数,并将其从最后一位开始向前依次比较(两数组维数可以不同),对应元素相同为1,不同为0,最终获得新的比较数组。-Enter the two arrays of arbitrary length, automatically determines the dimension, and in turn forward from the last one to start comparing (two ar
<李世民> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[C#编程Word2PDF

说明:WORD文档转PDF,里面主要有讲到如何到WORD文档转为PDF文档-WORD document transfer PDF, which mainly talked about how to WORD document into a PDF document
<jacky> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[C#编程main

说明:包含运算,两个立方体之间进行包含判断,然后输出运算后的立方体-Contain operators, comprised between the two cubes for judgment, after the operation and then outputs the cube
<陈琳琳> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[C#编程Complex

说明:实现C++面向对象的复数加减运算 包含头文件-Achieve C++ object-oriented complex addition and subtraction
<任天天> 在 2024-10-09 上传 | 大小:1024 | 下载:0
« 1 2 ... .44 .45 .46 .47 .48 249.50 .51 .52 .53 .54 ... 5346 »

源码中国 www.ymcn.org