资源列表

« 1 2 ... .56 .57 .58 .59 .60 15561.62 .63 .64 .65 .66 ... 28523 »

[matlab例程ML

说明:it is a simulation about ML synchronization algorithm in OFDM systems,you can slao see a function picture in its output,that s useful for a beginner
<李明> 在 2025-04-24 上传 | 大小:6kb | 下载:0

[matlab例程practice

说明:simulink仿真 -simulink simulation simulink simulation
<老公> 在 2025-04-24 上传 | 大小:6kb | 下载:0

[数据结构常用算法paixu

说明:用c++实现的一个关于数值排序的小程序,数值按从小到大的顺序排列-With c++ Achieved a sort of small numerical procedures, values should be calculated from small to large order
<liu> 在 2025-04-24 上传 | 大小:6kb | 下载:0

[matlab例程branch_and_board

说明:在模式识别应用中,用分支定界法(branch-and-board method)进行特征的选择。该程序在matlab环境下实现了该算法,以从六个特征中选择两个最佳特征为例-In pattern recognition applications, using branch and bound method (branch-and-board method) to carry out the characteristics of choic
<陈坚> 在 2025-04-24 上传 | 大小:6kb | 下载:0

[matlab例程csma_cd

说明:802.11无线网络通信中基本CSMA/CA基本方式和RTS/CTS的仿真实现比较。-802.11 wireless network communications in the basic CSMA/CA basic mode and RTS/CTS comparison of the simulation.
<wangxin> 在 2025-04-24 上传 | 大小:6kb | 下载:0

[压缩解压huffmancode

说明:实现的是霍夫曼编码,在c程序中模拟编码解码功能。-The realization of the Huffman code, in the c program features analog codec.
<leo> 在 2025-04-24 上传 | 大小:6kb | 下载:0

[数学计算/工程计算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等
<林小世> 在 2025-04-24 上传 | 大小: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(gre
<林小世> 在 2025-04-24 上传 | 大小: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("
<林小世> 在 2025-04-24 上传 | 大小: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 為八進位輸出格式*/ prin
<林小世> 在 2025-04-24 上传 | 大小:6kb | 下载:1

[数值算法/人工智能Pi

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

[matlab例程incidence-matrix

说明:在data表格中输入电网络中图论的节点、支路、阻抗等信息,程序将自动生成关联矩阵。-Enter the electric network graph theory in the data table nodes, branches, impedance and other information, the program will automatically generate the correlation matrix.
<cby> 在 2025-04-24 上传 | 大小:6kb | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 15561.62 .63 .64 .65 .66 ... 28523 »

源码中国 www.ymcn.org