登录
首页 » Windows开发 » 本压缩包是最优阵列处理中的程序 ,包含前6章,是非常好的学习代码,以后的程序代码还没出来。...

本压缩包是最优阵列处理中的程序 ,包含前6章,是非常好的学习代码,以后的程序代码还没出来。...

于 2022-01-26 发布 文件大小:264.34 kB
0 248
下载积分: 2 下载次数: 1

代码说明:

本压缩包是最优阵列处理中的程序 ,包含前6章,是非常好的学习代码,以后的程序代码还没出来。-The array package is the optimal treatment procedures, including the first 6 chapters, is a very good study code, not after the program code out.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • I do an adaptive filter, in addition to taking into account clutter suitable for...
    我做的一个自适应滤波器,可以虑除杂波,适合信号采样之后的数字滤波-I do an adaptive filter, in addition to taking into account clutter suitable for signal sampling after the digital filter
    2022-02-12 17:28:54下载
    积分:1
  • Unified Speech and Audio Coding ref software
    统一语音和音频编码(USAC)是一种音频压缩格式和编解码器,用于音乐和语音或任何语音和音频的混合,使用12到64 kbit/s之间的极低比特率;
    2022-01-23 10:13:57下载
    积分:1
  • C语言实现贪吃蛇
    //: Snake.c /* * * * * * * * * * * * * * * * * * * * * * * // Project: RedSnake(贪吃蛇) // Author: Problue // Version: 1.0 // Date: 19:55 2012-10-29 * * * * * * * * * * * * * * * * * * * * * * */ #include #include #include #include "pcc32.h" // 定义地图的尺寸及坐标 #define MAP_WIDTH 32 // 地图宽度 #define MAP_HEIGHT 32 // 地图高度 #define OFFSET_X 1 // 地图左右的边距 #define OFFSET_Y 1 // 地图上下的边距 #define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度 #define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度 #define GotoMap(x, y) gotoTextPos((x) * 2, (y)) // 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物 #define BS_SPACE 0 #define BS_SHEAD 1 #define BS_SBODY 2 #define BS_STAIL 3 #define BS_FOOD 4 // 蛇默认长度 #define SNAKE_MIN_LEN 5 // 定义蛇运动方向: 上、下、左、右 #define DIR_UP 1 #define DIR_DOWN 2 #define DIR_LEFT 3
    2022-05-15 19:59:34下载
    积分:1
  • 排序程序冒泡排序、 unsort、 部分排序
    #define PARTIALLYSORTED_30 3 #define PARTIALLYSORTED_50 4 #define PARTIALLYSORTED_70 5 #define RANDOMIZE_QSORT 1 #define MERGE_SORT 2 #define SELECTION_SORT 3 #define BUBBLE_SORT 4 / *---随机化快速排序---* / int random_partition (int * arr、 int 开始,int 结束) ; void random_quick_sort (int * arr、 int 开始,int 结束) ; /*----------------------------------------------*/ /*-----------Merge Sort--------------------------*/ 空的分区 (int arr [],int 低,int 高) ; void 归并 (int arr [],int 低,年年高 int int) ; /*------------------------------------------------*/ / *---选择排序---* / void sort_select (int n) ; int; maxind(int m) void swap1 (int * x int * y); /*------------------------------------------------*/ /*-----------------Bubble sort--------------------*/ void recursive_bubble (int * 数组、 int 的大小) ; /*-----------------------------
    2022-07-02 17:33:19下载
    积分:1
  • 文本框使用示例(SDK
    文本框使用示例(SDK-example of the use of text box (SDK
    2022-03-15 11:08:18下载
    积分:1
  • 一个小游戏关于五子棋的~~ 第一次上传请大家支持 HOHO~
    一个小游戏关于五子棋的~~ 第一次上传请大家支持 HOHO~-a little game of the ~ 331 ~ first upload Please support smartphones ~
    2022-04-11 20:13:39下载
    积分:1
  • This code is artificial intelligence calculate way that a complete get
    本代码是一个完整的小游戏,界面美观,其中的人工智能算法也很值得参考学习.-This code is artificial intelligence calculate way that a complete get-away drama, the interface is beautiful, among them too worthwhile consult study
    2022-12-22 17:20:03下载
    积分:1
  • ssm 程序
    系统仿真程序 作为水 reseriour 单个服务器 双服务器 泊松分布
    2022-09-27 20:15:02下载
    积分:1
  • 一个小小宾果的游戏编程 程序简单易懂对想学习游戏编程的人是非常好的学习程序...
    一个小小宾果的游戏编程 程序简单易懂对想学习游戏编程的人是非常好的学习程序-a little Bingo game programming procedures are simple to learn game programming to the people is a very good learning proce
    2022-09-08 07:00:03下载
    积分:1
  • C++的算平均值,残差,标准偏差,和总不确定度
    C++开发的算平均值,残差,标准偏差,和总不确定度 -C development numerical average, residuals, standard deviation, and the total uncertainty
    2022-03-10 12:14:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载