-
均线 macd
MACD线也即是在使用MACD指标时在图表上看到的MACD柱状线,常用于分析股票的买入、卖出时机(MACD line is also the MACD column line seen on the chart when using the MACD index. It is often used to analyze the timing of buying and selling stocks.)
- 2018-10-27 16:25:13下载
- 积分:1
-
MemLeakAnalyse
简单的内存泄露的检查和测试的示例代码,如果你的程序有内存泄露可以参考一下(Simple memory leak inspection and testing of sample code, if you have memory leak procedures for reference)
- 2007-09-26 11:42:24下载
- 积分:1
-
mm_directx_eg
使用DirectX对硬件进行处理程序(Visual 从++ 6。0)(use DirectX right hardware for treatment (from the Visual++ 6. 0))
- 2006-11-10 10:09:26下载
- 积分:1
-
LAN-monitoring-system
局域网监控系统采用vc++6.0编写,需要oracle数据库(LAN monitoring system)
- 2013-12-13 22:03:19下载
- 积分:1
-
QEP
基于DSP2812平台,CCS3.3,采用事件管理器EVA的T2计数器测定QEP电路脉冲个数,编码器AB相输入到EVA的指定引脚。正转则T2增计数,反转则T2减计数。亲测可用。注意一圈脉冲数为编码器线程的4倍。(DSP2812 based platform, CCS3.3, the event manager using EVA T2 of the counter circuit pulse number measuring QEP, Encoder AB input to the specified pin of the EVA. Forward is the T2 to increase the count, reverse the T2 down count. Pro test available. Note that the number of pulses is four times that of the encoder thread.)
- 2017-06-22 20:52:41下载
- 积分:1
-
hackqqqwq
黑客强大源码,黑客强大源码,黑客强大源码,黑客强大源码,黑客强大源码,黑客强大源码(Hackers powerful source code, hacking powerful source code, hacking powerful source code, hacking powerful source code, hacking powerful source code, hacking powerful source)
- 2014-02-05 17:43:58下载
- 积分:1
-
BOOST_MPPT
使用Psim软件仿真,boost电路双闭环控制。(Using Psim software simulation, boost circuit double closed-loop control.)
- 2020-12-15 15:09:13下载
- 积分:1
-
wcf 实现大文件上传(有进度条)实例源码
部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
- 2015-01-07下载
- 积分:1
-
nana-0.1.8
C++ 打造的一个GUI界面控件库源码, vc8,vc7.1,dev-c++均可直接编译使用.(C++ to create a GUI interface source control database, vc8, vc7.1, dev-c++ compiler can be used directly.)
- 2009-05-02 20:06:50下载
- 积分:1
-
0173、基于单片机实现的俄罗斯方块游戏
说明: 基于单片机的俄罗斯方块设计。开题报告,论文资料等(Design of Russian Tetris Based on Single Chip Microcompute)
- 2019-01-12 13:38:01下载
- 积分:1