-
bitcchina
1.一键买币,一键卖币
2.价格提醒
3.大量委单提醒
4.k线图
5.委托行情图
6.收益计算
7.实时交易价格显示
更新内容:
1.一键卖币bug修复
其他功能正在添加中。。。
(btcchina btccoin)
- 2020-07-03 06:00:01下载
- 积分:1
-
74HC595
将每2片74595做级联,然后再将级联之后的所有时钟线与数据再并联在一起最后对每一组的锁存控制线做单独控制.(Application to do a project, the more I/O, applied to the 74,595 to do the extension, but you want to mount multi-chip 74595, is bound to have a lot to use the I/O port, in order to solve this problem, I will be every 2 sheet 74595 do cascade, and then cascade after all the clock line and the data in parallel and then together (i.e., all 74595 communal clock and data lines, it only occupies two I/O port lines) Finally, for each group latch control lines do individually controlled (equivalent to Chip Select), so that a hardware circuit by a great degree of simplification, both procedures can also share a driving subroutine 74595, to control the type of lock inventory control line, serial data is sent to the port 74595 cascade module. As a result of the hardware and software have a large degree of optimization.)
- 2013-05-14 09:15:54下载
- 积分:1
-
模糊控制程序,欢迎大家分享
模糊控制C程序 欢迎大家分享-Fuzzy control procedures are welcome to share C
- 2023-06-16 19:05:04下载
- 积分:1
-
vrph-master
解决车辆路径问题,提供了很多有用的算法实现,比如3-opt,2-opt和or-opt等算法,以静态库的形式提供给别人调用。(Solving vehicle routing problem, provide a lot of useful algorithms, such as 3-opt ,2-opt and or-opt algorithm, in the form of a static library available to others call.)
- 2021-02-03 21:59:58下载
- 积分:1
-
用C#实现启动欢迎画面
用C#制作软件启动时的欢迎界面,开始画面,在软件被打开时最先显示的一个窗口效果,在本例中是直接调用一张图片来显示,但是具体的实现,比如图片显示的位置 、显示的时间长短等,用到的定时器,需要控制好,本实例代码就是向大家展示如何进行这些控制,部分代码为:
private void Form1_Load(object sender, EventArgs e)
{//启动窗体
Form2 MySplashForm = new Form2();
MySplashForm.ShowDialog();
}
private void Form2_Load(object sender, EventArgs e)
{//设置启动窗体
this.FormBorderStyle = FormBorderStyle.None;
this.BackgroundImage = Image.FromFile("test.jpg");
this.timer1.Start();
this.timer1.Interval = 10000;
}
private void timer1_Tick(object sender, EventArgs e)
{//关闭启动窗体
this.Close();
}
定时器控制:
private void Form2_FormClosed(object sender, FormClosedEventArgs e)
{//关闭定时器
this.timer1.Stop();
}
- 2022-01-22 15:57:51下载
- 积分:1
-
Internet Explorer浏览器的制作,仿照IE制作一个自己的浏览器…
Internet Explorer浏览器的制作,仿照IE制作一个自己的浏览器…-Internet Explorer browser production, IE modeled on the one produced its own browser ...
- 2023-04-18 15:20:03下载
- 积分:1
-
EM-GMM
Em algo for GMM, data mining unsupervised learning
- 2010-09-15 03:25:54下载
- 积分:1
-
OpenMahjong-V3.1
mahjong game. you can take a look of it. it is a zip file you have to unzip it.(this is a mahjong game.you can take a look)
- 2013-02-04 00:38:42下载
- 积分:1
-
MPU6050+工程示例代码
说明: This is the stm32 key source file, which must be very useful to you
- 2020-06-19 20:00:02下载
- 积分:1
-
matcom
在VC++6.0中利用MATCOM接口调用MATLAB中的.mat文件进行数据处理(In VC++6.0 using MATCOM interface calls the MATLAB. Mat file for data processing)
- 2013-11-07 21:31:45下载
- 积分:1