您要查找的是不是:
- Minimum rank update method 最小秩修正
- The proposed algorithm simplified the update method of the SOVA. 降低算法复杂度是降低电路复杂度和功耗的主要手段。
- It will update the description files faster than the old CVS update method. 它可以用比过去的CVS更新方法更快的速度来更新描述文件。
- Structural Damage Identification Based on Minimum Rank Method 基于最小秩方法的结构损伤识别
- Gets or sets a format string to apply to the names of any parameters that are passed to the Delete or Update method. 获取或设置一个格式字符串,该字符串应用于传递给Delete或Update方法的所有参数的名称。
- Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter. 获取或设置命令结果在由DbDataAdapter的Update方法使用时如何应用于DataRow。
- In order to send the modified data to a database, you call the Update method of a TableAdapter. 要将修改后的数据发送到数据库,需要调用TableAdapter的Update方法。
- From there, we populate the new row using update methods. 在这里,我们使用更新方法来填充新行。
- Damage identification of truss structures using a minimum rank method 桁架结构损伤识别的最小秩方法
- The ObjectDataSource control calls its update method, passing the changes as parameters to the method call. ObjectDataSource控件调用其更新方法,并将更改作为参数传递给方法调用。
- Click the link that you want to update manually, and then under Update method for selected link, click Manual update. 单击要手动更新的链接,然后在“所选链接的更新方式”下,单击“手动更新”。
- You can save data in your application back to the database by calling the Update method of a TableAdapter. 通过调用TableAdapter的Update方法,可以将应用程序中的数据保存回数据库。
- The Update method is used to save all changes made to a single record in a Recordset. Update的作用是:将所有的更改信息保存到一个记录集中的记录中。
- Method is called automatically when calling the update methods of a. 或数据适配器的更新方法时自动调用。
- Call the Update method of the DataAdapter, passing the second DataSet as an argument. 调用DataAdapter的Update方法,并将第二个DataSet作为参数传递。
- Regardless of the update method, though, a comprehensive, responsive global file signature repository is a step in the right direction. 但不管是哪一种更新方法,综合性的、应迅即的全球文件签名库都是朝着正确方向迈出的一步。
- In the button's click event handler, the Update method of the first panel is called if more than five seconds have elapsed since its last update. 如果自其上次更新以来所经过的时间超过五秒,则会在该按钮的单击事件处理程序中调用第一个面板的Update方法。
- The JDBC specification states that an exception arises when an update method is called for a column of a cursor that is CONCUR_READ_ONLY. JDBC规范规定,当对游标的列CONCUR_READ_ONLY调用update方法时,将引发异常。
- I put her in the top rank of modern novelists. 我把她看做是当代第一流的小说家。
- For example, if your application uses a TableAdapter (or DataAdapter), the adapter's Update method will delete rows in the database that have a RowState of Deleted. 例如,如果应用程序使用TableAdapter(或DataAdapter),该适配器的Update方法将删除数据库中RowState为Deleted的行。