-
CAN-USB
CAN总线分析源代码
USB转CAN USBCAN 调试器 (CAN Bus Analyzer USB to CAN USBCAN source code debugger)
- 2013-07-09 22:51:28下载
- 积分:1
-
CTP_API_Sample
上期技术CTP接口示例源码,可以根据这个示例开发自己的交易平台(Examples of technology interfaces on the CTP source)
- 2010-11-04 11:23:49下载
- 积分:1
-
C# pop3 邮件接收程序
private void Connect_Click(object sender, System.EventArgs e) { //将光标置为等待状态 Cursor cr = Cursor.Current; Cursor.Current = Cursors.WaitCursor; String a ,b,c; //用110端口新建POP3服务器连接 Server = new TcpClient(PopServer.Text, 110); Status.Items.Clear(); try { //初始化 NetStrm = Server.GetStream(); RdStrm = new StreamReader(Server.GetStream()); Status.Items.Add(RdStrm.ReadLine()); //登录服务器过程 Data = "USER " Username.Text CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); Status.Items.Add(RdStrm.ReadLine()); Data = "PASS " Password.Text CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); Status.Items.Add(RdStrm.ReadLine()); //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小 Data = "STAT" CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); //Status.Items.Add(RdStrm.ReadLine()); //改变按钮的状态 Connect.Enabled = false; Disconnect.Enabled = true; Retrieve.Enabled = true; //将光标置回原来状态 Cursor.Current = cr; } catch (InvalidOperationException err) { Status.Items.Add("Error: " err.ToString()); } }
- 2014-11-02下载
- 积分:1
-
Fibo阻力支撑自动
说明: 自动生成斐波拉切线阻力,生成支撑,mt4平台可用,非常好用的指标,非常好用的指标(Automatic generation of resistance, generation of resistance, MT4 platform available, very useful indicators, very useful indicators)
- 2019-01-18 11:52:58下载
- 积分:1
-
shell_9
本程序使用CJ60Lib 库,用于实现Outlook 98的用户界面风格。(This procedure used CJ60Lib library, for the realization of Outlook 98 user interface style.)
- 2008-04-22 11:37:02下载
- 积分:1
-
MPU-6050
MPU-6000 and MPU-6050
Register Map and Descriptions
(MPU-6000 and MPU-6050
Register Map and Descriptions
Revision 4.0)
- 2014-06-28 13:46:50下载
- 积分:1
-
1
说明: 何珍文老师的教程《组件式三维GIS平台设计与实现》第一章 简单组件的制作-源码(何珍text of the teacher)
- 2008-03-12 17:40:22下载
- 积分:1
-
iocomp4
iocomp4.02破解 支持WIN7 8 10 64 32(iocomp4.02 SUPORTWIN7 8 10 64 32)
- 2020-06-28 23:00:01下载
- 积分:1
-
EX01_CpuTimer0
TOP2812的配套实验教程,对于初学者很有帮助的(TOP2812 supporting experiment course for beginners helpful)
- 2010-10-27 18:37:17下载
- 积分:1
-
TSMPEServer2
IPE打包机,可以讲IP流的数据包打包成TS流数据包(IPE balers, you can speak IP flow data is packaged into a TS stream packet)
- 2012-02-28 15:01:53下载
- 积分:1