-
Oney+-
一元多项式加减程序 C
这是基在C下的数据结构算法(one yuan polynomial modified C-This is the C-based data structure algorithm)
- 2006-11-14 08:34:04下载
- 积分:1
-
detect_mybayes
vc++ opencv 阴影检测和去除 正确率高(vc++ opencv shadow detection and removal of the correct rate)
- 2021-04-11 18:58:58下载
- 积分:1
-
ListCtrl(COPY)
针对ListCtrl对表的内容可复制拷贝、编辑功能(For ListCtrl can copy the content of the table, editing functions)
- 2017-04-25 15:16:16下载
- 积分:1
-
C# SQL Server数据库连接
【实例源码】朋友们好,该功能在测试中突然发现,通过Windows身份验证时,服务器IP与数据库值为空的时候,测试连接也会提示连接成功,这个BUG请大家给予帮助,谢谢!using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Data;using System.Data.SqlClient;namespace ConData{ public partial class ConnectionData : Form { public ConnectionData() { InitializeComponent(); } private void btnSQLOK_Click(object sender, EventArgs e) { string strcon = string.Format("server={0};database={1};uid={2};pwd={3};", this.txtIP.Text.Trim(), txtDataBase.Text.Trim(), txtUser.Text.Trim(), txtPwd.Text.Trim()); try { using (SqlConnection con = new SqlConnection(strcon)) { con.Open(); MessageBox.Show("测试成功!"); con.Close(); } } catch (Exception ex) { MessageBox.Show(ex.Message); } } private void btnWindowsOK_Click(object sender, EventArgs e) { string strCon = string.Format("server={0};database={1};Trusted_Connection=SSPI", txtWindowsIP.Text.Trim(), txtWindowsDB.Text.Trim()); try { using (SqlConnection con = new SqlConnection(strCon)) { con.Open(); MessageBox.Show("测试成功!"); con.Close(); } } catch (Exception ex) { MessageBox.Show(ex.Message); } } }}
- 2014-07-11下载
- 积分:1
-
gold
一个用vc做的挖金子的游戏,有几关,可供参考(gold)
- 2009-04-14 15:50:47下载
- 积分:1
-
DemoMPC5646C_-KEYaLED
基于MPC5646CF0MLU1单片机的LED测试程序(LED Test Program Based on MPC5646CF0MLU1 Single Chip Microcomputer)
- 2017-03-13 15:31:41下载
- 积分:1
-
SDK采集图像(Halcon)
需安装Halcon
- 2020-02-21下载
- 积分:1
-
sift_c源码_vs可直接运行
SIFT,即尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。基于原算法的开源的robehess编写的sift算法c语言版,经由本人在vs环境调试,可在配置好的opencv环境中直接运行
- 2023-01-11 06:15:04下载
- 积分:1
-
MarantzController
说明: A remote controller for Marantz AV Receivers by TCP/IP. Support custom Hotkey and custom command. Maybe Support any devices use TCP/IP. Depend on dot net framework 4.6.
- 2019-06-14 11:18:34下载
- 积分:1
-
Light-cube
这是一个基于51单片机的光立方程序,可以实现多种LED显示功能(This is a light cube program based on 51 single chip microcomputer, can realize many kinds of LED display function
)
- 2014-04-25 21:24:02下载
- 积分:1