-
ISD1760-STM32
基于STM32的isd1760语音芯片控制程序,已经测试通过,可直接使用,(based on chip STM32 isd1760 languague chip control have been tested can be
used drictly)
- 2012-03-17 12:51:48下载
- 积分:1
-
cjglxt_mfc
用MFC实现的学生成绩管理系统,数据库是SQLserver200 开发平台:visual.net2005
附代数据库(MFC with the students performance management system, The database is SQLserver200 development platform : visual.net2005-generation database)
- 2020-11-01 11:59:54下载
- 积分:1
-
dotaMapHook
1.替换war3根目录下Games 联合开发网 - pudn.com
- 2014-02-15 10:25:53下载
- 积分:1
-
tutorialv1_8
第3个:matlab 和C++联合用于SLSVM,另外一种风格的(the 3file: matlab and c++ together for SVM)
- 2011-12-28 09:49:04下载
- 积分: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
-
NOR FLASH烧写器
含PROTEL99 PCB资料,原理图资料,芯片资料和C语言源码。
- 2022-03-16 01:40:16下载
- 积分:1
-
I2C
模拟IIC总线通信,一种总线通信的方法,单片机可以简单模拟(Analog IIC bus communication, a bus communication method)
- 2011-07-27 13:29:55下载
- 积分:1
-
QuickCam
实现对图像的经验模态分解,得到经验模态分解后的第一层IMF分量,反映了图像的主要信息,去除冗余信息,为识别提供了基础。(Empirical mode decomposition of image, obtain the empirical mode decomposition of the first layer of IMF component, reflected the main information of the image, to remove redundant information, provide the basis for identification.
)
- 2014-01-20 14:16:39下载
- 积分:1
-
openvc测试
opencv安装成功后进行的测试,确保opencv功能正确。代码关乎图像显示。
- 2022-04-08 06:15:35下载
- 积分:1
-
Socket基本通信
SOCKET界面的编程,TCP程序的实现。(SOCKET interface programming, TCP program implementation.)
- 2017-09-11 12:17:10下载
- 积分:1