-
gradview to excel
for c# it s very useful
gradview to excel
for c# it s very useful
- 2022-10-19 00:10:03下载
- 积分:1
-
用BPA计算连续潮流程序
【实例简介】
- 2021-06-25 00:30:59下载
- 积分:1
-
UDF代码汇总集锦
汇总了常用的UDF,包括造波模拟、压力速度温度边界条件、源项、物性参数修改以及各种动网格程序等等,适合新手入门学习。
- 2023-02-17 11:00:04下载
- 积分:1
-
ex6
program that will calculate how many odd integers in a given interval from 1 to N, where N is entered through the keyboard. The program will print out the total number of odd numbers in a given interval as the product of all odd numbers in that interval. As a result, the program should print "at intervals of 1 to N has <x> odd numbers and their product is <proizvod>.".
- 2014-02-04 18:16:03下载
- 积分:1
-
USER_PROGRAM
说明: C语言循环扫描16个按键,按键去抖动,检测按键是否松开。(C language cycle scan 16 keys, keys to jitter, check whether the keys are loosened)
- 2020-06-17 08:00:02下载
- 积分:1
-
平台基于visual studio2015 bilateralFilter
平台基于visual studio2015,使用opencv函数实现双边滤波,进行图像处理(bilateral Filter based on opencv)
- 2020-06-20 05:00:01下载
- 积分:1
-
Motor_state_check
这是一个在电动机运行状态的逻辑运算中常用的状态检测原理的例程。它根据电动机负载的大小和外部开关状态共同判断当前电动机的状态。(This is a motor running in the logical operations commonly used in the principle of state detection routines. It according to the size of the motor load and external switches to determine the current state of the common motor state.)
- 2009-02-04 16:17:20下载
- 积分:1
-
Sdcsk33I
混沌保密通信SIMULINK建模模。自己作的很好的东西。
(Chaotic secure communication SIMULINK modeling mold. As a good thing.)
- 2012-08-23 21:49:59下载
- 积分:1
-
C#实现Socket通讯Demo
c#通过Socket实现图片、文件和文字的通讯。
private void button1_Click(object sender, EventArgs e)
{
try
{
server = TxStart.startServer(int.Parse(textBox_port.Text));
server.AcceptString = new TxDelegate(acceptString);
server.AcceptByte = new TxDelegate(acceptBytes);
server.Connect = new TxDelegate(connect);
server.dateSuccess = new TxDelegate(dateSuccess);
server.Disconnection = new TxDelegate(disconnection);
server.EngineClose = new TxDelegate(engineClose);
server.EngineLost = new TxDelegate(engineLost);
//server.BufferSize=12048;
//server.FileLog = "C:\test.txt";
server.StartEngine();
this.button1.Enabled = false;
this.button2.Enabled = true;
this.button3.Enabled = true;
}
catch (Exception Ex) { MessageBox.Show(Ex.Message); }
}
///
/// 发送按钮
///
///
///
private void button2_Click(object sender, EventArgs e)
{
try
{
IPEndPoint client = (IPEndPoint)this.comboBox1.SelectedItem;
if (client == null)
{
MessageBox.Show("没有选中任何在线客户端!");
return;
}
if (!this.server.clientCheck(client))
{
MessageBox.Show("目标客户端不在线!");
return;
}
server.sendMessage(client, textBox_msg.Text);
}
catch (Exception Ex) { MessageBox.Show(Ex.Message); }
}
///
/// 下面显示的
///
///
///
private void show(IPEndPoint ipEndPoint, string str)
{
label_zt.Text = ipEndPoint.ToString() ":" str;
label_all.Text = "当前在线人数:" this.server.ClientNumber.ToString();
}
///
/// 当组合框按下的时候
///
///
///
private void comboBox1_DropDown_1(object sender, EventArgs e)
{
try
{
List list = this.server.ClientAll;
this.comboBox1.DataSource = list;
}
catch { }
}
///
/// 关闭客户端的按钮
///
///
///
private void button3_Click_1(object sender, EventArgs e)
{
IPEndPoint client = (IPEndPoint)this.comboBox1.SelectedItem;
if (client == null)
{
MessageBox.Show("没有选中任何在线客户端!");
return;
}
if (!this.server.clientCheck(client))
{
MessageBox.Show("目标客户端不在线!");
return;
}
server.clientClose(client);
}
#endregion
- 2021-08-22 00:31:02下载
- 积分:1
-
C51forVPC3
profibus dp开发,C51源代码。profibus dp开发,C51源代码。profibus dp开发,C51源代码。profibus dp开发,C51源代码
- 2022-08-15 09:51:30下载
- 积分:1