-
自我管理汽车
这份文件题为来自Kioskea«自我管理»(来源代码)下之条款下提供Creative Commons许可。您可以复制,修改此份源,规定的许可的条件下,作为本说明
- 2022-10-09 10:55:03下载
- 积分:1
-
一个计算机图形学的开发实习程序,可以实现直线圆。
一个计算机图形学的开发实习程序,可以实现直线圆。-a developing pratice program of computer graphic,which can realize the linear circle.
- 2022-07-27 01:14:37下载
- 积分:1
-
实例287——调用MFC常规DLL,显示颜色信息对话框
调用MFC常规DLL,显示颜色信息对话框。
- 2022-01-22 10:34:38下载
- 积分:1
-
微软认证系统管理员(MCSA)
- 2022-01-30 16:57:49下载
- 积分:1
-
创建时钟程序做一个时钟设置时间,可以参考做秒表
创建时钟程序做一个时钟设置时间,可以参考做秒表-Procedures to create the clock setup time to do a clock, you can reference to do a stopwatch
- 2022-04-22 11:06:46下载
- 积分:1
-
qt多功能上位机(界面数据共享)
应用背景提供串口接口,可通过数据桢格式进行数据的传递,可简单显示数据,发送数据,保存数据,也可显示曲线图,数据传输速度很快,2ms读取一次,界面之间数据传递非常方便有效。在做一次RFID读卡试验中,新开辟了一个窗口,可以读取RFID卡号并语音播报。 关键技术开发平台是windows下的QT开发环境,使用的C++语言,并且使用了第三方的串口类和qwt画曲线图的类,构思了窗口的界面设计,使用一个窗口可以扩展多个窗口,数据可以在多个窗口之间实现共享。
- 2022-05-17 12:24:13下载
- 积分:1
-
Windows ce 5.0 (MIPS架构)自动全屏播放相册
Windows ce 5.0 (MIPS架构)自动全屏播放相册-Windows ce 5.0 (MIPS architecture) automatic full-screen playback Albums
- 2022-04-29 15:30:05下载
- 积分:1
-
This test_tonegen example application consists of both DSP and VM software to im...
This test_tonegen example application consists of both DSP and VM software to implement a tone generator using the Kalimba DSP. The tones are controlled by AT-commands sent by an off-chip host.
Note: No Bluetooth functionality is required or invoked in this example.
A terminal emulator application e.g. Windows HyperTerminal can be used to send AT commands and receive the responses from the VM application running on the BlueCore. -This test_tonegen example application consists of both DSP and VM software to implement a tone generator using the Kalimba DSP. The tones are controlled by AT-commands sent by an off-chip host.
Note: No Bluetooth functionality is required or invoked in this example.
A terminal emulator application e.g. Windows HyperTerminal can be used to send AT commands and receive the responses from the VM application running on the BlueCore.
- 2022-02-01 04:09:40下载
- 积分:1
-
在一个班,C++使用三关键词设置访问界限:公共、私人…
在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, private and protected. They decided to follow behind in their use of the identifier: public means the following can be user-defined identifier of the examples cited and private identifier is illustrated in the following categories of members in addition to function, the user the definition of its instances can not be invoked protected to provide the type of interface inheritance, at the same time not to be outside the protection of their visit.
- 2023-08-14 12:10:03下载
- 积分:1
-
获得焦点的窗口和窗口的句柄
应用背景通过使用这个应用程序,您可以轻松地获得标题和当前焦点的窗口句柄的句柄。在这个项目中我们必须使函数调用user32.dll是Windows的API的一部分。两种功能,我们将使用:getforegroundwindow() -得到处理和了解处理我们可以称getwindowtext()获得窗口的标题。关键技术在我们进入代码之前,让我们先添加2个标签,2个文本框和一个计时器。相应地将所有这些名称命名,设置定时器的时间间隔,当然,允许它。现在的代码。首先,我们定义我们的使用报表:使用系统;使用系统;使用system.windows.forms;使用system.runtime.interopservices;我们需要一个命名空间,所以我们可以使用dllimport。然后我们宣布我们的Windows API函数使用dllimport: ; ; ; ; ; ; ;[ dllimport(“user32。dll”)]静态extern int getforegroundwindow();【dllimport(“user32。dll”)]静态extern int GetWindowText(int HWND,StringBuilder文本,int数);最后,我们插入下面的代码,在计时器的滴答声(双按您的定时器在设计视图)事件: ; ; ; ; ; ; ; ; ; ; ; ;const int CHR = 256; ; ; ; ; ; ; ; ; ; ; ;int处理= 0; ; ; ; ; ; ; ; ; ; ; ;StringBuilder缓冲=新的StringBuilder(CHR); ; ; ; ; ; ; ; ; ; ; ;getforegroundwindow()处理=;&n
- 2023-04-09 00:00:03下载
- 积分:1