代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/215702/15052584
cpp 6_5.cpp
//6_5.cpp
#include
using namespace std;
void main()
{
int *i_pointer; //声明int型指针i_pointer
int i; //声明int型数i
i_pointer=&i; //取i的地址赋给i_pointer
i=10; //int型数赋初值
cout
www.eeworm.com/read/114100/15111584
txt 使用shlwapi库压缩长文件名.txt
SHLWAPI中 的 PathCompactPath函 数 提 供 了 一 种 简 单 的 压 缩 长 文 件 名 的 方 法 。 它 使 用 省 略 号 (...)代 替 部 分 文 件 名 。 这 个 函 数 的 声 明 如 下 :
Private Declare Function _
PathCompactPath Lib "shlwapi"_
Alia
www.eeworm.com/read/114100/15113008
txt sendmessage() api 函数如何使用.txt
以 下 内 容 节 选 自 我 的 书 《 Visual Basic编 程 晋 级 : ActiveX控 件 》 :
要 发 送 消 息 , 我 们 就 需 要 使 用 API函 数 SendMessage。 这 个 函 数 的 定 义 如 下 :
Declare Function SendMessage Lib "user32" _
Alias "SendM
www.eeworm.com/read/26858/969943
_
单片机外围器件实用手册丛书 单片机外围器件实用手册输入通道器件
内容介绍
AD570,571,574,系列模/数变换器
AD,ADC系系列模/数变换器
MAX变换器各个模块的介绍
www.eeworm.com/read/35405/1057047
cn1 diskcomp.cn1
~aDISKCOMP~0
比较两个软盘中的内容。
该命令按磁道进行比较。~aDISKCOMP~0按照第一张盘的格式,确定磁盘的面数
和每道的扇区数。
语法
~aDISKCOMP~0 [驱动器1: [驱动器2:]] [/1] [/8]
~aDISKCOMP~0
www.eeworm.com/read/37287/1071676
asm ex4-1.asm
SIGN EQU 50H
ORG 0000H
LJMP MAIN
ORG 0100H
MAIN: CJNE R0,#37,NOTEQ ;R0中数与37数比较,不相等则转NOTEQ
MOV SIGN,#00H ;若比较相等,则SIGN←0
LJMP ENDME
NOTEQ: JC NEG
www.eeworm.com/read/479186/1335690
properties header_zh_cn.properties
#inc/header.jsp
today_count=今日贴数
topic_count=主题贴数
post_count=贴子总数
online=在线图示
online_detail=在线情况
home=首 页
forum=论 坛
login=登 录
regist=注 册
user_cen
www.eeworm.com/read/468455/1490295
properties header_zh_cn.properties
#inc/header.jsp
today_count=今日贴数
topic_count=主题贴数
post_count=贴子总数
online=在线图示
online_detail=在线情况
home=首 页
forum=论 坛
login=登 录
regist=注 册
user_cen
www.eeworm.com/read/249482/4449522
dat asslandat24.dat
组合十进制减法调整指令 DAS(Decimal Adjust for Subtraction)
格式: DAS
----
功能: 对两个组合十进制数相减后存于AL中的结果进行调整,调整后产生一个组合的十进制数且仍存于AL中.
----
www.eeworm.com/read/249482/4451724
dat vfpdat50b.dat
说明: (1)通常记录数显示在主的状态条件中,使用TO 子句还能将记录数保存到中,便于以后引用.
----
(2)缺省范围是表的所有记录.
例:统计设备科拥有的设备台数,试写出命令序列.
SET VIEW TO sbbm
LOCATE FOR bmdm.名