-
Manchester_encoding_using_RS232
Manchester encoding using RS232 for pic microcontrollers, examples in C - tutorial
- 2010-07-14 11:35:59下载
- 积分:1
-
TextView
VC++应用程序开发中的文本操作详解,可以用过实例更好的理解与操作(The detailed text operation in the development of VC++ application program can be better understood and operated by examples.)
- 2020-06-15 22:45:01下载
- 积分:1
-
gywlzu71
这是现成的VS2010工程,可以直接编译出libIconv,lib 压缩包里()
- 2018-04-26 17:12:20下载
- 积分:1
-
18b20
使用51单片机和18B20采集温度,并用数码管显示(Use 51 And 18B20 collecting temperature and with digital display)
- 2013-09-20 09:16:20下载
- 积分: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
-
stm32编写时钟(图形化))
本程序利用stm32设计了一个图形化的时钟程序,随着时间的流逝,秒针、分针、以及时钟针都将进行移动,实时模拟动态的闹钟程序,是一个不可多得的程序,本程序的主要难点就是处理时钟指针转动的算法,以及程序的编写。
- 2022-08-15 22:02:24下载
- 积分:1
-
FirstISAPI
这是一个实现ISAPI的程序
实现了用户输入,并回显的功能(ISAPI realize this is a procedure for the realization of the user input, and echo the function of)
- 2008-04-10 10:59:02下载
- 积分:1
-
ourdev_711996NZMV69
实现LCD12232的点阵显示功能。这是在网络上发现比较好的,发布出来共享(It can let LCD12232 display it s record.It is found on net , for sharing.)
- 2014-11-28 10:42:37下载
- 积分:1
-
DetailedCMDfileconfiguration
CMD文件配置详解,TMS320F2812 的 CMD 文件配置详解(CMD file configuration Detailed, TMS320F2812 the CMD file configuration Detailed)
- 2010-11-23 11:57:22下载
- 积分:1
-
Myurl V1.2.1
说明: 传奇地图编辑工具,在线可视化管理,助你一臂之力(Legendary Map Editor Tool, Online Visual Management)
- 2019-02-12 10:23:56下载
- 积分:1