代码搜索:strData
找到约 743 项符合「strData」的源代码
代码结果 743
www.eeworm.com/read/459470/7274842
cpp reportdlg.cpp
// ReportDlg.cpp : implementation file
//
#include "stdafx.h"
#include "resourceeditor.h"
#include "ReportDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[
www.eeworm.com/read/168182/7813120
cpp promptdlg.cpp
// PromptDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Ex23b.h"
#include "PromptDlg.h"
// CPromptDlg dialog
IMPLEMENT_DYNCREATE(CPromptDlg, CDialog)
CPromptDlg::CProm
www.eeworm.com/read/246277/12744278
bak key.c.bak
#include
#include
#include
#include
#include "typedef.h"
#include "app.h"
#include "attention.h"
#include "Flash.h"
#include "g20modem.h"
#in
www.eeworm.com/read/145215/12744985
txt 求校验和.txt
求校验和
CString CChecksumDlg::SendNMEAData(CString &strData)
{
char checksum = 0, cr = 13, ln = 10;
char c1,c2; //2个半Byte校验值
for(int i = 0; i < strData.GetLength(); i++)
checksum = checksum^
www.eeworm.com/read/138003/13274483
cpp cini.cpp
//********************************************
// Ini.cpp
//********************************************
//Soft编写,小飞侠修改
#include
#include
#include
#include
www.eeworm.com/read/317630/13500609
htm 141.htm
VB邮件检查程序
VB邮件检查程序(一)
按下表所示设置各控件的属性。
控件 名称 描述
Textbox txtHost 用于输入邮件服务器的名称或地址
Textbox txtUserName 输入用户名
Textbox txtPassword 输入密码
www.eeworm.com/read/317630/13500664
htm 104.htm
邮件检查程序(二)
下面是Winsock的DataArrival事件中的代码。该代码的绝大部分是注释以向你解释程序所做的每一步。如果你觉得闷的话就跳过不看就是了。
Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
www.eeworm.com/read/119876/6080554
asp function.asp
function open_window_full(Url, TitleStr, MaxW, MaxH, Dire)
{
if (Dire == "0") //在屏幕中间打开
{
PosX = window.screen.width / 2 - MaxW / 2;
PosY = window.screen.height / 2 - MaxH / 2;
}
www.eeworm.com/read/119876/6080556
js function.js
function open_window_full(Url, TitleStr, MaxW, MaxH, Dire)
{
if (Dire == "0") //在屏幕中间打开
{
PosX = window.screen.width / 2 - MaxW / 2;
PosY = window.screen.height / 2 - MaxH / 2;
}
www.eeworm.com/read/490704/6451710
cpp dlgbaseinfom.cpp
// DlgBaseInfoM.cpp : implementation file
//
#include "stdafx.h"
#include "aaa.h"
#include "DlgBaseInfoM.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _