-
3dcubeExplore
opengl学习的3d观察演示,键盘控制立方体的旋转缩放。使用vc++6.0平台,(learning opengl 3d observation demonstrates, keyboard control cube rotation scaling. Use vc++6.0 platform)
- 2013-08-11 10:17:33下载
- 积分:1
-
C #部分的小闹钟程序
用C#编的小闹钟程序-with C# Part of a small alarm clock procedures
- 2023-07-12 11:20:04下载
- 积分:1
-
msp430FE427RS485
基于MSP430FE427单片机的RS485源码,485没有使能端,利用串口助手2.1,发一组数据被单片机接受后返回。完全符合645协议,其中数据域接受时减0x33,发送时加0x33。所以收到的数据效验码与发送的会不同。(RS485-based SCM MSP430FE427 source, 485 is not enabled client, using assistant serial 2.1, the one set of data has been accepted to return to single-chip microcomputer. In full compliance with the 645 agreement, which the data field accepted by 0x33, sent plus 0x33. Therefore, the data received and sent well-tested code will be different.)
- 2021-03-08 09:49:29下载
- 积分:1
-
mnsuer
modbus 源码 modbus master yuanma(Modbus source modbus master yuanma)
- 2019-01-06 02:05:07下载
- 积分:1
-
TYBMonitor
可以实现对某个服务端的进程及端口监控,发现异常后可以自动处理并发送报警信息到指定页面。
新人学c#的第一个小工具 有很多不足 请指正、(Can realize the process of a server and port monitoring, after the discovery of abnormal, you can automatically handle and send alarm information to the specified page.)
- 2017-07-25 17:21:32下载
- 积分:1
-
Accelerated C++ 中文版
说明: 一本一流的C++入门书,它采用了一种和实践相结合的方式来解决具体的问题(A first-class C + + introductory book, it uses a combination of practice to solve specific problems)
- 2020-07-05 15:23:42下载
- 积分:1
-
C# 显示选择的DataGridView单元格行数据
C# 显示选择的DataGridView单元格行数据附实现源码,连接数据库后,单击上部的“显示选择的单元格行”功能,即可显示出该行数据,具体的实现代码如下:
private void toolStripButton1_Click(object sender, EventArgs e)
{//显示选择的单元格行(获取DataGridView控件中选定的单元格行)
Int32 MyCount =customersDataGridView.Rows.GetRowCount(DataGridViewElementStates.Selected);
if (MyCount > 0)
{
System.Text.StringBuilder MyInfo = new System.Text.StringBuilder();
for (int i = 0; i < MyCount; i++)
{
MyInfo.Append("被选择的行号是: ");
MyInfo.Append(customersDataGridView.SelectedRows[i].Index.ToString());
MyInfo.Append(Environment.NewLine);
}
MyInfo.Append("一共选择了: " + MyCount.ToString()+"行。");
MessageBox.Show(MyInfo.ToString(), "信息提示",MessageBoxButtons.OK);
}
}
- 2022-12-31 00:55:04下载
- 积分:1
-
hsms-0.9.0.tar
与secs相关的hsms协议,用于半导体设备通信的(Secs associated with hsms agreement for semiconductor equipment communications)
- 2021-01-28 14:58:40下载
- 积分:1
-
Shi-Tomasi提取算法
在opencv+VS2013平台上实现Shi-Tomasi提取算法,可在图片上绘画出Shi-Tomasi特征点
- 2023-04-24 00:00:03下载
- 积分:1
-
catch
用于求解线性方程组的追赶法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载!!(Solving linear equations for the law to catch up! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !)
- 2009-05-16 11:56:39下载
- 积分:1