stock

http://quote.eastmoney.com/center/list.html#10_0_0_u?sortType=H&sortRule=-1  量比

http://data.eastmoney.com/bbsj/201612/yjbb/0/6.html 业绩

http://fund.eastmoney.com/data/fundranking.html#tundefined;c0;r;s3nzf;pn50;ddesc;qsd20160326;qed20170326;qdii;zq;gg;gzbd;gzfs;bbzt;sfbb  基金

http://quote.eastmoney.com/sz002215.html? 股东

时间: 2024-08-05 08:44:31

stock的相关文章

有人男妓

http://quote.hexun.com/stock/icb.aspx?code=1&name=%A8%7B%C6%BD%C1%B9%C4%C4%C0%EF%D3%D0%C7%E8%BB%AF%CE%EF%C2%F2%A3%D1%3A%A3%B1%A3%B1%A3%B2%A3%B7%A3%B4%A3%B0%A3%B1%A3%B1%A3%B7%A3%B5 http://quote.hexun.com/stock/icb.aspx?code=1&name=%A8%7C%D5%C5%D2%B

121.买卖股票 Best Time to Buy and Sell Stock

Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), design an algorithm to find the maximum profit. Exam

LeetCode Best Time to Buy and Sell Stock II

Best Time to Buy and Sell Stock II Total Accepted: 41127 Total Submissions: 108434 My Submissions Question Solution Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit

初入股市之 Hello Stock

牛市的诱惑 12月3日的深沪股市,再次创出单日成交量的历史记录.这些天,各地证券部里挤满了新开户的股民.这些菜鸟们带着虔诚.希望和身家性命,挤进了一片前途未卜的莽原.其中就包括我.其实一直有想去尝试下股票市场,迟迟没有进入,是因为有很多后顾之忧:资金不太充裕,还要攒钱买房子,而且大多数在股市摸爬滚打的散户都碰的头破血流.好在去年解决了房子的问题,一年的积累有点空闲的资金,加上牛市的诱惑,桌子一拍,就这样进去了. 开户 其实对股票的了解不太多,基本的运作方式还是知道的,公司在证券市场募集资金,以股

121. Best Time to Buy and Sell Stock

Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), design an algorithm to find the maximum profit. Exam

122. Best Time to Buy and Sell Stock II

题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy one and sell one share of the stock multiple times)

122. 买卖股票 求最大收益2 Best Time to Buy and Sell Stock II

Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy one and sell one share of the stock multiple times). Ho

POJ 3903 Stock Exchange

The world financial crisis is quite a subject. Some people are more relaxed while others are quite anxious. John is one of them. He is very concerned about the evolution of the stock exchange. He follows stock prices every day looking for rising tren

Best Time to Buy and Sell Stock with Cooldown

题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy one and sell one share of the stock multiple times)

LeetCode OJ:Best Time to Buy and Sell Stock(股票买卖的最佳时期)

Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), design an algorithm to find the maximum profit. 简单的动