资源列表
[加密解密] 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-09-24 上传 | 大小:6kb | 下载:0
[图形图像处理(光照,映射..)] image_registration
说明:图像自动配准算法,速度快,自动化程度高,效果好,鲁棒性好-automatic image registration,fast,automatic,high accuracy and robust<留耳闻> 在 2025-09-24 上传 | 大小:533kb | 下载:0
[单片机(51,AVR,MSP430等)] test10
说明:《手把手教你学单片机的C程序设计》实验程序第4章实验程序-code--4<杰> 在 2025-09-24 上传 | 大小: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-09-24 上传 | 大小:155kb | 下载:0
[图形图像处理(光照,映射..)] vision_illumination
说明:计算机图形学中关于光照的函数,包括光照生成,直方图均衡等重要算法-illumination functions about computer graphics, inculding illumination generation, histogram equalization<留耳闻> 在 2025-09-24 上传 | 大小:17kb | 下载:0
[嵌入式/单片机编程] automaticadjustmentprocedure
说明:输入工艺曲线后PLC200自动调节正负双极性输出的程序-After the input process curve of plus or minus PLC200 automatic adjustment procedure for bipolar output<张用> 在 2025-09-24 上传 | 大小:11kb | 下载:0
[mpeg/mp3] layer3
说明:(1)“MP3”目录下为完整的播放器CoolPlayer的全部代码,“解码源码”目录下为单独的MP3解码部分。 (2)本程序在 Windows2000、Visual C++6.0环境下编译通过,在\MP3\Debug目录下有可直接运行的执行文件,本程序没有特殊的软硬件要求,但对于特别陈旧的硬件,可能会不支持。-(1) " MP3" for a complete directory of all the player CoolPlayer code " decoder<郭子> 在 2025-09-24 上传 | 大小:2.35mb | 下载:0