-
InternationalBusinessEnglish
说明: 相关英语,国际商务英语,重要的国际交流方式(Related to English, International Business English, it is important to the way international exchanges)
- 2008-11-08 10:07:28下载
- 积分:1
-
串口调试助手源代码
VC++ 串口调试助手源代码,界面与当前流行的串口调试工具基本相同。该工具使用方便,而且可以自定义串口速率,由状态显示内容。
- 2022-04-13 11:33:59下载
- 积分:1
-
dependency walker汉化版
说明: 可以查看windows平台下库依赖的库有哪些,方便我们操作(You can see what libraries depend on under Windows platform, which is convenient for us to operate.)
- 2019-01-29 10:24:24下载
- 积分:1
-
stm8控制三位数码管显示
stm8控制三位数码管显示stm8控制三位数码管显示stm8控制三位数码管显示stm8控制三位数码管显示stm8控制三位数码管显示
- 2022-07-09 01:04:30下载
- 积分:1
-
DBN_RBM1.1
深度信网络测试代码,可以帮助初学者很好地了解深度学习。(Depth communications network test code that can help beginners a good understanding of the depth of learning.)
- 2014-10-31 09:37:18下载
- 积分:1
-
Excel-by-TeeChart
程序中通过farpoint控件来操作Excel中的数据,然后用TeeChart根据表中的数据画图,还有皮肤的哦!
(The program through farpoint controls to manipulate the data in Excel, and then according to the data in the table with TeeChart drawing, as well as skin Oh!)
- 2013-04-04 21:55:33下载
- 积分:1
-
C# 指定主机和端口发消息的实现
Visual C# 指定主机和端口发消息的实现例子,支持和远程主机发送消息,本例子可学习到很多实用的网络方法的用法,以下代码是本功能的核心实现:
richTextBox1.Text = string.Empty;
//实例化UdpClient对象
UdpClient udpclient = new UdpClient(Convert.ToInt32(textBox2.Text));
//调用UdpClient对象的Connect建立默认远程主机
udpclient.Connect(textBox1.Text, Convert.ToInt32(textBox2.Text));
//定义一个字节数组,用来存放发送到远程主机的信息
Byte[] sendBytes = Encoding.Default.GetBytes(textBox3.Text);
//调用UdpClient对象的Send方法将Udp数据报发送到远程主机
udpclient.Send(sendBytes, sendBytes.Length);
//实例化IPEndPoint对象,用来显示响应主机的标识
IPEndPoint ipendpoint = new IPEndPoint(IPAddress.Any, 0);
//调用UdpClient对象的Receive方法获得从远程主机返回的Udp数据报
Byte[] receiveBytes = udpclient.Receive(ref ipendpoint);
//将获得的Udp数据报转换为字符串形式
string returnData = Encoding.Default.GetString(receiveBytes);
richTextBox1.Text = "接收到的信息:" + returnData.ToString();
//使用IPEndPoint对象的Address和Port属性获得响应主机的IP地址和端口号
richTextBox1.Text += "
这条信息来自主机" + ipendpoint.Address.ToString()
+ "上的" + ipendpoint.Port.ToString() + "端口";
//关闭UdpClient连接
- 2022-02-10 10:21:19下载
- 积分:1
-
beifen_trd3d_OpenGL
利用OpenGL写的一个机械手的显示运动程序。(Using OpenGL to write a robot motion program display.)
- 2013-11-02 11:28:32下载
- 积分:1
-
12
说明: 关于图像处理里的一些应用,将视觉相应算法应用到工程实际中,详细解说了算法在这里面的一些应用,很实用。(On some applications in image processing, the visual corresponding algorithm is applied to the engineering practice, a detailed explanation here below in some applications, the proposed algorithm is very practical.)
- 2015-01-10 14:48:06下载
- 积分:1
-
oumuji源程序
实现ads1110电压模数转换和lcd1602显示以及电阻测量(ADS1110 voltage analog-to-digital conversion and LCD1602 display and resistance measurement)
- 2020-06-18 09:00:01下载
- 积分:1