码迷,mamicode.com
首页 >  
搜索关键字:shopping mall opencart 自适应主题模板 abc-0157    ( 745个结果
Educational Codeforces Round 47(Div 2)(A~D)
"比赛链接" A.Game Shopping 这种题真是。。打开网页1min 读题3min 思考0min 写代码0.5min。。 cpp include include include define gc() getchar() const int N=1e3+5; int n,m,cost[N], ...
分类:其他好文   时间:2018-07-15 11:15:41    阅读次数:160
购物车程序
salary = input('please input your monthly salary: ') goods_list = [ ('iphone', 5000), ('mac pro', 12000), ('TV', 4500), ('pencel', 25) ] shopping_list... ...
分类:其他好文   时间:2018-07-07 20:44:56    阅读次数:143
opencart修改网站顶部电话联系方式
...
分类:Web程序   时间:2018-07-06 01:33:05    阅读次数:277
opencart去掉网站左上角其他币种选项
...
分类:Web程序   时间:2018-07-05 23:17:03    阅读次数:177
用java数组模拟购物商城功能与实现
实体类1(商品): package mall.model; public class goods { private int shoppingID; // 商品编号 private String shoppingName;// 商品名 private int price; // 商品价格 publi ...
分类:编程语言   时间:2018-06-30 16:12:16    阅读次数:160
“购物车”练习
Emm.... It's a shopping cart; 1.You need input your salary; 2.Output a products list,each product mast contain a sequence number; 3.You need input thr ...
分类:其他好文   时间:2018-06-28 13:55:03    阅读次数:126
atm-interface-shopping
from db import db_handlerfrom interface import bankdef shopping_interface(name, cost, shoppingcart): flag,msg = bank.consume_interface(name,cost) if f ...
分类:其他好文   时间:2018-06-24 21:38:57    阅读次数:172
PAT 1068 Find More Coins (30)
Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopping mall which cou ...
分类:其他好文   时间:2018-06-23 14:36:21    阅读次数:165
PAT 1048 Find Coins (25)
Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopping mall which cou ...
分类:其他好文   时间:2018-06-22 20:59:56    阅读次数:180
PAT Advanced Level 1044
1044 Shopping in Mars (25)(25 分) Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value ( ...
分类:其他好文   时间:2018-06-11 22:09:01    阅读次数:164
745条   上一页 1 ... 14 15 16 17 18 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!