代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/439271/7713301
m mesgbnds.m
function mesgbnds(w,pbds,state,state2,ph_r,bnd)
% MESGBNDS Warning messages. (Utility Function)
% MESGBNDS handles the different messages displayed to the user
% concerning the di
www.eeworm.com/read/438913/7719453
txt gpscalculate.txt
% GPSCalculate.m
% Author: Jim Connor (jimconnor99@hotmail.com)
% The rest of the code is processing for display in the MATLAB command window
% The data I chose to display is CEP and mean LAT,
www.eeworm.com/read/437676/7743118
c~ sql_createtable.c~
#include
#include "sqlite3.h" /* orignal is */
int sql_createtable( char arr[][20] )
{
sqlite3 *db=NULL;
char *zErrMsg = 0;
int rc,nrow,ncolumn,i;
char sql_cmd[200];
www.eeworm.com/read/437676/7743119
c sql_createtable.c
#include
#include "sqlite3.h" /* orignal is */
int sql_createtable( char arr[][20] )
{
sqlite3 *db=NULL;
char *zErrMsg = 0;
int rc,nrow,ncolumn,i;
char sql_cmd[200];
www.eeworm.com/read/437676/7743132
c sys_sql.c
#include
#include "sqlite3.h" /* orignal is */
int main( void )
{
sqlite3 *db=NULL;
char *zErrMsg = 0;
int rc,nrow,ncolumn,i;
char sql_cmd[200];
char **azResult;
www.eeworm.com/read/437676/7743135
c~ sql_createtable.c~
#include
#include "sqlite3.h" /* orignal is */
int sql_createtable( char p[] )
{
sqlite3 *db=NULL;
char *zErrMsg = 0;
int rc;
char sql_cmd[200];
sqlite3_open("ziec
www.eeworm.com/read/437676/7743136
c sql_createtable.c
#include
#include "sqlite3.h" /* orignal is */
int sql_createtable( char p[] )
{
sqlite3 *db=NULL;
char *zErrMsg = 0;
int rc;
char sql_cmd[200];
sqlite3_open("ziec
www.eeworm.com/read/437676/7743140
c~ sys_sql.c~
#include
#include "sqlite3.h" /* orignal is */
int main( void )
{
sqlite3 *db=NULL;
char *zErrMsg = 0;
int rc,nrow,ncolumn,i;
char sql_cmd[200];
char **azResult;
www.eeworm.com/read/436665/7766362
c servlet.c
#include "server.h"
void doAction(HTTP_REQ *http_req,int client_sockfd) {
char* param;
char json[TEXT_SIZE];
char text_content[TEXT_SIZE];
char tmp[50];
int number;
int ret;
int status[LED_NUM
www.eeworm.com/read/435844/7782953
m exm031_7.m
%exm031_7.m
rand('state',0);a=rand(2,2); %产生 随机阵
s1=num2str(a) %把数值数组转换为串数组
s_s=sprintf('%.10e\n',a) %10数位科学记述串,每写一个元素就换行。
fprintf('%.5g\\',a) %以5位数位最短形式显示。不能赋值用
s_sscan=sscanf(s_s,'