资源列表
[STL] ptypes-2.0.tar
说明:PTypes是一个扩充了多线程和网络功能的STL库,具有跨平台移植的能力-PTypes is an expansion of the multithreading and networking capabilities for the STL, which is cross-platform capability transplant<苗林> 在 2025-06-23 上传 | 大小:220kb | 下载:0
[matlab例程] psbfftdemo
说明:一定要有说明吗?但是。丹风门地方灵敏度;的。./md dvvddd/.dd /ds,d/ d,-must have on this? But. Dan damper local sensitivity; The. ./Md dvvddd/.dd/ds, d/d,<鼎鼎> 在 2025-06-23 上传 | 大小:6kb | 下载:0
[压缩解压] upx101w
说明:非常好的可执行文件压缩软件,支持的格式包括 atari/tos,djgpp2/coff,dos/com,dos/exe,dos/sys,rtm32/pe,tmt/adam,watcom/le,win32/pe,Linux/i386 等等,压缩比率也非常的高。-very good executable file compression software, including support for the format atari/los, djgpp2/coff, dos/com, dos/ex<> 在 2025-06-23 上传 | 大小:113kb | 下载:0
[压缩解压] upx101d
说明:同样是一个非常好的可执行文件压缩软件,支持的格式包括 atari/tos,djgpp2/coff,dos/com,dos/exe,dos/sys,rtm32/pe,tmt/adam,watcom/le,win32/pe,Linux/i386 等等,压缩比率也非常的高。-is also a very good executable file compression software, including support for the format atari/los, djgpp2/coff,<> 在 2025-06-23 上传 | 大小:173kb | 下载:0
[人工智能/神经网络/遗传算法] bp11111
说明:编写的BP算法的软件模拟 在Turbo c++3.0环境下编译通过-prepared by BP algorithm in the software simulation 3.0 Turbo c compiler environment through<李啊> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[生物技术] chenxu1
说明:遗传算法的一个演示程序,演示了遗传算法的一些简单的功能,能够使人更加明白的了解遗传算法的好处!-a genetic algorithm Demonstration Program, demonstrated the genetic algorithm with some simple functions that could lead to a greater understanding of the genetic algorithm understanding of the benefits<叶勇> 在 2025-06-23 上传 | 大小:4kb | 下载:0
[数据结构常用算法] 二叉树的中序遍历和存储
说明:用c实现的二叉树的中序遍历的读取与存储,能体现出向左倒的二叉树的打印界面,界面简单。-achieved using the binary tree traversal sequence which read and storage, will be shown left one of the binary tree Print interface that simple.<曾德胜> 在 2025-06-23 上传 | 大小:46kb | 下载:0
[数据结构常用算法] 用c实现的商品货架算法
说明:问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快<曾德胜> 在 2025-06-23 上传 | 大小:2kb | 下载:0