-
TESTCOLOR
Set Color in memory DC
- 2009-06-13 16:26:37下载
- 积分:1
-
PWM
Keil STC单片机 2路互补输出SPWM-C语言
- 2023-02-07 06:35:03下载
- 积分:1
-
一个c#写的捕获摄像头的视频捕获程序,用于学习之用
一个c#写的捕获摄像头的视频捕获程序,用于学习之用-A c# Written cameras capture the video capture process, for learning purposes
- 2022-01-25 15:12:29下载
- 积分:1
-
1702读CPU卡PSAM卡源程序
1702读CPU卡和PSAM卡源程序,包含IC卡读写,CPU卡读写,PSAM卡读写。对开发CPU卡读卡器很有参考价值。
- 2022-07-24 01:19:18下载
- 积分:1
-
C# 使用断开式连接批量更新数据库中数据
C# 使用断开式连接批量更新数据库中数据,你可以在在DataGridView控件中更新数据后,点击提交更改按钮更新数据。
P_cmd.Parameters.Add("@id", SqlDbType.Int,10,"id");//设置参数
P_cmd.Parameters.Add("@name", SqlDbType.VarChar, 10, "学生姓名");//设置参数
P_cmd.Parameters.Add("@age", SqlDbType.Int, 10, "学生年龄");//设置参数
P_cmd.Parameters.Add("@sex", SqlDbType.NChar, 2, "性别");//设置参数
P_cmd.Parameters.Add("address", SqlDbType.VarChar, 50, "家庭住址");//设置参数
P_SqlDataAdapter.UpdateCommand = P_cmd;//设置UpdateCommand属性
P_SqlDataAdapter.Update(G_st.Tables[0]);//更新数据库中数据
G_st.AcceptChanges();//提交修改
MessageBox.Show("更改成功!","提示!");//弹出消息对话框
GetMessage();//填充表
dgv_Message.DataSource = G_st.Tables[0];//设置数据源
dgv_Message.Columns[0].Visible = false;//隐藏主键列
- 2022-07-24 10:02:56下载
- 积分:1
-
Aseemble-Language
了解和掌握 MOV、PUSH、POP、XCHG四条指令的作用和在编程中的用法.
逻辑指令、跳转指令与分支程序设计.
算术运算类指令、移位指令及循环程序设计.(Understand and master MOV, PUSH, POP, XCHG four instructions in a programming role and usage. Logic instructions, branch instructions and branch design program. Arithmetic type instructions, shift instructions, and loop programming.)
- 2011-07-02 17:23:11下载
- 积分:1
-
CD4067B
这是一个CD4067B的技术资料,希望对大家有帮助。(This is a CD4067B technical information, we hope to help.)
- 2012-03-10 13:40:05下载
- 积分:1
-
syn_sei
卷积的意义和合成地震记录的制作Convolution meaning and synthetic seismic recording production(Convolution meaning and synthetic seismic recording production)
- 2011-05-27 10:16:35下载
- 积分:1
-
Setup_SmartRFProgr_1.6.2
zigbee开发需要用到的物理地址烧写软件(zigbee development need to use the physical address of the programming software)
- 2010-05-17 15:15:49下载
- 积分:1
-
Matlab-and-CSharp
说明: 混合编程C#与matlab,完成复杂程序算法的调用(Mixed Programming C# with matlab, the call complex program algorithm)
- 2011-04-13 17:01:53下载
- 积分:1