登录
首页 » Windows开发 » 香港大学的李教授平交织多址…

香港大学的李教授平交织多址…

于 2022-05-15 发布 文件大小:3.85 kB
0 252
下载积分: 2 下载次数: 1

代码说明:

香港城市大学李平教授提出的交织多址(IDMA),此为李平教授上传的系统仿真代码,用C++编写的。-City University of Hong Kong made by Professor Li Ping intertwined multiple access (IDMA), Professor Li Ping upload this for the system simulation code, using C++ Prepared.

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

发表评论

0 个回复

  • doc anh do sau
    基于LBP的人脸识别
    2022-06-27 14:49:35下载
    积分:1
  • 非专业的排课表c++代码仅供参考,希望各位大侠指正
    非专业的排课表c++代码仅供参考,希望各位大侠指正-paikebiaoC++代码
    2022-08-25 00:45:57下载
    积分:1
  • Base on EVC
    EVC串口编程源代码,实现了串口的通讯。开发环境:2410工程下的EVC。-Base on EVC
    2023-04-22 15:40:03下载
    积分:1
  • 根据鼠标的移动来识别文本,类似于屏幕功能…
    根据鼠标移动来来识别文字,类似金山词霸的屏幕取词功能-According to the mouse movement to identify the text, similar to the Screen function PowerWord
    2022-01-25 14:03:32下载
    积分:1
  • 操作系统的 死锁检测与解除。通过C语言编程实现
    操作系统的 死锁检测与解除。通过C语言编程实现-operate System deadlock problem,the word lab report.
    2022-05-17 15:07:06下载
    积分: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
  • Client of Openh323 net video meeting system
    openh323可以用于视频会议系统这是客户端-Client of Openh323 net video meeting system
    2023-05-16 17:00:02下载
    积分:1
  • Super MA original game code
    超级马丽游戏原代码-Super MA original game code
    2022-01-26 02:48:11下载
    积分:1
  • 画板工具,可以画直线线,圆等图形,类似于WINDOWS自带的画图。...
    画板工具,可以画直线线,圆等图形,类似于WINDOWS自带的画图。-Sketchpad tool to draw straight lines, round, such as graphics, similar to the drawing WINDOWS own.
    2022-01-26 06:41:31下载
    积分:1
  • pictocode,pic转换到code的小工具 相信有用的着的朋友,
    pictocode,pic转换到code的小工具 相信有用的着的朋友,-pictocode, pic of the code conversion of small tools useful to think of a friend,
    2022-02-21 10:43:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载