资源列表

« 1 2 ... .85 .86 .87 .88 .89 12990.91 .92 .93 .94 .95 ... 28523 »

[数学计算/工程计算06

说明:使用循环和“*”打印4种实心直角三角形和空心菱形,图形大小通过输入n来控制。-Using cycle and "*" print four solid and hollow right-triangle diamond, graphics size through input n to control.
<zhu> 在 2025-10-12 上传 | 大小:168kb | 下载:0

[数学计算/工程计算017

说明:编写程序验证6174猜想,要求使用函数。6174猜想的内容大致为:任意一个大于1000的4位数,若每位不全部相等,经过最多7次K变换可以变为6174。K变换是把4位数从大到小重新排列减去从小到大重新排列并求值。如:4948 1: 9844 - 4489 = 5355 2: 5553 - 3555 = 1998 3: 9981 - 1899 = 8082 4: 8820 - 288 = 8532 5: 8532 - 2358 = 6174-Write a program 617
<zhu> 在 2025-10-12 上传 | 大小:163kb | 下载:0

[数学计算/工程计算018

说明:根据盘子分苹果。N(宏)个盘子排成一圈,其中每个盘子中有pn(输入)个苹果,对每一个盘子把pn个苹果平均分成两部分pn/2,分别放到其左右两边的盘子里,如果pn/2不是整数则把(pn+1)/2放到左边,(pn-1)/2放到右边。最后打印每个盘子中的苹果数。要求使用带数组参数的函数完成分配过程,并练习使用条件编译打印输出中间结果。-According to the plates divide the apples. N (macro) a dish lined up in a circle, ea
<zhu> 在 2025-10-12 上传 | 大小:169kb | 下载:0

[数学计算/工程计算013

说明:通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公倍数,并在main中调用。-Through the stri
<zhu> 在 2025-10-12 上传 | 大小:171kb | 下载:0

[matlab例程jinsishang

说明:近似熵m文件 保证正确运行 绝不骗人-ApEn m file to ensure correct operation will not lie
<刘旭> 在 2025-10-12 上传 | 大小:1kb | 下载:0

[matlab例程matlab

说明:画图用的matlab程序希望大家能喜欢,不会的密我-Matlab drawing program with the hope that we can like, I will not close
<威辰> 在 2025-10-12 上传 | 大小:2kb | 下载:0

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

说明:HOMEWORK,采用神经网络的方法来分类二维独立高斯分布.-determine the classification rate for the training set and the test set
<danny> 在 2025-10-12 上传 | 大小:59kb | 下载:0

[matlab例程matlab_convolution_code

说明:The program simulates convolutional code using soft-decoding viterbi algorithm. The choice of generator matrix (G) determines the code rate (1/R) and constraint length of the code (K).
<Studentenu> 在 2025-10-12 上传 | 大小:9kb | 下载:0

[matlab例程project1

说明:用AUTOASSOCIATEIVE MEMORY NET的方法来存1-10个数字-Write a computer program to implement an autoassociative memory net to store the following ten numbers
<danny> 在 2025-10-12 上传 | 大小:31kb | 下载:0

[matlab例程Convolution_Linux-a-Unix

说明:The program simulates convolutional code using soft-decoding viterbi algorithm. The choice of generator matrix (G) determines the code rate (1/R) and constraint length of the code (K).
<Studentenu> 在 2025-10-12 上传 | 大小:10kb | 下载:0

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

说明:混沌识别,混沌特征指数的计算以及混沌预测。-Chaotic identification, chaotic characteristics of index calculation and prediction of chaos.
<李白> 在 2025-10-12 上传 | 大小:5kb | 下载:0

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

说明:使用BP神经网络来识别彩色图像的类. 自己取采样样本-apply the backpropagation neural network to classify a color image you choose. You need to determine the number of classes and select the training samples by yourself.
<danny> 在 2025-10-12 上传 | 大小:9kb | 下载:0
« 1 2 ... .85 .86 .87 .88 .89 12990.91 .92 .93 .94 .95 ... 28523 »

源码中国 www.ymcn.org