资源列表
排序选择:
[其他小程序] two-way-circular-linked-list
说明:问题:把单链表改为双向循环链表 方法:先建立单链表;再在单链表基础上建立双向循环链表。-Question: single linked list to two-way circular linked list: 1, create a single linked list 2, to establish a two-way circular linked list in a single linked list based on.<李浩> 在 2025-06-25 上传 | 大小:52kb | 下载:0
[其他小程序] transmitter
说明:基于OFDM的接收机部分,关于插入导频和训练序列的对比-pilot insert, PN insert, channel estimation based on DTMB<罗佳婷> 在 2025-06-25 上传 | 大小:5kb | 下载:0
[单片机(51,AVR,MSP430等)] mkcs44
说明:tft彩屏模块,nrf905无线模块,24l01模块,8*8点阵模块,ds12887模块。单片机初学者好帮手。-tft color screen module, nrf905 wireless module, 24l01 module, 8* 8 dot matrix module, ds12887 module. SCM beginners a good helper.<张芮> 在 2025-06-25 上传 | 大小:4.93mb | 下载:0
[系统编程] chapter3
说明:几个小代码,包括函数的传参,函数的返回值、参数和变量的设置,函数的声明,局部变量和全局变量的区分。-Several small code, including the function of passing parameters, function return value, the setting of parameters and variables, function declarations, local variables and global variables distinctio<路西> 在 2025-06-25 上传 | 大小:12kb | 下载:0
[文件格式] DSP_selection_guide1
说明:dsp selecton guide ds p selecton guide ds p selecton guide-dsp selecton guide dsp selecton guide dsp selecton guide dsp selecton guide dsp selecton guide<12> 在 2025-06-25 上传 | 大小:1.3mb | 下载:0
[加密解密] Encryption-and-decryption
说明:C#开发的一款简单的可逆加密解密小软件,使用8位加密密钥。-Encryption and decryption<lxw> 在 2025-06-25 上传 | 大小:63kb | 下载:0
[系统编程] chapter5
说明:一些小代码。包括语句,块和表达式的应用。数学、赋值、关系运算符的应用,if else语句应用举例,逻辑运算符举例。-Some small code. Statement block and expressions of the application. Application of mathematics, assignment, relational operators, if else statement application example, example of logical ope<路西> 在 2025-06-25 上传 | 大小:42kb | 下载:1
[系统编程] chapter6
说明:面向对象C++语言中类、对象、成员的应用C++编程举例。对类定义和对象容易犯的错误C++编程举例-Oriented the object C++ language class, object, a member of the application example. Easy mistake to make the class definition and object violently introduced. Class members private and public example.<路西> 在 2025-06-25 上传 | 大小:28kb | 下载:0
[系统编程] Lucy-Richardson
说明:基于Lucy-Richardson方法的图像复原小程序,用matlab语言实现。-Lucy-Richardson method-based image recovery applet using Matlab language.<路西> 在 2025-06-25 上传 | 大小:282kb | 下载:0
[其他小程序] two-big-number-add
说明:问题:输入超过计算机表达范围的两个整数相加。方法:先输入两个字符数组存储两个大数,再将字符数组转化成整形数组,将两个整数数组从低位开始相加,有进位则高位加1,以此类推,最终得出两个大数相加的结果。-Question: input exceeds the the computer expression range of the two integer addition. Methods: First, enter the two character array to store two large<李浩> 在 2025-06-25 上传 | 大小:1kb | 下载:0