-
vs2005
说明: 该文档叙述的是C#语言的初级学习课程,对初学者很有用。(This document describes the C# language, the primary course of study is useful for beginners.)
- 2011-02-27 14:46:11下载
- 积分:1
-
databaseViewerForAutocad2000
观察Autocad内部数据组织的最佳工具,这个对应Autocad2(observation Autocad internal data organization the best tools, and corresponding Autocad2)
- 2007-05-06 22:58:17下载
- 积分:1
-
24c02
c8051f020的24c02程序,经测试验证可以使用。(c8051f020 of 24c02 procedures, verified by testing can be used.)
- 2013-09-03 12:04:03下载
- 积分:1
-
MLX90614
MXL90614 红外温度传感器的驱动程序,测量精度在0.2度之内。(the drive program for MXL90614 temperature sensor 。)
- 2013-11-12 09:39:06下载
- 积分:1
-
pso-source-code
本源代码是MATLAB语言下的粒子群算法的实例,有需要的朋友可以参考(pso source code
)
- 2012-05-17 09:12:14下载
- 积分:1
-
stc12MCU-PN532-code
pn532开发的单片机源代码,作为开发NFC的试验用,可读写ISO14443-A/B协议的射频卡和felica以及宝石卡(pn532 developed microcontroller source code, as the development of NFC test, can read and write ISO14443-A/B protocol and RF cards and jewel card felica)
- 2013-05-29 11:13:24下载
- 积分:1
-
C#斗地主
斗 地 主 游 戏 , 三 人 登 录 游 戏 , 界 面 可 以 看 见 选 择 看 不 看 对 方 的 牌 面 , 进 行 抢 地 主 游 戏。
- 2022-03-05 15:24:48下载
- 积分: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
-
FACE_recognitiong_matlab
里面含有vc++代码内容和MATLAB内容,有关于程序是实现人脸识别的,很好。(Content which contains vc++ code and MATLAB content about the program is to achieve recognition, very good.)
- 2014-10-31 15:35:14下载
- 积分:1
-
HankEditor
该代码编写了一个带多窗口的文本编辑器,基本上包含了一个编辑器上该有的功能(The code has prepared a multi-window with the text editor, basically contains an editor on the functional)
- 2007-11-27 20:36:32下载
- 积分:1