代码搜索:如何学习 CPRI IDT?
找到约 10,000 项符合「如何学习 CPRI IDT?」的源代码
代码结果 10,000
www.eeworm.com/read/492231/1178426
cs ihasassignedid.cs
namespace BasicSample.Core.Domain
{
public interface IHasAssignedId
{
///
/// Enables developer to set the assigned ID of an object. This is not part of
www.eeworm.com/read/312645/3658055
cdl refidt334_eth_drivers.cdl
# ====================================================================
#
# refidt334_eth_drivers.cdl
#
# Ethernet drivers
# Intel PRO/100+ platform specific support for IDT MIPS 334
#
# =======
www.eeworm.com/read/312645/3662192
c ser16c550c.c
//=============================================================================
//
// ser16c550c.c
//
// Simple driver for the 16c550c serial controllers on the IDT board
//
//========
www.eeworm.com/read/398200/2388194
cdl refidt334_eth_drivers.cdl
# ====================================================================
#
# refidt334_eth_drivers.cdl
#
# Ethernet drivers
# Intel PRO/100+ platform specific support for IDT MIPS 334
#
# ==============
www.eeworm.com/read/398200/2390806
c ser16c550c.c
//=============================================================================
//
// ser16c550c.c
//
// Simple driver for the 16c550c serial controllers on the IDT board
//
//==============
www.eeworm.com/read/192685/8360394
txt 如何在win95下发出不同频率、音长的声调.txt
你 可 以 直 接 控 制 喇 叭 端 口 。 具 体 的 做 法 可 以 参 考 http://www.zealsoftstudio.com/cn/vbio的 VBIO.DLL的 Speaker示 例 。 这 个 方 法 在 很 多 8086/8088原 理 的 书 上 有 介 绍
www.eeworm.com/read/192685/8360403
txt 如何在放入cd碟时自动调入我的cd播放软件.txt
修改HKEY_CLASSES_ROOT\AudioCD\shell\play\command键。该键的默认值为“C:\Windows\cdplayer.exe /play %1”
这里的%1是音轨文件。你可以把它修改为:
"C:\MyPath\MyPlayer.exe %1"
www.eeworm.com/read/192685/8360725
txt 如何不失真地显示长、宽超过32768缇的图片.txt
用 两 个 Picture Box和 滚 动 条 来 做 , 但 是 好 象 无 法 成 功 ... 溢 出 ...
是 因 为 : 0
www.eeworm.com/read/192685/8360761
txt 如何把16位位图转换成256色位图.txt
完全使用VB来做图形格式转换非常麻烦,而且效率很低。最好还是利用专门的控件来做这些工作,比如ImageMan(http://www.data-tech.com)、ImagN、Lead Tools(http://www.leadtools.com)等等。
www.eeworm.com/read/192685/8360773
txt 如何把一个text文件转换为tiff格式的文件.txt
你 可 以 在 PictureBox上 使 用 Print方 法 打 印 文 本 文 件 的 内 容 , 然 后 利 用 ImageMan(http://www.data-tech.com/)等 控 件 将 PictureBox上 的 内 容 保 存 为 Tiff文 件 。 例 如 (这 里 没 有 考 虑 分 页 和 折 行 ):
Open "c:\mytext.txt" For I