资源列表

« 1 2 ... .70 .71 .72 .73 .74 3375.76 .77 .78 .79 .80 ... 28522 »

[数值算法/人工智能yanghuisanjiao

说明:打印出以下的杨辉三角形(要求打印10行)   每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-Print out the following Triangle (requires print line 10) the first and last of each line 1, the middle element is the expressio
<袁昊苏> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数值算法/人工智能yanghuisanjiao-deshixian

说明:打印出以下的杨辉三角形 每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-Print out the following Triangle (requires print line 10) the first and last of each line 1, the middle element is the expression a [i] [j]
<袁昊苏> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数学计算/工程计算zuidayouhuatouzihuibao

说明:最大化投资回报问题:某人有一定的资金用来购买不同面额的债卷,不同面额债卷的年收益是不同的,求给定资金,年限以及债卷面额、收益的情况下怎样购买才能使此人获得最大投资回报。-Maximize return on investment: a person have a certain amount of funds used to purchase the bonds of different denominations, the annual earnings of the different de
<袁昊苏> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法dongtaiguihuqiubeibaowenti

说明:动态规划求0/1背包问题,是一个或多个物品的重量和价值,数组中的每个元素定义一趟需要记录的数据-Dynamic programming 0/1 knapsack problem is the weight and value of one or more items, each array element defines a trip record data
<袁昊苏> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数学计算/工程计算cyuyandanxianglianbiaohuan

说明:C语言单向链表环测试并返回环起始节点1. 测试是否有环 2. 获取环起始点-Singly linked list in C-loop testing and return to the ring starting node to a test whether the ring 2. Get a ring starting point
<袁昊苏> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法suanfa

说明:分支限界法解决01背包问题,适用于算法上机作业-Branch and bound method to solve the 01 knapsack problem
<as> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[matlab例程pca

说明:PCA主成分分析的matlab代码,可以用来学习原理,效果还不错-PCA principal component analysis can be used to study the principle, the results were pretty good
<Yin Xuanwu> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数学计算/工程计算PID

说明:PID参数整定程序、C代码、可以使用多种编译器-PID parameter tuning procedure, the C code, you can use a variety of compiler
<赵晓瑞> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[matlab例程DCT-11-(2)

说明:DCT 音频水印 嵌入与提取 并进行攻击 -DCT SHUIYIN CHENGXU
<wangkele> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[matlab例程gps-ca-

说明:产生GPS32颗星的CA码,共包含2个文件,gps_ca_code.m用于产生任一颗星的CA码. Gen32CACode.m用于产生32颗星的CA码-Produce the GPS32 stars of the CA code, consists of two files, gps_ca_code.m CA code used to generate any one star. Gen32CACode.m used to generate the 32 stars of the CA code
<冷剑伴君> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[matlab例程code

说明:2D Gaussian filter with varying kernel size and variance
<rabe> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[matlab例程ring_mod0

说明:A function that simulates the Ring Model
<ruobaa> 在 2025-06-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .70 .71 .72 .73 .74 3375.76 .77 .78 .79 .80 ... 28522 »

源码中国 www.ymcn.org