-
352035-2
关于ADO的数据库操作
数据库采用ACEESS数据库(ADO database operations on the database using database ACEESS)
- 2008-05-17 10:28:56下载
- 积分:1
-
ts201_MTI_MTD
TS201上实现动目标检测和识别,编译环境是visual dsp ++(target detection and recognition)
- 2020-11-18 15:49:38下载
- 积分:1
-
interrupt
How to use interrupt in AVR
- 2017-06-05 06:19:05下载
- 积分:1
-
189780ftpServer-on-linux
文件服务器linux
服务器端程序(File server linux server-side program)
- 2013-06-06 15:06:33下载
- 积分:1
-
AI智能机器人算法
点击发货就看都看不见会计考试地方很近的那款吗巴萨铠甲就就发大师傅艰苦不打算看机会是积分的奶粉就是放假啊看姐夫你空间萨芬年就开始分局就哦电费缴费的手机能发
- 2022-03-09 20:31:56下载
- 积分:1
-
深度优先搜索
在MFC可视化编程框架上,借助优先搜索算法,实现深度优先搜索的动态显示,即显示搜索过程中的每一步,并且显示其回退过程。
- 2022-04-23 06:58:25下载
- 积分:1
-
C# 通过存储过程实现员工ID自动编号
C# 实现自动ID,通过存储过程实现员工自动编号,这个在平时的编程中很实用,自动编号使用存储过程来实现,比较高级一些,且数据库需要支持存储过程。
con.Open();
SqlCommand cmd = new SqlCommand();
string strSql = "insert into 员工个人信息 values ( + label6.Text + , + this.textBox2.Text + , + this.textBox3.Text + , + this.textBox5.Text + , + this.textBox4.Text + )";
cmd.CommandText = strSql;
cmd.Connection = con;
cmd.ExecuteNonQuery();
con.Close();
MessageBox.Show("成功添加信息");
this.groupBox1.Enabled = false;
- 2022-05-31 12:11:24下载
- 积分:1
-
kalmanPcamshift(meanshift)
Kalman+CamShift实现视频追踪(Kalman+CamShift video track)
- 2014-05-14 16:46:19下载
- 积分:1
-
oc i2c master
NIOSII I2C接口模块及驱动程序,并含有测试程序。对想开发NIOS的工程师很有帮助(NIOSII I2C interface module and driver, and contains the test procedures. NIOS of engineers want to develop useful)
- 2007-08-20 19:37:02下载
- 积分:1
-
VisualC++-MATLAB
《VisualC++-MATLAB图像处理与识别实用案例精选》书的源代码,里面各个章节的程序例子都有("VisualC- MATLAB image processing and recognition practical case Showcase" on the source code, inside the various sections of the procedures examples)
- 2007-05-10 19:22:38下载
- 积分:1