#include#includeusing namespace std;struct G{float
W;float V;char N[10];}g[100];void wenzi(int & m){cout>m;}int main(){int
M;wenzi(M);int i,j,k,p=0,A[...
分类:
其他好文 时间:
2014-05-23 04:08:15
阅读次数:
240
题意:有十种珠宝用数字表示,现在给你每个珠宝的数量,问可不可以平均分给两个人。解题思路:DFS搜索可以写。将完全背包问题转换为搜索问题。具体代码:#include#include#includeusing
namespace std;int num[15],sum;bool dfs(int n,in...
分类:
其他好文 时间:
2014-05-22 03:26:34
阅读次数:
206
传统的首饰设计是一个细致和增量的过程。传统设计从设计师的构图开始,一旦草图被批准后,就会雕刻成模型,如果蜡模没有足够接近原始草图或未能满足客户的期望,必须重做,这样会浪费大量的时间。使用ProJet
?3510 CPX专业蜡成型3 d打印机,该设备能够快速制作蜡模型并且生产出的样件具有杰出的表面质量...
分类:
其他好文 时间:
2014-05-22 01:27:08
阅读次数:
251