-
c++实现词法分析器
简单的实现了c的子集的词法分析,使用c++11,利于新手阅读,赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分v
- 2022-03-25 01:18:25下载
- 积分:1
-
ptzctrl
说明: 云台控制软件,实现了串口和网络控制,可以任意选择通信方式。(The control software of Yuntai realizes serial port and network control, and can choose communication mode at will.)
- 2020-11-12 09:59:45下载
- 积分:1
-
Kriging
克里金算法的重要介绍,想跟大家一起交流,把代码写的越来越好(Kriging algorithm introduced, would like to communicate with, and write the code is getting better and better)
- 2012-12-28 12:06:15下载
- 积分:1
-
MEMS-gyro-error-characteristics
微小型MEMS陀螺的误差特性研究,对于mems陀螺仪误差建模和补偿方法(Miniature MEMS gyro error characteristics of the MEMS gyroscope error modeling and compensation method)
- 2013-04-21 17:02:19下载
- 积分:1
-
ZYB.DBUtility
说明: DBHelper CSharp .NET
- 2020-06-25 18:20:01下载
- 积分:1
-
C#操作数据库显示Customers数据表第3-7条记录
显示Customers数据表第3-7条记录,C#操作数据库显示Customers数据表第3-7条记录,其实做出来例子,才知道,很简单啊,不过需要把数据库先连接好,看如下代码:
private void button1_Click(object sender, EventArgs e)
{//显示Customers数据表第3-7条记录
SqlConnection MyConnection=new SqlConnection();
MyConnection.ConnectionString = @"Data Source =.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";
MyConnection.Open();
SqlCommand MyCommand =new SqlCommand("Select * From Customers ORDER BY CustomerID", MyConnection);
DataSet MySet = new DataSet();
SqlDataAdapter MyAdapter = new SqlDataAdapter(MyCommand);
MyAdapter.Fill(MySet, 2, 5, "Customers");
this.dataGridView1.DataSource=MySet.Tables["Customers"];
}
- 2022-03-03 23:39:45下载
- 积分:1
-
四位共阴数码管显示实验(段选+位选)
四位共阴数码管显示实验(段选+位选)代码
适用于STM32F103单片机(Four common negative digital display experiment (segment selection + bit selection)
Suitable for STM32F103 MCU)
- 2020-06-19 09:20:01下载
- 积分:1
-
sha256_demo
SHA256源代码,经过性能优化,含有测试用例(SHA256 source code, through the performance optimization, containing test cases)
- 2021-04-27 21:38:44下载
- 积分:1
-
hongwai-lcd.c
基于51单片机的 红外+LCD+继电器C程序显示
实现的功能较多,比较适合初学的人。(Based on 51 single-chip infrared+LCD+ relay C program display of more functions, more suitable for beginners person.)
- 2013-08-17 11:14:48下载
- 积分:1
-
PT100
51单片机实现PT100温度测量程序,采用恒流源测量原理(Realization of PT100 temperature measurement program by 51 single chip microcomputer)
- 2018-05-06 12:23:37下载
- 积分:1