-
VCPP-image-processing-chapter10
VisualC++数字图像处理技术详解第2版光盘,第十章(VisualC++ digital image processing technology Detailed Version 2 discs, Chapter X)
- 2016-04-16 14:01:27下载
- 积分:1
-
面对齐
这很好密码。你呢可以通过使用的代码来实现速率请对准相信我。
- 2022-01-26 06:25:06下载
- 积分:1
-
xy2_100-master
说明: teensy xy2-100 galvo control
- 2020-11-02 01:49:35下载
- 积分:1
-
man
snow man is dere u can move it different direction in opengl
- 2009-09-01 20:29:55下载
- 积分:1
-
基于QT和EasyPR的车牌识别软件
【实例简介】转自CSDN分享,使用时只需改opencv路径,可成功编译。
- 2021-06-15 00:31:18下载
- 积分:1
-
〈数据结构〉习题集1.19 1.20 4.17答案,经多次修改而成,比答案册的还要简单易懂。...
〈数据结构〉习题集1.19 1.20 4.17答案,经多次修改而成,比答案册的还要简单易懂。- Exercise Set 1.19 1.20 4.17 answer, several revisions, the book also answers simple and understandable.
- 2022-09-13 09:10:03下载
- 积分:1
-
C# 显示DataGridView控件中选定的单元格、行和列
Visual C#显示选择的DataGridView单元格,获取DataGridView控件中选定的单元格、行和列,测试前请连接好数据库,实现此功能核心代码如下:
if (customersDataGridView.AreAllCellsSelected(true))
{
MessageBox.Show("所有单元格已经被选择!", "信息提示",MessageBoxButtons.OK);
}
else
{
System.Text.StringBuilder MyInfo =new System.Text.StringBuilder();
for (int i = 0;
i < MyCount; i++)
{
MyInfo.Append("行号: ");
MyInfo.Append(customersDataGridView.SelectedCells[i].RowIndex.ToString());
MyInfo.Append(", 列号: ");
MyInfo.Append(customersDataGridView.SelectedCells[i].ColumnIndex.ToString());
MyInfo.Append(", 单元格值: ");
MyInfo.Append(customersDataGridView.SelectedCells[i].Value.ToString());
MyInfo.Append(Environment.NewLine);
}
MyInfo.Append("一共选择了: " + MyCount.ToString()+"个单元格");
MessageBox.Show(MyInfo.ToString(), "信息提示", MessageBoxButtons.OK);
}
- 2022-03-18 13:11:05下载
- 积分:1
-
vc_assist
VC串口调试助手源代码,很不错的例子,非常适合初学者使用!!(VC serial debugging aides source code, it is a good example, very suitable for beginners! !)
- 2011-10-21 10:05:30下载
- 积分:1
-
m1_2010Mar13
MAME的游戏音乐播放DLL原代码,MAME的游戏音乐播放DLL原代码(MAME game DLL source code music playerMAME game DLL source code music player)
- 2010-07-10 23:21:18下载
- 积分:1
-
Large-scale-terrain-rendering
OPENGL 大规模地形渲染,有LOD代码在里面。老外.NET环境开发(The OPENGL large scale terrain rendering LOD code inside. Foreigners. NET environment for the development)
- 2012-08-14 11:07:34下载
- 积分:1