-
SkanMean
Firmware for autotuning Sensor
- 2015-06-25 20:01:36下载
- 积分:1
-
gps-rtklib-seminor-1
GPS-rtklib-研讨会,rtklib详细使用。(GPS-rtklib-seminar, rtklib detailed use.)
- 2017-09-21 16:56:55下载
- 积分:1
-
led2
第一个发光管以间隔200ms闪烁
第一个发光管以间隔200ms闪烁
(The first light emitting tube at intervals of 200ms blink first light emitting tube flicker at intervals of 200ms)
- 2016-05-09 15:06:57下载
- 积分:1
-
grey
灰色关联度分析是基于灰色系统的灰色过程, 进行因素间时间序列的比较来确定哪些是影响大的主导因素, 是一种动态过程的研究。(Grey Relational Analysis is based on gray gray process, the comparison of the time series between the factors to determine what affect the the big dominant factor, is a dynamic process.)
- 2012-08-25 00:27:37下载
- 积分: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
-
TwoView
这是一个窗口分割程序,仅供大家参考,如果有什么疑问,请给我发邮件,大家一起讨论!(This is a window procedure for the carving, for your reference, if there is any doubt, please give me email, everyone together to discuss!)
- 2008-05-09 21:39:18下载
- 积分:1
-
ADC_UART
本程序用STC-ISP Ver 3.0A.PCB的下载编程工具测试通过,相关的A/D转换结果在P1口上显示 (This procedure using STC-ISP Ver 3.0A.PCB download programming tools tested, the related A/D conversion results shown in the P1 port)
- 2010-06-02 12:00:18下载
- 积分:1
-
twoline
使用c语言和opengl开发出的俩直线相交的程序,适合初学者学习使用(C language using both linear and intersecting opengl developed procedures for beginners to learn to use)
- 2013-12-15 19:55:51下载
- 积分:1
-
Dvvesktop
单片机入门程序 带仿真 流水灯 数码管(SCM entry program with light water digital simulation)
- 2015-04-07 22:03:48下载
- 积分:1
-
r2st6u
一类具有偏差变元的高阶中立型Lienard方程周期解的存在性A class of deviating high order Lienard neutral equation and existence of periodic solutions of(A class of deviating high order Lienard neutral equation and existence of periodic solutions of)
- 2012-02-13 10:26:37下载
- 积分:1