资源列表

« 1 2 ... .56 .57 .58 .59 .60 3861.62 .63 .64 .65 .66 ... 216394 »

[其他小程序aa

说明: [卢卡斯定理+中国剩余定理]hdu 5446 Unknown Treasure-hdu 5446 Unknown Treasure
<王晨> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[其他小程序bb

说明:注意是n位数! 思路: 对于给的n都会包含有四种状态 0、7和9的个数都是奇数 1、7是奇数,9是偶数 2、7是偶数,9是奇数 3、7是偶数,9是偶数 显然状态3是我们要状态,但是他们之间是可以互相转移的 所以对于每次添加一个空位放数字,建立转移矩阵 | 3 1 1 0 | | 1 3 0 1 | | 1 0 3 1 | | 0 1 1 3 | 初始状态为 (0,0,0,1) 然后就是n次方了~利用矩阵快速幂 最后ans.mat[0][
<王晨> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[其他小程序cc

说明:给S,T两个串,可以无限次选择在S串里一个字符后面添加一个字符,但是添加的这个字符不能和选择的字符相同,问S串能不能变成T串。 思路: 经过观察发现,如果S和T长度一样直接判。 如果不一样的话,只要满足 1、S里面的所有字符的顺序都在T串里出现过 2、T前面相同的字符和S的前部分能匹配 这里两个条件,就能构成。-To the S, T two strings, you can choose to add an unlimited num
<王晨> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[OpenCVcolor

说明:编程实现颜色标量量化。输入为24位彩色图像,将RGB分量分别保持头3位、头3位、头2位的值不变,其余各位变为10000、10000和100000,观察处理后的图像的颜色失真情况。注意OpenCV中的RGB分量的存储顺序为BGR。-Programming color scalar quantization. Enter the 24-bit color images, the RGB components respectively held the first three, the first t
<高俊秋> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)Sincc

说明:使用Matlab编写的sinc函数和归一化sinc函数,分别用不同的颜色显示。使用Matlab编写的sinc函数和归一化sinc函数,分别用不同的颜色显示。-The use of Matlab sinc function and normalized sinc function, respectively in different colors.The use of Matlab sinc function and normalized sinc function, respectively i
<songyingxu> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)xinxishang

说明:使用Matlab编写的一维离散信号的信息熵的计算-Using Matlab discrete signal information entropy calculation
<songyingxu> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)ImgEntropy

说明:基于Matlab的一维图像熵和二维图像熵的计算。-Based on Matlab is one dimensional image entropy and two-dimensional image entropy calculation
<songyingxu> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法A-topological-sort-of-directed-graph

说明:数据结构中的有向图的拓扑排序算法基础程序,可在此基础上进行更改,主要构造了无向图、有向图和逆邻接图,使用c语言编程。-Data structure topological sort algorithm of the directed graph based program that can be changed, on the basis of the main structure undirected graph and directed graph and inverse adjacency
<茴香> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[matlab例程LQMethod

说明:matlab 最小二乘法实现,包括C#实现代码,-matlab Least Square Method, including C# implementation code,
<hb> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[matlab例程LQMethodn

说明:matlab 最小二乘法代码,扩展到n次多项式实现,可实现数据的线性,多项式拟合。-method of least squares matlab code, expanded to achieve a polynomial of degree n, enabling data linear, polynomial fitting.
<hb> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法BP_matlab

说明:前馈式有导师学习的BP神经网络MATLAB实现源码案例-There feedforward BP neural network MATLAB tutor learn to realize source case
<wang > 在 2025-11-23 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法Extreme-Learning-Machine-matlab

说明:一种快速神经网络即,极限学习机的样本分类问题的MATLAB实现源码-That is a fast neural network, MATLAB ELM sample classification realize source
<wang > 在 2025-11-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 3861.62 .63 .64 .65 .66 ... 216394 »

源码中国 www.ymcn.org