-
C_EDIT
Ed Reams Red 开发的文本编辑(Ed Reams Red development of a text editor)
- 2005-02-23 10:51:43下载
- 积分:1
-
航空订票系统 qt 挺烂的
一个简单的课程设计 qt做的界面 第一次用qt
- 2022-08-18 13:00:53下载
- 积分:1
-
06990969PLFchengxumatlab
用牛顿-拉夫逊法进行电力系统潮流分布计算(Calculation of Power Flow Distribution in Power System by Newton-Raphson Method)
- 2019-04-10 18:28:12下载
- 积分:1
-
RSAjiamijiemi
实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。(Can realize arbitrary files on the RSA encryption operation of the application form. After the encrypted files as well as the key file is a text file.)
- 2008-04-01 07:33:50下载
- 积分:1
-
Mirror
图像镜像,VC++编程环境,Windows下操作(Mirror image, VC++ Programming environment, Windows operating)
- 2008-04-23 12:51:02下载
- 积分:1
-
cpp_200715
说明: 通过一个C++例子,来学习C++的重载。这里面包括几个重载的例子(Through a C + + example, to learn C + + overload. There are several examples of overloading)
- 2020-08-03 15:14:16下载
- 积分: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
-
DSP-test-thoughts
个人在从事DSP开发过程,调试硬件和软件的一些心得体会,推荐给学习DSP的爱好者。(Individuals engaged in the DSP development process, debugging hardware and software and experience and recommend it to learning DSP hobby.)
- 2012-11-13 18:04:07下载
- 积分:1
-
mpu6050 陀螺仪+TFT显示器
适用于STM32F410RB Nucleo的话可以直接把TFT1.8 的屏幕插在 右上方的adruino的口上, A0,A1是IIC的 SDA和SCL。 滤波采用互补滤波。
- 2022-08-19 22:59:20下载
- 积分:1
-
ABB-HART
工业现场HART通信产品开发协议,为编程人员提供编程标准。(HART communication products of industrial field development agreement for the programmer to provide programming standards.)
- 2020-11-20 14:49:36下载
- 积分:1