资源列表
[matlab例程] SLM_Proposed_test
说明:OFDM以SLM方法結合CES降低PAPR-OFDM PAPR reduction SLM method combined with CES<C.J Liu> 在 2025-09-12 上传 | 大小:1kb | 下载:1
[OpenGL] openglsanweixianshi
说明:利用opengl显示歼击机协同作战与空空导弹攻击的三维模拟仿真,之前的程序有问题会有溢出,现在修改了可以用了,部分dll由于项目保密,暂时不公开-Use opengl to display three-dimensional simulation of fighter coordinated operations and air-to-air missile attack before the procedure there will be overflow, now modified with<的身份的飒飒> 在 2025-09-12 上传 | 大小:3.9mb | 下载:1
[Windows编程] Dynamic-TDMA-protocol-with-VCPP
说明:用VC开发的一个动态TDMA协议模型,仿真BTDAMA协议和CFDAMA协议-asdfadd asdff adsasd<通信仿真> 在 2025-09-12 上传 | 大小:4.11mb | 下载:1
[微处理器(ARM/PowerPC等)] ucos-System-Migration
说明:UC/OS-II在ARM微处理器上的移植及编译,双任务交替运行-ucos System Migration<alan> 在 2025-09-12 上传 | 大小:105kb | 下载:1
[单片机(51,AVR,MSP430等)] Dynamic-scanning-of-the-digital-tube
说明:数码管动态扫描,实现动态显示,单片机51C代码-Digital control of dynamic scanning, dynamic display, microcontroller 51C code<> 在 2025-09-12 上传 | 大小:1kb | 下载:1
[微处理器(ARM/PowerPC等)] kt0923_v3
说明:FM/AM 单芯片IC KT0923最新驱动程序,包括Datasheet-kt0923 am/fm driver<wei> 在 2025-09-12 上传 | 大小:598kb | 下载:1
[其他智力游戏] snake_tanchi
说明:贪吃蛇的游戏,速度飞快,练就你都五指神功!-Snake game, fast, he learned that you have five fingers magic!<杨月红> 在 2025-09-12 上传 | 大小:327kb | 下载:1
[数据库编程] soci-3.1.0
说明:c++与mysql数据库通信,操作数据库部分代码-c++ with mysql database communication, operate the database part of the code<wang> 在 2025-09-12 上传 | 大小:409kb | 下载:1
[OA系统] OAyuanwenjian
说明:OA办公系统基于B/S架构设计。包括文件管理、共享下载、消息管理、公文流传、通知管理、内部论坛、人力资源管理\资产管理等-OA system based on B/S architecture design. Including document management, sharing downloads, news management, the document circulated, notification management, the internal forum, the Huma<joqen> 在 2025-09-12 上传 | 大小:11.76mb | 下载:1
[编译器/词法分析] Syntax-analyzer
说明:编制递归下降法的语法分析器 通过设计、编制、调试一个典型的语法分析程序,能识别由加+、乘*、括号()、操作数所组成的算术表达式,其文法如下: E→TE E →+TE ∣ε T→FT T →*FT ∣ε F→(E)∣i 1.程序功能(举例) 输入:#i1*(i2+i3)# 输出:SUCCESS 输入:# i1*( i2+i3# 输出:FOUND ERROR -Recursive Descent parser prepared by the des<张映生> 在 2025-09-12 上传 | 大小:454kb | 下载:1