资源列表

« 1 2 ... .57 .58 .59 .60 .61 15562.63 .64 .65 .66 .67 ... 28523 »

[数学计算/工程计算tony

说明:溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70)
<林小世> 在 2025-12-22 上传 | 大小:6kb | 下载:0

[数据结构常用算法tony

说明:成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) {
<林小世> 在 2025-12-22 上传 | 大小:6kb | 下载:0

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

说明:河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("最少搬移的次數為%d
<林小世> 在 2025-12-22 上传 | 大小:6kb | 下载:0

[数学计算/工程计算tony

说明:指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int number =89 printf("數字 %d\n",number) /* %d 為十進位輸出格式*/ printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/ printf("十六進位為%x\n",number) /* %x 為
<林小世> 在 2025-12-22 上传 | 大小:6kb | 下载:1

[数值算法/人工智能Pi

说明:一个可以计算4000位的Pi值的算法,即圆周率-One can calculate the 4000 value of Pi algorithm, that is, pi
<bailove> 在 2025-12-22 上传 | 大小:6kb | 下载:0

[matlab例程shiyan2

说明:基于matlab实现的界面,可以对八路信号实行DFT的8点和16 点变换-Matlab based on the realization of the interface can be implemented on the eight-way signal DFT of 8:00 and 4:00 p.m. transform
<秦承峰> 在 2025-12-22 上传 | 大小:6kb | 下载:0

[matlab例程MATLAB

说明:高斯白噪声无线通信信道下的误码率仿真,希望对你的学习有用-Gaussian white noise of wireless communication channel under BER simulation, you would like to learn useful
<yd> 在 2025-12-22 上传 | 大小:6kb | 下载:0

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

说明:
<song821> 在 2025-12-22 上传 | 大小:6kb | 下载:0

[压缩解压fskDSp

说明:fsk调制的DSP实现,经过实验板下载成功-fsk modulation of the DSP to achieve, after the success of the experimental plate download
<前卫> 在 2025-12-22 上传 | 大小:6kb | 下载:0

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

说明:数据挖掘中的聚类算法简单实例,实现对数字的聚类分析,可以帮助初学者理解聚类算法-Data mining clustering algorithm simple example of the realization of the cluster analysis of the figures that can help beginners understand the clustering algorithm
<卓琳 瑞格> 在 2025-12-22 上传 | 大小:6kb | 下载:0

[matlab例程anisodiff

说明:一维,二维,三维的各异向扩散滤波的matlab实现。-One-dimensional, two-dimensional, three-dimensional proliferation of different filter matlab to achieve.
<yiming> 在 2025-12-22 上传 | 大小:6kb | 下载:0

[matlab例程leach_matlab

说明: leach协议的matlab仿真-leach agreement matlab simulation
<董佳佳> 在 2025-12-22 上传 | 大小:6kb | 下载:0
« 1 2 ... .57 .58 .59 .60 .61 15562.63 .64 .65 .66 .67 ... 28523 »

源码中国 www.ymcn.org