搜索资源列表
C
- 一些常用的优化算法,包括powell,黄金算法,进退法等-Some commonly used optimization algorithms, including powell, gold algorithms, advance and retreat law
huangjin
- 黄金分割优化方法,解决无约束优化问题,以黄金点位收缩步长-Golden optimization method to solve unconstrained optimization problems, with gold point contraction step
BAOJIA
- 纸黄金报价系统,可以实时显示黄金报价,可以设定刷新时间,价格报警等功能,很好用。-Paper gold price quotation system, can offer real-time display of gold, you can set the refresh time, price alarm, very good use.
多项式运算
- 本程序由黄金锭 022397 编写 如遇问题,请发信至aresbb@eyou.com 本程序在往链表插数据时先把所有的数据按大小插入(insert_data(poly , p_node))的办法,然后使用 format_list(poly); 合并了指数相同的项,并删除了系数为零的项。 insert_data(poly , p_node)和format_list(poly)在接下来的多项式相加中再度发挥作用, 提高了代码的复用率,同时使程序的编写简单化。 在多项式相减中,
