-
ERA00
ERA特征系统实现算法。寻求系统最小实现,识别模态频率和阻尼比。(ERA feature system algorithm. Minimum system seeks to achieve, identify the modal frequency and damping ratio.)
- 2015-10-29 16:04:17下载
- 积分: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
-
RS422通信代码
28335通信程序,RS422程序代码,源代码(28335 communication program, RS422 program code)
- 2021-03-29 13:49:10下载
- 积分:1
-
DarkUI-master
Winforsm alternative ui using c# and a dark theme
- 2018-08-18 18:46:21下载
- 积分:1
-
jishuqi
大家都认为用SDK做非常难,就是建立框架然后再对框架进行消息处理。 跟Windows自带的计数器很类似,在这里和各位WIN32 SDK爱好者交流交流。(We all think that is very difficult to do with the SDK is to establish a framework and then right framework for message processing. Windows comes with a counter is very similar to VC lovers here and you exchange exchanges.)
- 2016-04-29 19:01:08下载
- 积分:1
-
U8参照二开文档4
u8参照开发文档,教程,表单,单据,列表(U8 Reference Development Documents, Tutorials, Forms, Documents, Lists)
- 2020-06-22 22:40:02下载
- 积分:1
-
s3c2440芯片中文手册
友善之臂MIni2440开发板官方光盘文件(Friendly Arm MIni2440 Development Board Official CD)
- 2019-04-05 10:31:54下载
- 积分:1
-
Field-weakening-control
PMSM电机的无速度传感器矢量控制,该部分软件包含最重要功能之一的弱磁控制!(Sensor-less FOC for PMSM, this code focus on fiel weakening control.)
- 2016-05-02 20:10:29下载
- 积分:1
-
YMHW
声卡数字频率计 该程序是标准的Windows界面,界面友好,以黑色背景红色大号字体显示频率值,具有醒目,程序简洁和测量精度高的特点()
- 2018-06-20 09:30:57下载
- 积分:1
-
Bee22md2mE
BEMD对图像进行分解,包络构造使用Delaunay三角剖分与三次插值,的的到分解的结果。输入:灰度bmp图像输出:imf1 imf2 imf3 残差
(BEMD decomposition of the image, envelope constructed using the Delaunay triangulation with cubic interpolation of the result of decomposition. Input: grayscale bmp image output: imf1 imf2 imf3 residuals)
- 2012-05-21 22:40:11下载
- 积分:1