-
ARAY1D
This is how to make aray 1 dimension. I give you a source code to learn how to make array 1 dimension use C++.
- 2014-11-21 00:15:28下载
- 积分:1
-
FLUENT-UDF高级应用技术培训-实例
说明: 文档内容为udf帮助文档,帮助用户在fluent中设置特定边界条件。(The content of the document is UDF help document, which helps users set specific boundary conditions in fluent.)
- 2020-06-20 04:40:01下载
- 积分:1
-
guangxiantongxin
光纤通信的书,里面有基于matlab的通信仿真(Optical fiber communication book, which has matlab-based communication simulation)
- 2013-07-13 09:35:20下载
- 积分:1
-
tlv320aic31
hi3519v101 tlv320aic31 驱动(hi3519v101 tlv320aic31 driver)
- 2020-06-19 22:20:02下载
- 积分:1
-
2009
简单的通讯录管理系统,实现添加、删除、修改、查询(A simple address book management systems to bring to add, delete, modify, query)
- 2009-12-08 13:40:20下载
- 积分:1
-
MATLAB
通信系统中关于MATLAB的仿真和应用方面的知识,很实用的资料(Communication system simulation on MATLAB and application of knowledge, it is useful information)
- 2011-05-18 13:19:39下载
- 积分:1
-
manage
c++写的车辆监控的程序,框架搭好了,核心代码也实现了。串口接收GPS数据,实时在图上显示(c++ to write the vehicle monitoring process, the framework and setting up the core code is implemented. Serial port to receive GPS data, real-time display in the map)
- 2010-06-15 15:55:30下载
- 积分:1
-
hotplug_pci_hpioctl
2 HP PCI热插拔代码 HP内部珍贵资料!(2 HP PCI hot plug source code. the precious materials in HP! )
- 2005-07-19 16:42:49下载
- 积分: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
-
ccode100
精典C程序100例代码(classic C program code 100 cases)
- 2004-09-17 21:00:52下载
- 积分:1