代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/292231/8366369
c !_test.c
void main()
{
int a, b;
a = b = 1;
if( !(a == b) ) printf( "not equal\n" );
else printf( "equal\n" );
}
www.eeworm.com/read/192685/8366370
txt 如何在vb5中实现一个不规则外形的的窗口.txt
Windows API的 区 域 设 置 功 能 还 是 比 较 全 面 。 对 于 复 杂 的 区 域 可 以 使 用 CombineRgn函 数 将 两 个 区 域 进 行 组 合 , 而 且 组 合 支 持 与 、 或 等 多 种 关 系 。 比 如 扇 形 就 可 以 使 用 圆 和 多 边 形 进 行 与 组 合 而 成 。
www.eeworm.com/read/292231/8366371
p !_test.p
;------------ Copyright 陆晓春, 2004 ------------
;start of function 'void main(...)' declaration
ent main
;declaration: int a
;declaration: int b
lda a
lda b
ldci 1
stn
sto
;start of
www.eeworm.com/read/292231/8366372
c for_test.c
void main()
{
int i, j;
j = 10;
for( i = 0; i < 10; i = i + 1 ) { j = j + 1; }
write( j );
}
www.eeworm.com/read/192685/8366374
txt 在vb里怎样识别当前的显示分辩率和颜色.txt
当 前 显 示 分 辨 率 宽 为 Screen.Width / Screen.TwipsPerPixelX, 高 为 Screen.Height / Screen.TwipsPerPixelY。
欲 检 测 颜 色 数 , 需 要 调 用 GetDeviceCaps函 数 。 首 先 , 在 窗 体 的 声 明 部 分 增 加 如 下 内 容 :
Const BITSPI
www.eeworm.com/read/292231/8366375
c goto_test.c
void main()
{
int i;
i = 0;
label:
i = i + 1;
if( i < 10 ) { goto label; }
}
www.eeworm.com/read/392035/8366376
opt starclock.opt
www.eeworm.com/read/392035/8366377
plg starclock.plg
Build Log
--------------------Configuration: starclock - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\豪哥\
www.eeworm.com/read/392035/8366378
rc2 starclock.rc2
//
// STARCLOCK.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/