-
OCL
本文设计了一个OCL功率放大电路,它的主要功能是向负载提供功率,要求输出功率尽可能大,效率尽可能高,非线性失真尽可能小.采用了差分放大电路和互补功率放大电路作为核心电路,主要解决方案是实现功率的放大,优点是消除了交越失真。(OCL circuit design of power amplifier)
- 2009-09-24 11:38:05下载
- 积分:1
-
GPS_SINS
几个用C++编写的关于GPS捷联惯性组合导航的程序,采用kalman滤波(Several programs written in C++ about GPS strapdown inertial integrated navigation, using Kalman filtering)
- 2020-09-10 16:38:01下载
- 积分:1
-
SpaceInvadersOpenGL-0.6.1-Source
The game will be a very good example opengl
- 2020-09-07 14:08:09下载
- 积分:1
-
蜂鸣器例程
步进电机的主要优势在于它们不需要反馈器件;与其它运动控制系统相比,它们很便宜;它
们有极佳的低速扭矩且很稳定。很多步进电机应用都得益于STM32F10xxx 器件的功耗、特
性及灵活性。包括机器人控制器、车床工具、摄影机及其它精确的轴位置控制环境。
- 2022-07-15 22:33:02下载
- 积分:1
-
PS2
lcd显示加ps2键盘,供大家参考学习,自己已经验证成功(LCD display plus PS2 keyboard, for your reference learning, they have verified success)
- 2017-07-08 08:07:12下载
- 积分:1
-
CAN
stm32微控制器CAN总线收发例程。两种方式:查询方式和中断方式;(Program for CAN Bus receive and transmission;)
- 2013-10-06 21:27:16下载
- 积分:1
-
CPPkeyword
C++标准库,C++ Standard Library,是类库和函数的集合,其使用核心语言写成,由c++标准委员会制定,并不断维护更新。(The C++ standard library, C++ Standard Library, is a set of class libraries and function, the use of the core language, developed by the c++ Standards Committee, and continue to maintain and update.)
- 2015-01-17 09:22:43下载
- 积分:1
-
全功能源代码+舵机
全功能源代码+舵机,路舵机,红外避障,超声波避障,循迹,跟随
- 2022-03-23 21:57:26下载
- 积分:1
-
C# 演示如何使用DataGridView更新数据
C#更新修改DataGridView数据,请直接在DataGridView表格中修改数据,C# 更新DataGridView数据的实现代码如下:
private void button1_Click(object sender, EventArgs e)
{//更新数据
var MyCount = this.sqlDataAdapter1.Update(this.dataSet1, "Customers");
var MyInfo = "成功更新" + MyCount.ToString() + "条记录!";
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
private void Form1_Load(object sender, EventArgs e)
{//读取Customers数据表记录
var MySQL = "Select * From Customers ";
this.sqlConnection1.ConnectionString = "Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";
this.sqlCommand1 = new System.Data.SqlClient.SqlCommand("Select * From Employees", this.sqlConnection1);
this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter(this.sqlCommand1);
this.sqlCommandBuilder1 = new System.Data.SqlClient.SqlCommandBuilder(this.sqlDataAdapter1);
this.sqlDataAdapter1.Fill(this.dataSet1, "Customers");
this.dataGridView1.DataSource = this.dataSet1.Tables[0];
- 2022-03-24 05:10:10下载
- 积分:1
-
ColorFont
Color Wizard in visual c++ for beginners
- 2011-06-25 01:47:03下载
- 积分:1