搜索资源列表
alphablend_src
- As a C programmer on Windows since W3.0, I found MFC to be a great wrapper for W32 API in a C++ environment. However, I also found MFC to be almost poor in term of C++ implementation because of certain limitations (probably inherited because compatib
XMLStrGen
- XMLStrGen是一个专门自动生成符合W3C国际标准的XML各种元素名称的C++库文件。自动产生的字符串是Unicode的,长度可根据传入的参数控制。源代码还包括生成适合于XML元素和属性名称的一系列的函数。 非常适合于程序测试和演示用。-XMLStrGen.DLL/lib is devoted to generate unicode XML string randomly based on W3C specification Extensible Markup Language (XM
w3-total-cache.0.9.5.4
- 3d total cache for wordpress cache
W3
- 里边包括四阶龙格库塔法,属于数值求解方法之一,可用于求解非线性微分方程。(fourth-oeder Runge-Kutta is one of the most efficient method to solve the non-linear differential equation)
背包问题课程设计报告
- 已知n个物体的重量依次为W1>W2>W3>…….Wn,一个背包可以容纳物体的重量为W,将这些物体放入背包,要求所放置的物体的重量正好为W。(There are something,the number is n,the weight is w1>w2>w3>...wn,a bag can hold a weight of w,put these things into the bag,is just the weight.)
参考手册
- HTML5_CSS3_参考手册 CSS 2.0中文参考手册 Javascr ipt核心参考手册 JQuery 1.4 1.7 1.3 参考手册 W3CSchool w3标准html5手册 xTHML参考手册 XMLHttp中文参考手册(HTML5_CSS3_ reference manual CSS 2 Chinese Reference Manual Javascr ipt core reference manual JQuery 1.4 1.7 1.3 reference
FourthExper
- 设有n种不同面值的硬币,第i种硬币的币值是vk(其中v1=1),重量是wi,i=1, 2,...,n且现在购买总价值为y的某些商品,需要用这些硬币付款,如果每种钱币使用的个数不限,问如何选择付款的方法使得付出钱币的总重量最轻?设计一个求解该问题的算法,给出算法的伪码描述并分析算法的时间复杂度.假设问题的输入实例是: v1=1,v2=4,v3=6,v4=8 w1=1,w2=2,w3=4,w4=6 y=12 给出算法在该实例上计算的备忘录表和标记函数表,并说明付钱的方法。(There is