搜索:dialog
找到约 77 项符合「dialog」的查询结果
结果 77
按分类筛选
- 全部
- 技术资料 (12)
- Java编程 (6)
- VC书籍 (6)
- 其他 (5)
- Windows CE (5)
- 编辑器/阅读器 (3)
- 其他数据库 (3)
- 通讯/手机编程 (2)
- Linux/Unix编程 (2)
- 串口编程 (2)
- BREW编程 (2)
- 中间件编程 (2)
- 手册 (1)
- 笔记 (1)
- 单片机编程 (1)
- C/C++语言编程 (1)
- 其他书籍 (1)
- ALTERA FPGA开发软件 (1)
- 电子书籍 (1)
- allegro (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- 游戏 (1)
- *行业应用 (1)
- Applet (1)
- 文件格式 (1)
- 嵌入式/单片机编程 (1)
- 单片机开发 (1)
- 数据结构 (1)
- J2ME (1)
- matlab例程 (1)
- Delphi控件源码 (1)
- Windows Mobile (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- 其他嵌入式/单片机内容 (1)
- 精品软件 (1)
https://www.eeworm.com/dl/542/138964.html
其他书籍
This article is a very simple introduction writing a Windows Form application for the Microsoft.NET
This article is a very simple introduction writing a Windows Form application for the
Microsoft.NET framework using C#. The sample application demonstrates how to create and
layout controls on a simple form and the handling of mouse click events. The application
displays a form s ...
https://www.eeworm.com/dl/625/271704.html
游戏
Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic c
Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic controls of the windows GUI look like: PictureBox, TextBox, ListBox, LabelBox, ControlListBox, ComboBox, Button, CheckButton, Dialog, Panel, HScrollBar and VScrollBar. It uses the l ...
https://www.eeworm.com/dl/626/239203.html
编辑器/阅读器
使用WebBrowser控件作为容器打开Word文档 === === === === === === === 这个源代码演示了使用WebBrowser控件作为容器打开Word文档的操作。需要在工
使用WebBrowser控件作为容器打开Word文档
=== === === === === === ===
这个源代码演示了使用WebBrowser控件作为容器打开Word文档的操作。需要在工程中添加的引用主要为Office支持库,本示例是以在OFFICEXP 2003的环境下打开。所需文件如下:
Microsoft Word 11.0 Object Library (MSWord.olb)
Micr ...
https://www.eeworm.com/dl/620/401816.html
Internet/网络编程
Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported,
Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 Internet protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications that communicate with HTTP servers ...
https://www.eeworm.com/dl/686/489266.html
VC书籍
vc++与visio 安装VISIO office(推荐2003以上版本)必须安装visio office 否则程序无法运行 安装VisioSDK(推荐2003以上版本) 默认安装路径为<
vc++与visio
安装VISIO office(推荐2003以上版本)必须安装visio office 否则程序无法运行
安装VisioSDK(推荐2003以上版本)
默认安装路径为<SDK> C:\Program Files\Microsoft Office\Office12\VisSDK
新建project(实例代码是新建了个MFC Dialog base program)
将<SDK>\Libraries\CPP\里的include ...
https://www.eeworm.com/dl/841784.html
技术资料
SPSS—process插件
process插件主要用于SPSS数据统计分析的中介效应分析,安装方法:打开SPSS,选择Utilities,找到Custom&nbsp;Dialogs菜单下的Install&nbsp;Custom&nbsp;Dialog,然后点击打开。然后找到你下载好的process文件中以.spd为文件后缀名的文件,点击打开即可。一旦安装成功,你将会在Analyze菜单选项下的Regr ...
https://www.eeworm.com/dl/502/31742.html
单片机编程
Emu51Form软仿真计时器.
Emu51Form是一个软仿真计时器,copy到keil\c51\bin下 project->option&nbsp;for&nbsp;target&nbsp;"target&nbsp;1"->debug->dialog.dll->parameter改为-p51R&nbsp;-dEmu51Form即可在keil&nbsp;7.0运行成功,因为使用的一些函数是在最新的AGSI文档中获得,所以大家试试在6.23下能不能用。 ...
https://www.eeworm.com/dl/845425.html
技术资料
DA14580蓝牙模块用户手册
蓝牙模块 SBM14580 是基于芯片 Dialog DA14580 设计的, 蓝牙 BLE 单模, 分别有 PCB天线(SBM14580B-S/SBM14580L-S)、陶瓷天线(SBM14580M-S/SBM14580S-SF)、外部天线(SBM14580L-SE/SBM14580E-S), 采用邮票孔超小的封装, 最小的封装尺寸仅为6.5*9mm(SBM14580M-S)。 提供有完整的透传软件, 对于 ...
https://www.eeworm.com/dl/648/143112.html
单片机开发
拷拷贝到你的Keil安装目录下的c51in文件夹中。 工程文件中需设置一下: project->Option for Target Target1 选Debug页 左侧最下面 Di
拷拷贝到你的Keil安装目录下的c51\bin文件夹中。
工程文件中需设置一下:
project->Option for Target Target1
选Debug页
左侧最下面
Dialog Dll
一般是DP51.DLL,不用修改
Parameter
中是
-P51
在其后加入
-dledkey
即该行看起来应该是这样的:
-p51 -dledkey
保存即可
进入调试后,点击:Peripherals ...
https://www.eeworm.com/dl/682/269122.html
中间件编程
通用报表打印类使用说明 主要功能: 1 – 自动分页 2 – 自动划出纵横表格线 3 – 支持横向 / 纵向打印 4 – 支持打印输出或生成文本文件 使用方法: 1.Copy prt.h
通用报表打印类使用说明
主要功能:
1 – 自动分页
2 – 自动划出纵横表格线
3 – 支持横向 / 纵向打印
4 – 支持打印输出或生成文本文件
使用方法:
1.Copy prt.h, prt.cpp --- > Project Path
2.Menu --- > Project --- > Add to project --- > files ( prt.h, prt.cpp )
3.Menu --- > open --- > ...