-
01简单MES
说明: 一个简单的编程源代码,帮助企业完成仓库管理等各种作业(Help enterprises to complete various functions such as warehouse management)
- 2020-03-26 23:56:02下载
- 积分:1
-
车速引导算法1
实现车速引导的小程序,计算车速并提示驾驶员建议的引导车速已实现辅助驾驶的目的(A Small Program to Realize Speed Guidance)
- 2021-03-01 00:39:35下载
- 积分:1
-
klps
这是一个对打开窗口的位置进行安排调整的程序.可以实现重叠或平铺等功能()
- 2018-04-29 12:05:48下载
- 积分:1
-
Grid-Point-Code
网格点代码是一个从地理坐标中生成代码,用来作为邮政编码来定位一个位置的库。(Grid Point Code is a Library to generate code from Geographical Coordinates to be used as Postal Code to pinpoint a location)
- 2017-09-01 10:22:23下载
- 积分:1
-
TestSMailer
一个支持pop3的简单的邮件收发程序(a simple mail procedures)
- 2004-12-22 10:01:07下载
- 积分: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
-
ACE眼底血管提取
说明: 使用自适应对比度增强算法对眼底图像中的血管进行增强处理 。(The adaptive contrast enhancement algorithm is used to enhance the blood vessels in the fundus image.)
- 2020-06-29 00:20:02下载
- 积分:1
-
dynamic-channel-allocation
GSM网络的动态信道分配,对于初学这方面的同学有很大帮助(GSM network, dynamic channel allocation, for the beginner in this area of great help to students)
- 2011-11-29 09:48:27下载
- 积分:1
-
Invitation
这个是为了自己结婚打请贴方便而写的套打程序。没有人员输入界面,直接写到MDB里就可以了(This is a fight for their marriage of convenience please write affixed to the piling process. No officer input interface, MDB Lane wrote directly on the)
- 2006-11-29 15:37:25下载
- 积分:1
-
CSharp-windows-change
C#窗体切换方案,有文档说明,有源码,平台是VS2010(C# Forms switching scheme, there is documentation, source code, the platform is VS2010)
- 2013-06-03 08:33:00下载
- 积分:1