-
txt-file-read
通过MFC 实现对txt文件的按行读取操作(realize txt file read line by line through MFC)
- 2013-03-13 20:02:54下载
- 积分:1
-
levelset_withoutreinitialization
利用水平集函数来检测物体轮廓,一般水平集收敛用到signed distance function的,但是这里实现的程序不用每次都要进行reinitialization就可以使水平集函数趋于收敛。(The use of level set function to detect an object contour, the general level set signed distance function used in the convergence, but the program here do not realize every time to be able to make the level set reinitialization functions tend to converge.)
- 2010-01-13 22:30:46下载
- 积分:1
-
sift
SIFT,即尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。 该方法于 1999 年由 David Lowe 首先发表于计算机视觉国际会议(International Conference on Computer Vision,ICCV),2004 年再次经 David Lowe 整理完善后发表于 International journal of computer vision(IJCV) 。截止 2014 年 8 月,该论文单篇被引次数达 25000 余次。(来自百度)(SIFT, namely Scale-invariant feature transform (SIFT), is a description used in the field of image processing. This description has scale invariance and can detect key points in images. It is a local feature descriptor. This method was first published by David Lowe at the International Conference on Computer Vision (ICCV) in 1999 and published in the International Journal of Computer Vision (IJCV) in 2004 after it was sorted out and perfected by David Lowe again. As of August 2014, more than 25,000 citations have been cited. (From Baidu))
- 2019-07-08 09:34:31下载
- 积分: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
-
ATmega128串口控制LED显示
用串口控制LED显示,串口发送指令,单片机接收指令后判断,从而显示各种模式的LED闪烁。
- 2022-02-13 16:09:43下载
- 积分:1
-
Visual C# 交叉表查询
这是一个Visual C# 交动态交叉表查询示例程序,动态交叉表(SQLServer 2005)查询例子源码:
private void Frm_Main_Load(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection(//创建数据库连接对象
@"Server=WIN-GI7E47AND9RLS;database=db_TomeTwo;Uid=sa;Pwd=");
SqlDataAdapter dap = new SqlDataAdapter(//创建数据适配器对象
"select * from tb_VenditionInfo", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据集
dgv_Message.DataSource =//设置数据源
ds.Tables[0].DefaultView;
}
private void btn_Select_Click(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection(//创建数据库连接对象
@"Server=WIN-GI7E47AND9RLS;database=db_TomeTwo;Uid=sa;Pwd=");
SqlDataAdapter dap = new SqlDataAdapter("Corss", con);//创建数据适配器
dap.SelectCommand.CommandType =//设置命令为存储过程
CommandType.StoredProcedure;
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据集
dgv_Message.DataSource =//设置数据源
ds.Tables[0].D
- 2022-12-26 00:25:03下载
- 积分:1
-
PIC-@@-PID
基于PIC单片机的PID算法在温度控制器中的设计,含有Matlab程序(Based on the design of the PIC microcontroller PID algorithm temperature controller, containing Matlab program)
- 2013-04-11 20:33:17下载
- 积分:1
-
SOURCE KOFD 7556
说明: Segue abaixo a source code do wyd do cliente 760
- 2020-06-24 16:20:02下载
- 积分:1
-
TM1628c
led灯驱动led drive IC SM1628 example program(led drive IC SM1628 example program)
- 2013-05-05 18:39:46下载
- 积分:1
-
stm32+esp8266wifi调试例程,实现sta+ap模式
利用STM32F1单片机实现esp8266WiFi功能调试,实现sta模式和ap模式通信。
- 2022-06-17 17:36:24下载
- 积分:1