-
电脑地面站驱动故障解决办法
说明: 驱动说明解决方法, 资料仅供参考使用,切勿用于商业用途。(Driver explains the solution. The information is for reference only, not for commercial use.)
- 2020-06-19 14:40:01下载
- 积分:1
-
Comp
aduc7024(arm7)computer典型程序(failed to translate)
- 2009-06-25 11:38:51下载
- 积分:1
-
Open MPI多线程并行程序设计
说明: 本文介绍的基于多线程和图像分块实现加速运算,因为调用了opencv库,比较容易编写和实现。OpenCV全称是是Open Source Computer Vision Library,它是由Intel微处理器研究实验室的视觉交互组开发,是一种用于数字图像处理和计算机视觉的开源函数库,采用的开发语言是C++。(This paper introduces an acceleration algorithm based on multi-threading and image partitioning, because it is easy to write and implement by calling the opencv library. OpenCV is called Open Source Computer Vision Library. It is developed by the Visual Interaction Group of Intel Microprocessor Research Laboratory. It is an open source library for digital image processing and computer vision. The development language used is C++)
- 2019-10-10 09:12:50下载
- 积分:1
-
C# 强制断开SQLServer服务
C# 强制断开SQLServer服务,在C#的程序中断开SQL服务器,其实实现起来挺简单,虽然不常用,就当做是一个简单的SQL技巧吧,了解一下总是没错的,代码如下:
string strShutdown = "SHUTDOWN WITH NOWAIT";//创建SQL字符串
SqlCommand cmd = new SqlCommand();//创建命令对象
cmd.Connection = con;//设置连接属性
cmd.Connection.Open();//打开数据库连接
cmd.CommandText = strShutdown;//设置将要执行的SQL语句
cmd.ExecuteNonQuery();//执行SQL语句
MessageBox.Show("已成功断开服务");//弹出消息对话框
- 2022-08-25 01:38:36下载
- 积分:1
-
I2C_SSD1306_STM32(HW)
说明: 对OLED进行显示,分别用IIC的以及SPI的来进行测试(Display OLED and test it with IIC and SPI respectively)
- 2019-05-04 18:53:47下载
- 积分:1
-
mxc
说明: TQIMX6 显示有关的代码,自己做的注释,mark(This program is distributed in the hope that it will be useful)
- 2020-06-17 07:20:01下载
- 积分:1
-
HalconPaintROI
绘制区域,halcon区域绘制方法应用1234567890(12345657689708dxdz.zip)
- 2020-07-02 16:40:01下载
- 积分:1
-
mpu6050简易版
stm32f103vet6 MPU6050 直接打印输出原始数据(stm32f103vet6 MPU6050 Direct print out raw data)
- 2020-08-18 11:08:23下载
- 积分:1
-
去雾算法halcon代码实现
去雾算法halcon代码实现
- 2020-05-15下载
- 积分:1
-
c++ 电话薄数字排序示例
c++ 电话薄数字排序示例
- 2015-01-23下载
- 积分:1