资源列表
[数值算法/人工智能] RGB2YCbCr(0-255)
说明:This module converts the incoming Red, Green, and Blue 8-bit pixel data into Y, Cb, and Cr 8-bit values. The output values will be unsigned in the range of 0 to 255. data_in contains the Red pixel value in bits [7:0], Green in bits [15:8], a<liu> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[matlab例程] baotongwenti
说明:已知报童进价和售价以及未售出时赔钱多少,根据销售额的函数求出最佳进货量-Newsboy problem<zzz> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[matlab例程] guzhanfenxi
说明:一个直升机齿轮信号的模拟分析,通过应用小波分析,对信号进行分解,得到时频图-A helicopter gear signal simulation analysis, through the application of wavelet analysis, signal decomposition, time-frequency diagram obtained<李酷> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[matlab例程] fibonaccisearch
说明:fibonacci search for finding the lamda value in interior penalty method-fibonacci search for finding the lamda value in interior penalty method..<Badwl> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] C1-C2-C3
说明:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 -With 1,2,3,4 numbers, how many can be composed with each other and not repeat the three-digit numbers? Are how much? 1 program analysis: can fill in one<Joanna99> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] C8-C9-C10-C11-C12
说明:判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除,则表明此数不是素数,反之是素数。 -Between 101-200 to determine the number of prime numbers, and prints out all prime numbers. 1 program analysis: the method to determine the prime numbers: a<Joanna99> 在 2025-12-22 上传 | 大小:1kb | 下载:0