-
是关于保护模式与实模式之间的相互切换,是用汇编写的源程序...
是关于保护模式与实模式之间的相互切换,是用汇编写的源程序-on protected mode and real mode between the switch is a compilation was made of the source
- 2022-03-21 05:49:53下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
详细说明:pwm原程序利用定时器,在P2_5上输出PWM波。为了演示,使占空比从1%~99%再从99%~1%连续变化。频 率约为200Hz。可以用于用于直流电机...
- 2022-09-28 10:40:03下载
- 积分:1
-
本课程结束的课程设计:浏览器程序设计。注:…
此为本人期末的课程设计VC设计:浏览器程序设计。注:本源码用Word文档存放。 简介内容:随着互联网在世界范围的广泛应用,WWW(World Wide Web,万维网)也日益成为互联网上信息交流不可缺少的工具。它是一种以HTTP(HyperText Tranfer Protocol,超文本传输协议)为基础,使用HTML(HypeText Markup Language,超文本标记语言)编写的有若干Web网页构筑而成的世界。 本课程设计要求设计类似于微软的IE浏览器,具备一个浏览器的基本功能,可以完成网上冲浪的任务。 设计 Visual C++为我们提供了一个ChtmlView类,有了它。可以很方便地设计浏览器。-this as the end of the course design VC Design : browser program design. Note : This source used Word documents stored. Introduction : As the Internet in a wide range of applications worldwide, WWW (World Wide Web, the World Wide Web) has increasingly become the exchange of information on the Internet an indispensable tool. It is a form HTTP (HyperText Tranfer Protocol, Hypertext Transfer Protocol) based on the use of HTML (HypeText Markup Language, HTML) prepared in a number of Web pages built by the world. The curriculum design requirements similar to the design of Microsoft"s Internet Explorer, a browser with the basic functions can be completed online surfing tasks. Design
- 2023-05-13 14:45:03下载
- 积分:1
-
开关电源调光程序
用PIC16F510单片机,实现按键调光程序。按键按一下为强光,按两下为工作光,工作光电流为强光的1/2,按3下为频闪,按4下为关机。且程序设定低电压报警功能,当外部供电不足9.9V时会闪烁10次,低于8.4V时关机
- 2022-02-03 02:51:57下载
- 积分:1
-
非线性光纤光学(第四版)的源代码,美国人写的
非线性光纤光学(第四版)的源代码,美国人写的-Nonlinear Fiber Optics (Fourth Edition) of the source code, written by the Americans
- 2023-04-28 18:05:04下载
- 积分:1
-
字符分割
character segmentation
- 2022-03-02 04:29:34下载
- 积分:1
-
mega8的控制LED走马灯程序,利用ICCAVR编译c程序
mega8的控制LED走马灯程序,利用ICCAVR编译c程序-LED lantern mega8 control procedures, the use of ICCAVR compile c program
- 2022-07-18 08:00:29下载
- 积分:1
-
VB mapping equipment to do the communication process. Set up communications para...
VB做的测绘仪器通讯程序!
设置通讯参数一定要和仪器里的一致!-VB mapping equipment to do the communication process. Set up communications parameters must apparatus and the same!
- 2022-03-19 18:40:03下载
- 积分:1
-
Bmp文件是非常常用的位图文件,无论是游戏还是其他都被广泛使用。针对bmp文件的处理也有一堆现成的api进行调用,然而文件内部究竟怎样,如何自己来解析这样的文件...
Bmp文件是非常常用的位图文件,无论是游戏还是其他都被广泛使用。针对bmp文件的处理也有一堆现成的api进行调用,然而文件内部究竟怎样,如何自己来解析这样的文件呢-Bmp file is a very commonly used bitmap file, whether it is games or other have been widely used. Bmp file for the deal also has a pile of off-the-shelf api calls, but what the internal documents, how to own such a document to resolve this
- 2022-03-21 13:22:07下载
- 积分:1