代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8366569
txt 调用api不能改变form的中文字体.txt
在 声 明 部 分 加 上
Public Const GB2312_CHARSET = 134
Command1_Click事 件 中 将 fnt.lfCharSet = DEFAULT_CHARSET改 为 fnt.lfCharSet = GB2312_CHARSET。
www.eeworm.com/read/392031/8366570
v seg7_lut.v
module SEG7_LUT ( oSEG,iDIG );
input [3:0] iDIG;
output [6:0] oSEG;
reg [6:0] oSEG;
always @(iDIG)
begin
case(iDIG)
4'h1: oSEG = 7'b1111001; // ---t----
4'h2: oSEG = 7'b0100100; // |
www.eeworm.com/read/292231/8366571
h cjcombobox.h
// CJComboBox.h : header file
//
// This code may be used in compiled form in any way you desire. This
// file may be redistributed unmodified by any means PROVIDING it is
// not sold for pro
www.eeworm.com/read/392031/8366572
cdb de2_tv.eco.cdb
www.eeworm.com/read/192685/8366573
txt 如何获取注册表中某一主键下的若干主键名.txt
你 的 基 本 用 法 是 正 确 的 , 但 在 调 用 RegEnumKeyEx之 前 少 了 一 句 :
strFTPDbs(iDBCount) = Space(1024)
VB的 字 符 串 是 可 变 长 的 , 根 据 需 要 分 配 空 间 。 但 API调 用 之 前 必 须 分 配 足 够 的 空 间 , 否 则 调 用 会 出 错 。
www.eeworm.com/read/292231/8366574
h cjcontrolbar.h
// CJControlBar.h : header file
//
// DevStudio Style Resizable Docking Control Bar.
//
// Copyright
www.eeworm.com/read/392031/8366575
sci de2_tv.sld_design_entry.sci
www.eeworm.com/read/192685/8366576
txt 怎样得到外部应用程序所弹出窗口的标题.txt
你 可 以 使 用 FindWindow函 数 获 得 外 部 窗 口 的 句 柄 。 然 后 使 用 GetWindowText获 得 标 题 。 不 过 不 一 定 可 以 获 得 静 态 文 本 内 容 , 因 为 某 些 静 态 文 本 是 采 用 非 窗 口 方 式 的 。
www.eeworm.com/read/292231/8366577
h cjpagerctrl.h
// CJPagerCtrl.h : header file
//
// This code may be used in compiled form in any way you desire. This
// file may be redistributed unmodified by any means PROVIDING it is
// not sold for pr
www.eeworm.com/read/392031/8366578
db_info de2_tv.db_info
Quartus_Version = Version 5.0 Build 148 04/26/2005 SJ Full Version
Version_Index = 33592320
Creation_Time = Mon Jun 11 11:32:19 2007