搜索资源列表
avlTree
- avlTree&bst c++实现代码
c(list_detial_explanation)
- 长达13页,专门针对C链表的总结,配有全部代码,清晰易懂。-A total of 138 of the C++ Q & A, Questions cover a wide range of rich, which in addition to reference the answer there is the difficulty of each question, cognitive level, is expected to answer time and so on. Not on
To-Miss-Our-Children-Time-DP
- /*hdu4001To Miss Our Children Time DP 每块积木有四个参数a(长),b(宽),c(高),d(属性) d==0 它下面的积木为X a>=X.a b>=X.b d==1 a>=X.a b>=X.b&&(a>X.a||b>X.b) d==2 a>X.a&&b>X.b 所以先按长从小到大 再宽从小到大 属性从大到小排序 f[i]表示以第i个积木为顶的已搭积木的最大高度 */-/* Hdu400
XXFVS
- 提供了6种数值积分方法的c++代码实现: 1 梯形求积法(TRAPZD->QTRAP); 2 辛普森(Simpson()
SM2&SM3&SM4国密算法C语言实现
- SM2&SM3&SM4国密算法C语言实现,分别有3个算法的pdf文档,以及测试代码(SM encryption algorithm,including test code & docs)