-
Interrupt Controller experimental Interrupt Controller experimental Interrupt Co...
中断控制器实验中断控制器实验中断控制器实验中断控制器实验中断控制器
- 2022-02-04 01:08:47下载
- 积分:1
-
vc灵感编程范例源代码 01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07
vc灵感编程范例源代码 01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07 无模式对话框 08 AfxMessageBox的使用 09 基于对话框的应用程序 10 改变对话框的背景色 11 滚动轴的使用 12 隐藏任务栏 13 限制窗口大小的改变 14 创建不规则窗口 15 透明窗口 16 一个总在最上的紫色窗口 17 使窗口居中显示 18 拖非标题栏移动窗口 19 拆分窗口 20 自动停靠窗口-vc inspiration source code programming examples accelerated 01 menu button to create dynamic menu 02 03 04 menu items map system with the right mouse button for the pop-up menu of 05 added to the system menu mode menu items 06 07 modeless dialog box 08 A. fxMessageBox 09 based on the use of dialog 10 applications to change the background color dialog 11 the use of the rolling axis 12 13 hidden task bar window size limit of 14 changes to create irregular window transparent window 15 1 six in a total of the top 17 purple window so that the window of 18 middle-trailers moving window title bar window 20 19 Resolution automatic call window
- 2022-04-17 18:02:51下载
- 积分:1
-
html5动态更改页面大小nodewebkit
资源描述使用nodewebkit打开页面,实现html5完成窗口页面变大、变小。可以是实现窗口抖动,以及停止抖动。实现过程:nw 3.nw
- 2022-03-13 19:47:31下载
- 积分:1
-
android 智能家居APK
源代码运行环境 Android 4.0开放式家庭自动化的总线(openHAB)项目旨在提供一个通用的集成平台,为家庭自动化周围的一切事物。这是一个纯Java解决方案,完全基于OSGi的。Equinox OSGi的运行和Jetty作为Web服务器建立运行时的核心基础。
- 2022-02-06 23:07:30下载
- 积分:1
-
实现串口通讯,以及通讯数据的动态显示(曲线绘制)
实现串口通讯,以及通讯数据的动态显示(曲线绘制)-Serial communication implementation, as well as the dynamic display communication data (drawn curve)
- 2022-05-21 10:46:38下载
- 积分:1
-
网络编程(实现客户端与服务器端通信)
此处以创建一个TCP协议的客户端和服务器端,TCP协议与UDP协议不同之处在于TCP建立连接时需要经过三次握手,因为TCP是可靠的协议,UDP可以不需要建立连接,直接向服务器发送消息,只要知道服务器端的ip地址和端口就可以了。
客户端需要先创建一个socket,在客户端需要知道服务器的ip地址和端口信息,将其添加到一个地址的结构体里去,然后就可以通过connect函数去连接服务器了。
服务器端也是要先创建一个socket,声明一个地址的 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-16 16:40:03下载
- 积分:1
-
本程序是界面编程,用来实现在WORD中输出报表,打印预览和打印选项。...
本程序是界面编程,用来实现在WORD中输出报表,打印预览和打印选项。-This program is programming interface used to achieve the WORD in the output report, print preview and print options.
- 2022-10-11 12:05:03下载
- 积分:1
-
一个使用图标作为进度显示的控件,界面很漂亮,值得去研究...
一个使用图标作为进度显示的控件,界面很漂亮,值得去研究-use an icon as shown in the progress of controls, the interface is very beautiful, worthy of study
- 2022-10-20 14:00:03下载
- 积分:1
-
用vc实现模态和非模态对话框的建立,首先需要输入一条口令,设置为1925,接着在编辑菜单下调用文本编辑对话框和非模态对话框.在文本对话框中可以设置字体,颜色,字...
用vc实现模态和非模态对话框的建立,首先需要输入一条口令,设置为1925,接着在编辑菜单下调用文本编辑对话框和非模态对话框.在文本对话框中可以设置字体,颜色,字型.在非模态对话框下,可以实现数据的输入,显示到文档上.对于vc初学者,此程序是个不错的例子.-with vc achieve modal and non-Modal Dialog established, the first to enter a password. set to 1925. then under the edit menu text editor called dialog and non-Modal Dialog. in the text box can set font, Colors, Fonts. in non-Modal Dialog, we can achieve data input, display of a document. vc for beginners this program is a good example.
- 2022-08-22 16:35:38下载
- 积分:1
-
scrollJpane的运用实例!利用ScrollBar的功能使它可以利用滚动轴滚动窗口,乍看之下我们并不会直接使用到,JScrollBar的方法,因为JScr...
scrollJpane的运用实例!利用ScrollBar的功能使它可以利用滚动轴滚动窗口,乍看之下我们并不会直接使用到,JScrollBar的方法,因为JScrollPane都帮我们处理得好好的,但如果我们想对滚动轴做更细的设置,例如在拖曳时一次滚动多少区域等,就必须了JScrollBar所提供的功能了。JScrollBar在处理窗口的滚动并不像JScrollPane那么容易,看起来也比 JScrollPane简单得许多,因此通常在实现时我们会取一些JScrollBar所提供的功能.-scrollJpane examples of the use! ScrollBar use of the function so that it could use the rolling axis scroll window, and at first glance w ill not be directly used. JScrollBar method because JScrollPane have helped us to deal with good, but if we want to do more rolling axis small settings, such as when a tractor in the number of regional rolling, a must JScrollBar provided by the function. JScrollBar window in the rolling JScrollPane is not as easy than JScrollPane seem simple that many, it is often the realization, we will take some JScrollBar provided by the function.
- 2023-03-28 05:35:03下载
- 积分:1