-
postfixexpression
运用栈的基本运算。(进栈、出栈)
依次扫描表达式的操作数并入栈,遇到运算符时,将后进的两个操作数出栈,对其进行运算,将运算结果入栈。照此方法,进行下去,一直到执行完最后一个运算符,输出结果。(The use of basic computing stack. (Into the stack, out of the stack) followed by scanning the expression operands and stack encountered operator, it will be backward out of the two operand stack and to carry out operations, the result would be computing stack. Do the same method, go on, until the implementation of the End of the last operator, output.)
- 2009-11-08 18:24:47下载
- 积分:1
-
houzixuandaiwang
猴子选大王是个重要问题猴子选大王是个重要问题猴子选大王是个重要问题(houzixuandawang)
- 2009-05-05 17:00:13下载
- 积分:1
-
DIGSILETN-PF140.514--pojie-wenjian
PF140.514版digsilent软件的两个破解文件,按一定操作步骤即可免狗驱动,本人已在XP环境下使用,没有问题。希望对采用该软件的人有一点帮助!(Two crack file PF140.514 the version digsilent software, Free Dog certain steps to drive, I have XP environment, there is no problem. I hope the software a little help!)
- 2013-03-25 16:14:16下载
- 积分:1
-
ffsample
code of SPI(renesas board, YRDKRX62N)
- 2013-06-26 17:59:04下载
- 积分: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
-
emd
这是EMD(Rilling)的改进算法,程序中采用了过筛。(This is the EMD (Rilling) Improved algorithm, used in screening procedures.)
- 2007-11-08 20:47:26下载
- 积分:1
-
Learn_Matlab
Matlab7.0,英文版的,讲的都是基础,适合初学者入门,很不错的资料。(Matlab7.0, the English version of, say are the basis of entry for beginners, very good information.)
- 2009-06-22 14:21:38下载
- 积分:1
-
HistMatch
对比两个图片归一化直方图对比相似度,用巴氏距离计算(Contrast similarity)
- 2013-04-28 17:26:38下载
- 积分:1
-
proccureschefked
说明:
- 2018-02-21 20:54:45下载
- 积分:1
-
SMSLibX_with_Csharp
use SMS libary to send message
- 2012-03-22 14:14:51下载
- 积分:1