登录
首页 » 数据结构 » delphi写的读股票K线源代码

delphi写的读股票K线源代码

于 2022-03-24 发布 文件大小:535.57 kB
0 210
下载积分: 2 下载次数: 1

代码说明:

delphi写的读股票K线源代码-stock was read source code K Line

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

发表评论

0 个回复

  • 约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报到m的那个人出列;他的下一个人又从1开始报到m的那个...
    约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。(有详细注解)数据结构学习的好例子-Joseph ring known n individuals (identified by serial number 1,2,3 ... n, respectively) were sitting around on a round-table. K from the number of people reported a few, a few of the m out of that person him from one of the next person to start off, a few m to another person out and so the law of repetition until around round-table All of the people out. (Detailed notes) data structure to learn a good example of
    2023-06-20 15:30:04下载
    积分:1
  • 匈牙利算法实现二分图最大匹配 文件输入输出.
    匈牙利算法实现二分图最大匹配 文件输入输出.-Hungarian algorithm bipartite graph maximum matching document input and output.
    2022-07-19 23:47:19下载
    积分:1
  • Using ADO from C
    Using ADO from C-Using ADO from C
    2023-06-21 23:20:03下载
    积分:1
  • 清华大学类实现的乙
    清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University class data structure to achieve the B-tree, the design of a B-tree four bands, including : (a) the leaves of each record should include 4-byte (long) key code value and 60 gigabytes of data fields (document storage, etc., can be set), set up each leaf store five records, and internal nodes is the key code value/means against. In addition, each node should have the same point under a layer of the target node, the node storage key code number; (2) The B-tree four bands should support the insertion, deletion and with the given key code value accurate retrieval and key codes scope retrieval; (3) Display (Print ) This four bands B-tree growth (including the deletion of nodes) process examples;
    2022-01-21 19:44:41下载
    积分:1
  • vc库编程程序
    vc数据库编程程序-vc procedures Database Programming
    2023-06-13 10:15:03下载
    积分:1
  • 本科时参加小竞赛设计的一个代运算器 1. 能对常用的四则运算,三角, 乘方,开方运行2. 支持变量赋值和运算 3. 增加批处理执行功能(批处理脚本文件)...
    本科时参加小竞赛设计的一个代数运算器 1. 能对常用的四则运算,三角, 乘方,开方运行2. 支持变量赋值和运算 3. 增加批处理执行功能(批处理脚本文件) 4. 增加对向量或矩阵运算的支持,如输入 -Undergraduate to participate in the design a little contest an algebraic calculator. Can commonly used four arithmetic, trigonometry, involution, prescribing run 2. Supports variable assignments and operations 3. Increase the batch executive function (a batch script file) 4. increase support for vector or matrix operations, such as the input
    2022-07-17 11:32:14下载
    积分:1
  • K平均聚类法,比较好用,又需要的赶紧下吧
    K平均聚类法,比较好用,又需要的赶紧下吧-K-clustering method to compare easy to use, but also hastened to the needs of the next bar
    2023-01-01 13:55:03下载
    积分:1
  • Siemens and computer communication procedures, including source code description...
    西门子与计算机通讯程序包括源代码 程序说明 控件 及控件使用手册 使用西门子prodave 控件 这是第一版-Siemens and computer communication procedures, including source code description of the procedures for the use of manual controls and controls the use of Siemens controls prodave This is the first edition of
    2022-02-01 07:59:14下载
    积分:1
  • 几种常用排序算法的效率比较,通过测试可得出这几种排序算法的优劣....
    几种常用排序算法的效率比较,通过测试可得出这几种排序算法的优劣.-several commonly used algorithm efficiency comparison, the test may come this algorithm several merits.
    2022-03-15 07:57:19下载
    积分:1
  • 读取串口的源码
    串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是 RS-232-C 接口(又称 EIA RS-232-C)它是在 1970 年由美国电子工业协会(EIA)联合贝尔系统、 调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准。它的全名是"数据终端设备(DTE)和数据通讯设备(DCE)之间串行二进制数据交换接口技术标准"该标准规定采用一个 25 个脚的 DB25 连接器,对连接器的每个引脚的信号内容加以规定,还对各种信号的电平加以规定。传输距离在码元畸变小于 4% 的情况下,传输电缆长度应为 50 英尺。
    2022-02-16 05:22:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载