代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/252193/12294632
txt 13-2.txt
MYSQL_RES *result;
unsigned int num_fields;
unsigned int num_rows;
if (mysql_query(&mysql,query_string)){
// error
}
else // query succeeded, process any data returned by it
{
result
www.eeworm.com/read/338344/12312649
m encode.m
%*******************************************%
%函数名:encode
%功能: ldpc编码程序
%参数: 无
%返回值:编码码字
%*******************************************%
clear all;
clc;
% H=H_Mat;
load y;
% y=gen_ldpc(128,256);
dim
www.eeworm.com/read/269755/11079284
cpp tmtc.cpp
/// \ingroup newmat
///@{
/// \file tmtc.cpp
/// Part of matrix library test program.
//#define WANT_STREAM
#include "include.h"
#include "newmatap.h"
#include "tmt.h"
#ifdef use
www.eeworm.com/read/249571/12487518
txt 13-2.txt
MYSQL_RES *result;
unsigned int num_fields;
unsigned int num_rows;
if (mysql_query(&mysql,query_string)){
// error
}
else // query succeeded, process any data returned by it
{
result
www.eeworm.com/read/127767/14336815
txt e244. setting the number of rows to prefetch when executing a sql query.txt
When a SQL query is executed, the number of rows of data that a driver physically copies from the database to the client is called the fetch size. If you are performance-tuning a particular query, you
www.eeworm.com/read/127767/14337010
txt e271. getting the number of rows in a table using a scrollable result set.txt
This example gets the number of rows in a scrollable result set by moving the cursor to the last row of the result set and then calling ResultSet.getRow().
try {
// Create a scrollable
www.eeworm.com/read/127767/14337113
txt e627. setting the stretchyness of columns and rows in a gridbaglayout using component weights.txt
See e626 Setting the Stretchyness of Rows and Columns in a GridBagLayout Using Layout Weights for an explanation of stretchyness and weights. This example demonstrates how to set the weight of a row o
www.eeworm.com/read/127767/14337271
txt e626. setting the stretchyness of rows and columns in a gridbaglayout using layout weights.txt
Column and row stretchyness is controlled by the weight of specific columns and rows. A column with zero weight does not stretch; it is given just enough space to accommodate the component with the wi
www.eeworm.com/read/347945/11623335
m find_simple_variable_bounds.m
function [p,lower,upper] = find_simple_variable_bounds(p);
% This internal function extracts variable bounds for variables that only
% have upper and lower bounds, and are not involved in any other
www.eeworm.com/read/392050/8365676
cs getuserinfo.cs
using System;
namespace Motion.DZ
{
///
/// 用户简要信息
///
internal class GetUserInfo
{
private string ppp = String.Empty;
private string