-
Matlab7_examble
《精通matlab7》 电子工业出版社,王正林,刘明编著,原版光碟。()
- 2007-09-29 00:50:04下载
- 积分:1
-
OPTIMAL.C.tar
optimal page replacement algorithm
- 2014-09-09 13:57:26下载
- 积分:1
-
cvi-Excel
labwindows/cvi对excel操作,主要有打开、读、写、打印等操作。可写入汉字;(labwindows/cvi on excel operations, mainly to open, read, write, print and other operations. Can write Chinese characters )
- 2010-08-24 14:57:08下载
- 积分:1
-
CandPiont
C和指针,强烈推鉴学C的人看一看,保证不会让你失望.(C and indicators, strongly pushed Stephen C. study to look at the people, guarantee you will not be disappointed.)
- 2020-06-26 04:20:02下载
- 积分:1
-
OPC-Server--src
OPC Server服务器和驱动源代码,非常实用,支持Modbus RTU,Modbus TCP,IEC61850,CANopen协议等。您需求OPC Server或其他协议源代码,联系 truesoft@163.com(OPC Server source code for Modbus RTU,Modbus TCP,IEC61850,CANopen procotol.)
- 2011-09-27 18:09:41下载
- 积分:1
-
ChatRoom
客户端和服务器端的聊天室范例客户端和服务器端的聊天室范例(Client and server side of the chat room example client and server-side chat room paradigm)
- 2013-11-15 10:09:52下载
- 积分:1
-
10.睡眠唤醒--中断唤醒
说明: 网蜂科技开发板CC2530F256实现中断定时唤醒(Realization of Watchdog Timing by Network Bee Technology Development Board CC2530F256)
- 2020-06-18 18:40:01下载
- 积分:1
-
这是一个用C#作的具有通讯功能的应用程序,程序中调用的类是比较多的...
这是一个用C#作的具有通讯功能的应用程序,程序中调用的类是比较多的-This is a C# for the communications function with the application procedure is called from the class was more
- 2022-04-13 15:49:41下载
- 积分:1
-
C# 获取DataGridView鼠标单击单元格值
C# 单击 鼠标获取DataGridView单元格的值,这个例子需要连接SQL数据库,测试时候没连接成功,截图也不准确,请大家下载源码,自己配置环境调试吧,这是核心代码部分:
private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e)
{//获取DataGridView鼠标单击单元格值
var MyInfo = this.dataGridView1.Rows[e.RowIndex].Cells[e.ColumnIndex].Value.ToString();
MessageBox.Show("刚才的选择是:" + MyInfo, "信息提示", MessageBoxButtons.OK);
}
private void dataGridView1_MouseUp(object sender, MouseEventArgs e)
{//单击鼠标获取DataGridView单元格值
var MyHit = this.dataGridView1.HitTest(e.X, e.Y);
if (MyHit.RowIndex >= 0)
{
this.dataGridView1.Select();
var MyInfo = this.dataGridView1.Rows[MyHit.RowIndex].Cells[MyHit.ColumnIndex].Value.ToString();
MessageBox.Show("刚才的选择是:" + MyInfo, "信息提示", MessageBoxButtons.OK);
}
}
- 2022-07-18 18:54:50下载
- 积分:1
-
2 雅各比迭代法求方程组的解 2 雅各比迭代法求方程组的解.rar...
2 雅各比迭代法求方程组的解 2 雅各比迭代法求方程组的解.rar-two Jacoby iterative method for the solution of the equations 2 Jacoby iterative method for the solution of the equations. Rar
- 2023-05-22 16:05:04下载
- 积分:1