-
entropy-
一阶熵、二阶熵和差分熵c++程序 求熵用的
(A first order, second order entropy and entropy difference entropy ofc++ program)
- 2013-11-26 18:34:19下载
- 积分: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
-
MP4V2 ANDROID 动态链接库SO
MP4V2 ANDROID 动态链接库SO,可以方便的在ANDROID下把H264,AAC封装成MP4文件。使用的是MP4V2库
- 2022-01-22 15:05:26下载
- 积分:1
-
autoThreshodseg
automatic threshold segmention
- 2010-01-02 17:26:47下载
- 积分:1
-
awaken_sample
讯飞唤醒源码,基于讯飞SDK的语音唤醒代码,没有上传SDK,需要自己去官网下载SDK,(the awake source of xunfei)
- 2017-03-21 10:30:31下载
- 积分:1
-
监听webbrowser所有请求
Retrieve HttpOnly Session Cookie in WebBrowser
- 2015-05-02下载
- 积分:1
-
Ocean
用C++编写的海浪仿真动画,里面有完整的程序。导入后可直接运行,或通过exe文件直接打开编译后的程序。(The wave simulation animation written in C++ has a complete program. After importing, it can run directly, or open the compiled program directly through exe file.)
- 2020-06-20 01:00:02下载
- 积分:1
-
Lab3-8-1 ADC - 副本
说明: What adc measures, you can see that there are good things to share with hh.
- 2020-06-20 06:40:02下载
- 积分:1
-
class1
this a bank acount projet for back and work like a bank
- 2015-03-12 16:00:03下载
- 积分:1
-
DE_cPP
标标的差分进化算法,1995年由R.Storn提出。一种全局搜索最优的方法,以简单高效,可靠,鲁棒性好著称。(Standard target differential evolution algorithm, proposed in 1995 by R.Storn. A global search for the optimal approach to simple and efficient, reliable, known for its good robustness.)
- 2013-11-21 23:11:07下载
- 积分:1