-
DSP2812_I2C
TMS320F2812 使用GPIO口进行模拟I2C功能(TMS320F2812 use of GPIO port simulation I2C function)
- 2013-08-24 10:49:35下载
- 积分:1
-
使用VC++6.0实现进度条的编写
使用VC++6.0实现进度条的控制,用于显示当前进程执行的进度实现,使用户了解当前的任务进程。
- 2023-01-30 06:25:03下载
- 积分:1
-
51NEC
说明: 51单片机红外解码(1)采用脉宽调制串行码,以脉宽为0.565ms,间隔0.56ms,周期为1.125ms的组合表示二进制的“0” (2)一脉宽为0.565ms,间隔1.685ms,周期为2.25ms的组合表示二进制的“1”(51 MCU infrared decoder (1) uses pulse width modulation serial code. The combination of pulse width 0.565 ms, interval 0.56 MS and period 1.125 MS represents the binary "0" (2) pulse width 0.565 ms, interval 1.685 MS and period 2.25 MS represents the binary "1".)
- 2019-03-30 11:19:15下载
- 积分:1
-
CPP-Examples
THIS EXAMPLES CODE FOR C++
- 2014-10-22 22:32:55下载
- 积分:1
-
slam
视觉slam十四讲,程序资料:g2o优化、cere拟合、特征点提取与匹配、点云拼接、opencv图像读取(Visual slam 14, program data: g2o optimization, cere fitting, feature point extraction and matching, point cloud mosaic, OpenCV image reading)
- 2019-03-06 09:03:10下载
- 积分:1
-
件夹给出了五个基本的dsp运行程序 dsp28335
文件夹给出了五个基本的dsp运行程序,基于DSP28335开发板,在CCS编程环境下给出了包括跑马灯、CPU时钟控制程序等五个完整的CCS工程文件。方便初学者学习芯片及编程语言。(The folder gives five basic DSP running programs. Based on the development board of DSP28335, five complete CCS engineering documents including horse-running lamp, CPU clock control program and so on are given in CCS programming environment. It is convenient for beginners to learn chips and programming languages.)
- 2020-06-19 04:40:01下载
- 积分:1
-
C#使用SqlDataAdapter对象的Fill方法填充DataSet
C#使用SqlDataAdapter对象的Fill方法填充DataSet,具体是调用DataSet的Copy方法复制DataSet中的内容,完成填充的功能:
private void Form1_Load(object sender, EventArgs e)
{
//实例化SqlConnection变量conn,连接数据库
conn = new SqlConnection("server=.;database=db_14;uid=sa;pwd=");
//创建一个SqlCommand对象
SqlCommand cmd = new SqlCommand("select * from tb_test", conn);
SqlDataAdapter sda = new SqlDataAdapter();//创建一个SqlDataAdapter对象
//设置SqlDataAdapter对象的SelectCommand属性,设置执行的SQL语句
sda.SelectCommand = cmd;
ds = new DataSet(); //实例化DataSet
sda.Fill(ds, "test");//使用SqlDataAdapter对象的Fill方法填充DataSet
dataGridView1.DataSource = ds.Tables[0];//设置dataGridView1的数据源
}
private void button1_Click(object sender, EventArgs e)
{
DataSet ds1 = ds.Copy();//调用DataSet的Copy方法复制ds中的内容
dataGridView2.DataSource = ds1.Tables[0];//将ds1作为dataGridView2的数据源
}
- 2022-11-04 09:50:03下载
- 积分:1
-
New-folder
this is very good, i am phuc ,that is project agreat .wow lovely hello hi, thankyou
- 2015-01-12 12:55:10下载
- 积分:1
-
CPP
西安交通大学本科生C++程序设计全程课件和两套模拟试题。适合自学
(Xi an Jiaotong University undergraduate C + + programming throughout courseware and two sets of mock examination papers. Suitable for self-study )
- 2012-11-08 21:22:37下载
- 积分:1
-
健身房管理系统(控制台源码)
【实例简介】基于c 的健身房管理系统 期末课设
- 2021-06-21 00:31:07下载
- 积分:1