码迷,mamicode.com
首页 >  
搜索关键字:currency    ( 352个结果
做星星渐现的展示效果
//大概思路 //n行currency_mo_li_star,一行有十颗(最大值)星星,星星先设置透明度为0,每500毫秒为间隔显示下一个 //达到(最大值)十个,清掉计时器 var mm = 0; function set_time_out(){ if(mm < 10){ for (var j = ...
分类:其他好文   时间:2018-11-23 11:25:46    阅读次数:173
vue中常用插件(货币、日期)
货币插件: 价格格式化 // https://github.com/vuejs/vuex/blob/dev/examples/shopping cart/currency.js const digitsRE = /(\d{3})(?=\d)/g / [currency 金额格式化函数] @param ...
分类:其他好文   时间:2018-11-10 12:41:30    阅读次数:1740
世界各国货币,C#数字货币计算
货币 CCY(Currency)本质上是一种所有者与市场关于交换权的契约,根本上是所有者相互之间的约定。吾以吾之所有予市场,换吾之所需,货币就是这一过程的约定,它反映的是个体与社会的经济协作关系。货币的契约本质决定货币可以有不同的表现形式,如一般等价物,贵金属货币,纸币,电子货币等。 第一名:科威特 ...
分类:Windows程序   时间:2018-11-10 00:57:50    阅读次数:336
Python函数
Python中用函数计算汇率; def convert_currency(im,er): out=im*er return out USD_VS_RMB=6.77 #带单位的货币输入 currency_str_value=input('请输入带单位的货币金额:') unit=currency_str ...
分类:编程语言   时间:2018-10-19 19:48:50    阅读次数:259
POJ 2240 Arbitrage
http://poj.org/problem?id=2240 Description Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into m ...
分类:其他好文   时间:2018-10-16 19:21:50    阅读次数:92
vue 过滤器
过滤器: vue提供过滤器: capitalize uppercase currency.... debounce 配合事件,延迟执行 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>智能社——http:// ...
分类:其他好文   时间:2018-10-07 12:56:27    阅读次数:150
【POJ】1860 Currency Exchange
真是气skr人。。没把d[]换成double。。。de了一上午的bug// 记得用G++提交啊 题目链接:http://poj.org/problem?id=1860 题意:告诉你n个点,m条路。起始点s,还有初始金额money。每条路表示从a->b的汇率和佣金以及b->a的汇率和佣金。你在该点所得 ...
分类:其他好文   时间:2018-09-28 14:35:17    阅读次数:118
[POJ 1860] Currency Exchange
[题目链接] http://poj.org/problem?id=1860 [算法] SPFA判负环 时间复杂度 : O(kn) [代码] ...
分类:其他好文   时间:2018-09-22 14:41:28    阅读次数:159
最短路(Floyed、Dijkstra、Bellman-Ford、SPFA)
一、Floyed-Warshall算法 枚举中间点起点终点,对整个图进行松弛操作,就能得到整个图的多源最短路径; 例:POJ2240 Arbitrage Arbitrage is the use of discrepancies in currency exchange rates to trans ...
分类:其他好文   时间:2018-09-18 14:57:36    阅读次数:184
pat 1058 A+B in Hogwarts(20 分)
If you are a fan of Harry Potter, you would know the world of magic has its own currency system -- as Hagrid explained it to Harry, "Seventeen silver ...
分类:其他好文   时间:2018-09-05 08:59:19    阅读次数:197
352条   上一页 1 ... 3 4 5 6 7 ... 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!