资源列表
[数据结构常用算法] JAVA完善后的多项式相加
说明:完善以前的JAVA实现的多项式相加 提供了输入系数和次数的控制-perfect before JAVA sum of the polynomial coefficients for the input and frequency control<小样> 在 2025-09-14 上传 | 大小:7kb | 下载:0
[数据结构常用算法] weixingguidaomoni
说明:龙格库塔算法在VB下的实现,模拟了卫星绕地球的运行。-Runge Kutta algorithm in the realization of VB, simulating a satellite orbiting the earth's operation.<刘源> 在 2025-09-14 上传 | 大小:7kb | 下载:0
[matlab例程] SUSAN边缘检测的实现代码
说明:SUSAN边缘检测的Matlab实现代码,用于静态图象的边缘检测,效果要视具体图象来定-SUSAN Edge Detection Matlab code for static images of edge detection, the effect would depend on the specific images to determine<> 在 2025-09-14 上传 | 大小:7kb | 下载:0
[人工智能/神经网络/遗传算法] pickup_filebody
说明:在信息检索中,对网页进行处理,得到网页的文本主体。-in Information Retrieval, the website address, the text to be the main website.<陈海山> 在 2025-09-14 上传 | 大小:7kb | 下载:0
[人工智能/神经网络/遗传算法] Immune
说明:人工免疫算法的源程序。由主程序和子程序等十几个m文件组成。-artificial immune algorithm of the source. From the main program and subprogram m dozen other documents.<周正> 在 2025-09-14 上传 | 大小:7kb | 下载:0
[压缩解压] 程序内存驻留程序(TSR)8
说明:在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“<高俊杰> 在 2025-09-14 上传 | 大小:7kb | 下载:0