-
xiaoer
java程序员上班那点事儿自己看过还可以的书免费跟大家共享(java programmer at work that point Shier his book can also be seen free of charge with the share)
- 2010-01-01 15:10:03下载
- 积分:1
-
ad
dsp 抽样定理程序代码 A/D转换的基本过程和程序处理过程 (dsp sampling theorem code A/D conversion processing of the basic processes and procedures)
- 2013-08-12 20:00:42下载
- 积分:1
-
simulation-of-xpc-and-dspace
系统实时仿真的经典书籍,有XPC和dspace的仿真说明,入门的首选,真的,后悔没早看(xpc AND dspace related simulation , it is very useful for real time simulation and other work)
- 2012-11-26 20:01:40下载
- 积分:1
-
lab14_W5300
说明: 适用于dsp28377d的W5300程序(W5300 program for dsp28377d)
- 2019-05-14 20:45:18下载
- 积分:1
-
wpfthemes-81799
十几款 WPF 界面皮肤及其 Demo 程序。(Dozen of the WPF interface skin its Demo program.)
- 2013-01-16 10:15:00下载
- 积分:1
-
347
说明: 在运行本程序时,检索整个局域网络,将局域网中的计算机名和IP地址显示在ListControl空间中。(Running the program, search the entire local area network LAN of the computer name and IP address appears in ListControl space.)
- 2008-10-14 14:53:53下载
- 积分:1
-
ADE7758
说明: ADE7758的Data Sheet多相多功能电能计量集成电路,每相信息;(ADE7758 Data TablePoly Phase Multifunction Energy Metering
;)
- 2020-06-20 21:20:02下载
- 积分:1
-
89103052
一个简单的ping程序,能实现cmd环境下的ping命令,但比较简单()
- 2018-02-14 20:30:58下载
- 积分:1
-
数据库连接
本资源为连接数据库的基本操作,
private void button3_Click(object sender, EventArgs e)
{
string user = textBox1.Text;
string pwd = textBox2.Text;
string code = textBox3.Text;
//创建数据库连接类的对象
SqlConnection con = new SqlConnection("server=FSMOOTH-PC;database=zxl;user=sa;pwd=fsmooth19841019");
con.Open();
//执行con对象的函数,返回一个SqlCommand类型的对象
SqlCommand cmd = con.CreateCommand();
//拼写语句
cmd.CommandText = "update users set name="" + user + "",pwd="" + pwd + "" where code="
- 2022-06-18 15:04:01下载
- 积分:1
-
VC++图像处理典型算法完整演示源代码
VC++图像处理代码,包含各种操作,图像增强,图像匹配等等
- 2023-04-07 03:20:04下载
- 积分:1