- 
                        BMP---01--20130916
                        
                          用C++编写的对话框,能够实现目标的动态运动,目标的自动添加撤除,文本文件的读取和保存。我的QQ是870666742.此程序较复杂,不懂的地方可以问我。(Prepared with C++ dialog, to achieve the target of dynamic movement, removal of the target automatically add a text file to read and save. My QQ is 870666742 This procedure is more complicated, do not know where you can ask me.)                         
                            - 2013-10-10 09:07:54下载
- 积分:1
 
- 
                        C#控制打印机示例
                        
                          C# 详细控制打印机状况,各种配制                         
                            - 2015-01-22下载
- 积分:1
 
- 
                        蓝牙控制,
                        
                          蓝牙控制,                         
                            - 2022-05-23 15:20:25下载
- 积分:1
 
- 
                        BloodPressure
                        
                          这是当前国际蓝牙标准组织发布的Bluetooth 4.0 最新的低功耗蓝牙的血压计的实例程序,对开发者很多参考价值(This is published by the International Bluetooth standard Bluetooth 4.0 the latest low-power Bluetooth blood pressure monitor an instance of the program, the developer a lot of reference value)                         
                            - 2012-08-16 17:41:03下载
- 积分:1
 
- 
                        iir
                        
                          iir滤波器,无限冲激响应滤波器。功能强大(IIR filters, infinite impulse response filter. Powerful)                         
                            - 2008-08-01 08:43:35下载
- 积分:1
 
- 
                        PGM-120117
                        
                          以stc89c58为控制器,外围包括IIC,12864,蜂鸣器,AD模块(In stc89c58 for the controller, a peripheral including IIC, 12864, buzzer, AD module)                         
                            - 2013-10-09 17:10:35下载
- 积分:1
 
- 
                        代码
                        
                          说明:  学习代码 vs2017 环境下完成 ,包括最后一个破解植物大战僵尸的程序(Learn the code vs2017, including the last program to crack the zombies in plant Wars)                         
                            - 2020-06-04 09:57:03下载
- 积分: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
 
- 
                        CPP-Programming-HOW-TO
                        
                          C++ Programming HOW-TO                         
                            - 2011-05-16 08:37:48下载
- 积分:1
 
- 
                        我的stm32f4学习历程
                        
                          说明:  我的stm32f4学习历程,很好的入门学习资料!(My stm32f4 learning process, a good introductory learning materials!)                         
                            - 2019-11-26 16:46:11下载
- 积分:1