资源列表
[matlab例程] jieduan_lianghua
说明:分析了截短对升余弦信号频谱的影响; 以及量化对升余弦信号及开根号升余弦信号频谱的影响。包含仿真报告。 -Analysis of the truncated raised cosine signal spectrum of the impact and quantified on or open the root cosine signal and cosine signal spectrum or its impact. The report contains the simulati<caomin> 在 2025-07-27 上传 | 大小:118kb | 下载:0
[加密解密] base64
说明:Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。本程序是c语言版的base64加密解密源码!-Base64 is the most common network for the transmission of byte code 8Bit encoding one of the ways everyone can see RFC2045 ~ RFC2049, detailed above, there is<郭子> 在 2025-07-27 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] digitalfilter
说明:这是嵌入式开发进行AD数据采集时,通过软件对数据进行防干扰处理的方法汇总,希望对大家有帮助-This is the embedded data acquisition development of AD when the data through software deal with anti-interference method of aggregation, in the hope that everyone has to help<Q.M liu> 在 2025-07-27 上传 | 大小:4kb | 下载:0
[加密解密] md5
说明:MD5的全称是Message-digest Algorithm 5(信息-摘要算法),用于确保信息传输完整一致。本程序是c语言版的md5加密解密源码!-The full name of MD5 is Message-digest Algorithm 5 (Information- Summary of algorithm), to ensure the integrity of the information transmission line. This procedure is the c<郭子> 在 2025-07-27 上传 | 大小:6kb | 下载:0
[图形图像处理(光照,映射..)] image_registration
说明:图像自动配准算法,速度快,自动化程度高,效果好,鲁棒性好-automatic image registration,fast,automatic,high accuracy and robust<留耳闻> 在 2025-07-27 上传 | 大小:533kb | 下载:0
[单片机(51,AVR,MSP430等)] test10
说明:《手把手教你学单片机的C程序设计》实验程序第4章实验程序-code--4<杰> 在 2025-07-27 上传 | 大小:17kb | 下载:0
[其他小程序] LCS
说明:LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two<郭子> 在 2025-07-27 上传 | 大小:155kb | 下载:0
[图形图像处理(光照,映射..)] vision_illumination
说明:计算机图形学中关于光照的函数,包括光照生成,直方图均衡等重要算法-illumination functions about computer graphics, inculding illumination generation, histogram equalization<留耳闻> 在 2025-07-27 上传 | 大小:17kb | 下载:0