代码搜索:knowledge

找到约 1,307 项符合「knowledge」的源代码

代码结果 1,307
www.eeworm.com/read/114100/15113458

txt 如何使用imgscan.ocx控件.txt

你 这 个 问 题 让 我 感 到 吃 惊 。 ImgScan.ocx就 是 用 来 控 制 扫 描 仪 的 , 如 果 你 没 有 安 装 扫 描 仪 , 那 你 用 它 做 什 么 呢 ? 我 不 知 你 是 从 何 途 径 得 到 这 个 控 制 的 , 这 个 控 制 是 Imaging for Windows 95的 一 部 分 , 现 在 已 经 被 包 括 在 Windows 98中
www.eeworm.com/read/415674/11059198

h criterr.h

/* * Most of this info is regurgitated stuff from IBM and Microsoft Technical * Reference manuals and the Microsoft Knowledge Base. The error messages * are copyright by either Microsoft or IBM
www.eeworm.com/read/414776/11101846

h includes.h

/* ********************************************************************************************************* * * EXAMPLE CODE * *
www.eeworm.com/read/203473/15358169

h criterr.h

/* * Most of this info is regurgitated stuff from IBM and Microsoft Technical * Reference manuals and the Microsoft Knowledge Base. The error messages * are copyright by either Microsoft or IBM
www.eeworm.com/read/108601/15583174

java spkernel.java

// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html // Decompiler options: packimports(3) // Source File Na
www.eeworm.com/read/325109/13226954

txt 新建 文本文档.txt

SELECT c.* FROM tb_Keyword as a LEFT JOIN tb_Ref_key2know as c on c.knowledge_id = a.keyword_id LEFT JOIN tb_Knowledge as b on b.knowledge_id = c.knowledge_id where a.keyword_name='123'
www.eeworm.com/read/192685/8365571

txt 如何检测下载是否完成.txt

Internet Transfer控 件 有 一 个 StillExecuting属 性 是 用 来 检 测 是 否 下 载 完 毕 的 。 如 果 下 载 未 完 成 , 该 属 性 返 回 一 个 非 零 值 , 而 下 载 完 成 , 返 回 0。 vb6的 帮 助 说 , 下 载 未 完 成 将 返 回 True(-1), 其 实 这 是 不 对 的 (参 见 微 软 的 Knowledg
www.eeworm.com/read/192685/8366105

txt 怎样在vb中载入某种字体文件.txt

加 载 字 体 使 用 API函 数 CreateScalableFontResource和 AddFontResource。 如 果 不 希 望 使 用 字 体 , 可 以 使 用 RemoveResource。 加 载 后 使 用 字 体 的 方 法 和 Windows自 带 的 字 体 没 有 区 别 。 使 用 AddFontResource加 入 的 字 体 在 计 算 机 启 动 后
www.eeworm.com/read/192685/8366315

txt getmetafile总返回0.txt

GetMetaFile返 回 0有 三 种 情 况 , 一 是 文 件 不 存 在 , 二 是 文 件 不 是 Windows的 wmf格 式 , 三 是 文 件 中 包 括 了 Windows不 支 持 的 GDI函 数 。 Windows的 wmf格 式 指 的 是 使 用 CreateMetaFile函 数 创 建 的 WMF文 件 。 许 多 软 件 , 如 VB、 Word所 包 括 的
www.eeworm.com/read/192685/8366429

txt 如何调用getglyphoutline函数.txt

这 个 函 数 的 难 点 在 于 返 回 的 字 体 数 据 的 格 式 。 我 们 的 时 间 有 限 , 无 法 给 出 VB实 例 。 这 里 只 能 给 出 三 篇 有 关 的 文 章 供 你 参 考 。 如 果 你 能 完 成 VB实 例 , 我 们 也 非 常 希 望 能 在 我 们 的 站 点 上 与 大 家 分 享 。 这 三 篇 文 章 都 来 自 微 软 的 Knowledg