资源列表
spic
- 缩略图生成 功能:缩略图生成(按比例缩小) 作者:刘先军 时间:2007-10-25 需要参数: $lxjspicname="图片名{不能为空}" $lxjspictype="图片类型[以图片名的扩展名为准(支持类型|jpg|jpeg|gif|png|bmp|)]{不能为空}" $lxjspicpath="图片路径{不能为空}" $lxjspicsizex="缩略图宽设置[默认150]" $lxjspicsizey="缩略图高设置[默认150]"
f
- vhdl code for FIR filter
fade
- 通信系统中的瑞利信道matlab仿真代码,里面是偏物理链路级别的仿真-Rayleigh channel communication system simulation matlab code, which is a partial physical link level simulation
liandui
- 数据结构 链队列操作 插入删除查找等链队操作-Data structure chain queue operations insert delete find chain team operating
maxentropypso
- the threshold obtained in maximum entropy is optimized with particle swarm optimization. the result is good
kalman
- 卡尔曼滤波,通过卡尔曼滤波迭代,求稳态解。-Kalman filter
ChooseStock
- 假设某一机构持有一定数量的某只股票,但是他担心股价下跌带来的风险,于是希望选择一只股票进行组合来降低风险,-Suppose a certain number of institutions to hold a stock, but he feared the risks fell, so want to choose a combination of stocks to reduce risk,
3
- 小游戏小程序--c语言,实现模拟卡片单机经典的小游戏-Applets- c language for analog card games
image-enhancement
- matlab图像处理代码,有灰度增强,锐化等,主要用于数字图像处理-Image processing code, image enhancement
steiner-base-on-min-tree
- xiangx详细介绍了基于最小生成树的施泰纳树问题,还有一种方法是介绍基于最短路径的施泰纳树-xiangx detailing the minimum spanning tree based Steiner tree problem, there is a way to introduce the shortest path based Steiner tree
foryang
- 地面多个体系统循环追踪运动的简单实现,基于循环追踪算法,实现地面多个体系统的运动稳定-cyclic pursuit of multi-agent system
GetMinStack
- 获得stack中最小元素,因为pop,push,getMin操作时间复杂度都是O(n),所以用辅助栈保存最小值min,同步增加..导入eclipse时要改包名package classOne -Get Min value of Stack change package name,