-
synchronization-and-deadlock
C_线程系列讲座(4):同步与死锁问题的避免(The C_ thread lecture series (4): synchronization and deadlock)
- 2012-03-01 21:08:19下载
- 积分:1
-
MPU6050 and MPU9150 code example
TI公司传感器MPU6050和MPU9150的使用例程。(TI sensor MPU6050 and MPU9150 routines.)
- 2020-06-23 19:20:01下载
- 积分:1
-
ICP-algorithm-paper-collections
花了大量时间找到的ICP算法领域中外论文集,里面包括最经典的那些ICP算法,以及其他一些改进的ICP算法。这些资料对于研究这个领域的人员应该会有很大的帮助。(Spent a lot of time to find the areas of foreign proceedings ICP algorithm, which includes the most classic ones ICP algorithm, as well as other improvements ICP algorithm. These data for the study of the field staff should be of great help.)
- 2020-12-28 15:39:01下载
- 积分:1
-
英文阅读器,在visual studio 2002平台下运行。导入英文文本格式就可以实现阅读。...
英文阅读器,在visual studio 2002平台下运行。导入英文文本格式就可以实现阅读。-English readers, visual studio 2002 platforms. Into English text format can be achieved reading.
- 2022-02-26 15:06:34下载
- 积分:1
-
C# 生成二维码例子(DotNetBarcode)
生成二维码
- 2015-06-09下载
- 积分:1
-
ChildFrm
上位机,非常实用的上位机。适合大学生比赛用。(PC machine)
- 2013-09-05 11:45:17下载
- 积分:1
-
v4.0
杠杆100 复利设置2.5
杠杆500 复利设置2.5-10 复利设置越高 赢利越高 风险也越大 开启6-10的复利模式为满仓交易了 收益1年有好几倍 赚了及时提款
超稳圣杯使用介绍
下载MT4平台并安装好MT4
直接把Experts文件夹和indicators文件夹复制到MT4目录下的MQL4目录下即可
下载10年历史数据测试EA
第一步 MT4的<<工具>> <<选项>><<图表>> 历史数据中最多柱数《输入无限大数字》 图表中最多价位柱数 《输入无限大数字》
第二步 MT4的<<工具>> <<历史数据中心>> 找到EURUSD货币 选中1小时周期 点击下载 20分钟左右下载万10年历史数据
第三步 MT4的<<工具>> <<选项>> <<智能交易系统>> 把这里框框前面全部对勾 后面框框全部取消对勾
第四步 MT4工具栏那里有个放大镜 点击下 就可以做历史测试了 《商品》 选择EURUSD 《时间周期》H1 《适用日期》 2000-2014 开始 即可测试14年EA交易情况
- 2020-06-30 13:40:02下载
- 积分:1
-
key
按键扫描,逐行检测,,,,,,,,,,,,,,,,(Key-press scan, line by line detection...................)
- 2013-07-24 12:55:43下载
- 积分:1
-
BLE source code
TI CC2540,HID MOUSE。内含USB 枚举,SENSOR控制。
可用于USB方面的学习
- 2022-02-14 13:49:09下载
- 积分: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