代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8366609
txt 如何调整线程的优先级.txt
如 果 你 要 调 整 优 先 级 , 可 以 使 用 GetCurrentThread获 得 当 前 线 程 , 然 后 使 用 SetThreadPriority设 置 优 先 级 。
www.eeworm.com/read/392030/8366610
cpp draw.cpp
// Draw.cpp
//SYMBIAN UI
#include "GraphicsControl.h"
#include
// Text printed to the console in UpdateModeL()
_LIT(KTxtUpdateModelCase0,"point in center of screen");
_LIT(KTxt
www.eeworm.com/read/292229/8366611
cpp 01knapsack.cpp
#include
#include
#include
using namespace std;
int min(int w,int c)
{
int temp;
if (w
www.eeworm.com/read/392030/8366612
h graphicscontrol.h
// GraphicsControl.h
#ifndef __GraphicsControl_H
#define __GraphicsControl_H
#include
#include
#include "CommonGraphicsControlFramework.h"
// sundry derived clas
www.eeworm.com/read/192685/8366613
txt 被拨入方如何应答和判断modem是否连通.txt
1、 被 拨 入 方 还 需 要 设 置 一 个 AT命 令 , 才 能 响 应 呼 入 : “ ATS0=1” 。 其 中 , S0(是 数 字 零 ) 表 示 振 铃 几 次 后 应 答 , 相 当 于 拿 起 话 筒 , 接 通 连 接 ; s0=1表 示 一 有 呼 入 就 响 应 。 AT命 令 请 自 行 参 考 MODEM手 册 。
2、 判 断 MODEM是 否 已 连
www.eeworm.com/read/392030/8366615
cpp graphicsshell.cpp
// GraphicsShell.cpp
//
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/192685/8366617
txt 如何实现用modem拨号时检查电话是否占线.txt
****************
Private Sub Openport()
'初 始 化 Modem
If Not MSComm1.PortOpen Then
MSComm1.CommPort = 3
MSComm1.RThreshold = 1
MSComm1.OutBufferSize = 1024
www.eeworm.com/read/192685/8366618
txt 如何通过串口接收数值0.txt
先 把 串 口 通 讯 控 件 的 "InputMode" 设 置 为 "1-comInputModebinary"'此 参 数 为 以 二 进 制 方 式 接 收 。
"NullDiscard"设 置 为 false’ 此 参 数 允 许 0H传 输 到 缓 冲 区 。
"RThreshold"设 置 为 1'此 参 数 为 当 收 到 任 一 字 符 时 均 产 生 "