文件名称:meet-director:帮助举重比赛主管举办比赛的网站
文件大小:73KB
文件格式:ZIP
更新时间:2024-07-11 05:29:55
JavaScript
会面主任 帮助举重比赛主管举办比赛的网站 启动服务器 grunt serve 参考 var plates = [ 2.5 , 5 , 10 , 25 , 35 , 45 ] ; var BAR = 45 ; module . exports = function dumbweights ( weight ) { weight = weight - BAR ; if ( weight <= 0 ) return ; var _plates = [ ] ; var _weight = weight / 2 ; for ( var i = plates . length - 1 ; i >= 0 ; i -- ) { var p = plates [ i ] ; var d
【文件预览】:
meet-director-master
----.travis.yml(134B)
----client()
--------.htaccess(24KB)
--------assets()
--------robots.txt(31B)
--------index.html(4KB)
--------app()
--------components()
--------.jshintrc(664B)
--------favicon.ico(7KB)
----server()
--------config()
--------.jshintrc-spec(172B)
--------auth()
--------routes.js(831B)
--------api()
--------views()
--------components()
--------app.js(793B)
--------.jshintrc(237B)
----package.json(3KB)
----.yo-rc.json(1KB)
----protractor.conf.js(2KB)
----.bowerrc(47B)
----Gruntfile.js(16KB)
----e2e()
--------main()
----.gitignore(87B)
----.buildignore(8B)
----karma.conf.js(2KB)
----README.md(1KB)
----bower.json(492B)
----.editorconfig(415B)
----.gitattributes(11B)