登录
首页 » C# » yahoostocks

yahoostocks

于 2020-07-03 发布 文件大小:1202KB
0 129
下载积分: 1 下载次数: 317

代码说明:

  导入数据,可以实现画k线图和成交量图,是学习股票软件开发的好例子(Import data, you can achieve the draw k line graph and volume charts to learn the stock a good example of software development)

文件列表:

Harness
.......\bin
.......\...\Debug
.......\...\.....\Harness.exe
.......\...\.....\Harness.vshost.exe
.......\...\.....\NPlot.dll
.......\...\.....\NPlot.xml
.......\...\.....\Stocks.db3
.......\...\.....\System.Data.SQLite.dll
.......\...\.....\System.Data.SQLite.xml
.......\...\.....\YahooStocks.dll
.......\Form1.cs
.......\Form1.Designer.cs
.......\Form1.resx
.......\FormChart.cs
.......\FormChart.Designer.cs
.......\FormChart.resx
.......\Harness.csproj
.......\obj
.......\...\Debug
.......\...\.....\Harness.csproj.GenerateResource.Cache
.......\...\.....\Harness.exe
.......\...\.....\Harness.Form1.resources
.......\...\.....\Harness.FormChart.resources
.......\...\.....\Harness.Properties.Resources.resources
.......\...\.....\ResolveAssemblyReference.cache
.......\...\.....\TempPE
.......\...\Harness.csproj.FileList.txt
.......\...\Harness.csproj.FileListAbsolute.txt
.......\...\Release
.......\...\.......\Harness.csproj.GenerateResource.Cache
.......\...\.......\Harness.exe
.......\...\.......\Harness.Form1.resources
.......\...\.......\Harness.Properties.Resources.resources
.......\...\.......\ResolveAssemblyReference.cache
.......\...\.......\TempPE
.......\PlotSurface2DDemo.cs
.......\Program.cs
.......\Properties
.......\..........\AssemblyInfo.cs
.......\..........\Resources.Designer.cs
.......\..........\Resources.resx
.......\..........\Settings.Designer.cs
.......\..........\Settings.settings
YahooStocks
...........\bin
...........\...\Debug
...........\...\.....\System.Data.SQLite.dll
...........\...\.....\System.Data.SQLite.xml
...........\...\.....\YahooStocks.dll
...........\Constants.cs
...........\Downloader.cs
...........\obj
...........\...\Debug
...........\...\.....\ResolveAssemblyReference.cache
...........\...\.....\TempPE
...........\...\.....\YahooStocks.dll
...........\...\Release
...........\...\.......\TempPE
...........\...\.......\YahooStocks.dll
...........\...\YahooStocks.csproj.FileList.txt
...........\...\YahooStocks.csproj.FileListAbsolute.txt
...........\Properties
...........\..........\AssemblyInfo.cs
...........\SQLiteHelper.cs
...........\YahooStocks.csproj
YahooStocks.sln

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MIPI_DSI_Specification_v1.3 (1)
    说明:  MIPI协议,详细注明mipi接口是怎么接受信号,处理信号(MIPI protocol, specify in detail how the Mipi interface receives and processes signals)
    2019-04-11 12:09:31下载
    积分:1
  • huang4
    利用VC++6.0,对图象进行反色处理。(Use VC++ 6.0, an anti-color image processing.)
    2008-12-28 11:22:32下载
    积分:1
  • Reporter
    绘图 c# 绘制饼图 柱状图 折线图 只需很简单的调用即可 属性可以随意设置(C#)
    2009-09-09 14:16:42下载
    积分:1
  • 双线性插值求亚像素
    对像素之间的颜色或灰度进行插值
    2019-04-09下载
    积分:1
  • SMT32ACD
    adc应用范例程序,直接催寄存器进行操作,简单明了(adc application sample programs, direct reminders register operation, simple)
    2013-11-14 21:43:34下载
    积分:1
  • ImageResample
    说明:  图像伸缩算法,实现图像的任意尺寸放大和缩小,采用高精度伸缩算法。(High quality image resample algorithm.)
    2009-09-01 16:24:29下载
    积分:1
  • framebuff
    一个简单的linux下framebuffer编程(a simple linux framebuffer programing demo)
    2005-02-18 09:23:27下载
    积分:1
  • sumo demo
    我们通过使用交通仿真软件SUMO(Simulation of Urban Mobility),来进行对微观道路交通的仿真,可以模拟一个给定的交通需求,例如车辆以特定的行为通过给定的路网。SUMO可以对车辆行驶规律、车辆驾驶行为、驾驶习惯、路径选择等内容详细描述,从而可以建立逼真的交通仿真场景。SUMO通过TraCI扩展接口与Veins进行通信,将仿真生成的车辆信息数据传输到其他的外部程序中使用。(By using the traffic simulation software SUMO (Simulation of Urban Mobility), we can simulate the micro-Road traffic, which can simulate a given traffic demand, such as vehicles passing through a given road network with a specific behavior. SUMO can describe in detail the driving law, driving behavior, driving habits, route selection and so on, so as to establish realistic traffic simulation scenarios. SUMO communicates with Veins through the TraCI extension interface, and transfers the simulated vehicle information to other external programs for use.)
    2020-06-30 06:20:02下载
    积分:1
  • EULER1
    说明:  Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示 图G 的一条边(u,v) 。 .结果输出: 将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
    2006-03-29 21:31:15下载
    积分:1
  • ServerPlus
    本程序为多媒体通信的server端的源码( VC++ 6.0 以上版本)(the procedures for multimedia communications server side of the source (VC version 6.0 and above))
    2006-11-10 09:56:41下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载