-
24c02
说明: 24c02的驱动 24c02用于存储数的的芯片 内容可保存一百年(24c02 driver 24c02 number of chips used to store the contents of save a hundred years)
- 2009-08-31 20:58:07下载
- 积分:1
-
candlestic
C语言读入obj文件和mtl文件,opengl绘图(Obj files in C read and mtl files, opengl drawing)
- 2011-07-28 13:52:31下载
- 积分:1
-
matlabwatershedcode
分水岭分割在matlab下实现,希望大家多提意见。(watershed segmentation in Matlab achieve, we hope to do so.)
- 2007-05-09 08:51:10下载
- 积分:1
-
C#添加删除修改数据并生成Excel工作表格
C#添加删除修改数据并生成Excel工作表格,private void Button4_Click(object sender, EventArgs e)
{//新建工作表(在Excel文件型数据源中不支持删除操作)
var MyConnectString =@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=运货商.xlsx;Extended Properties=""Excel 12.0;HDR=YES"";";
var MyConnection=new OleDbConnection(MyConnectString);
if(MyConnection.State == ConnectionState.Closed)
MyConnection.Open();
var MySQL = "CREATE TABLE 新运货商(公司名称 char(50), 电话 char(20));";
var MyCommand=new OleDbCommand(MySQL, MyConnection);
MyCommand.ExecuteNonQuery();
MySQL = "INSERT INTO [新运货商$](公司名称,电话)VALUES ( +this.TextBox1.Text+,+this.TextBox2.Text+)";
MyCommand = new OleDbCommand(MySQL, MyConnection);
MyCommand.ExecuteNonQuery();
MySQL = "SELECT * FROM [新运货商$]";
var MyAdapter=new OleDbDataAdapter(MySQL, MyConnectString);
var MyTable=new DataTable();
MyAdapter.Fill(MyTable);
this.DataGridView1.DataSource = MyTable;
}
- 2022-03-16 02:17:15下载
- 积分:1
-
SQL调谐器
在SQL调谐器
- 2022-02-03 20:37:35下载
- 积分:1
-
飞驰人生
使用了成品遥控车的遥控与接受模块,基于STC89C52RC,模拟PWM输出控制车速,五个前进挡,两个倒挡(The remote control and acceptance module of the finished remote control vehicle is used. Based on STC89C52RC, the output of PWM is simulated to control the speed of the vehicle. There are five forward gears and two reverse gears.)
- 2020-06-18 10:00:01下载
- 积分:1
-
18B20
利用89c52和8155显示ds18b20的温度(Display the temperature of DS18B20 with 89C52 and 8155)
- 2017-12-26 20:49:10下载
- 积分:1
-
pavuk-0.9.35.tar
网络爬虫程序,C++实现!程序完全开源!(Network reptiles procedures, C++ Realize! Procedure is totally open source!)
- 2007-08-08 18:06:43下载
- 积分:1
-
Cry12864
MSP430F149驱动 12864的应用程序(MSP430 12864 driver)
- 2010-05-09 14:12:37下载
- 积分:1
-
RanSacCode
该代码用于对错误匹配点进行过滤操作,即去除错误的匹配点(The code is used to remove the wrong match points,and make sure the right matching.)
- 2014-12-31 11:17:07下载
- 积分:1