-
pk1.05ym
C#语言开发的自动排课系统,运行在ASP.NET软件上。(C# language to develop an automatic Timetable system software running on ASP.NET.)
- 2009-05-27 10:30:55下载
- 积分:1
-
Development_Notes
说明: 设计功能:
1.实现通过按键中断来控制LED的循环闪烁,分为3种速度循环闪烁。 2.实现定时器的相关功能和PWM信号的生成,当按键中断到来时,实现在开发板的GPIO口改变PWM信号的占空比,以此PWM信号控制电机的运转速度。 3.实现通过虚拟串口发送当前电机信息的功能,每当按下按键后,开发板将电机的转速等级和此时控制电机的占空比通过串口发送到计算机的串口程序中。(Designing function:
1. To control the cyclic flicker of LED by interruption of keys, it can be divided into three kinds of speed cyclic flicker. 2. Realize the function of timer and the generation of PWM signal. When the key interrupt arrives, the duty cycle of PWM signal is changed at the GPIO port of the development board to control the speed of motor. 3. Realize the function of sending the current motor information through the virtual serial port. Whenever the key is pressed, the development board sends the speed level of the motor and the duty cycle of the control motor through the serial port to the serial port program of the computer.)
- 2020-06-20 09:40:01下载
- 积分:1
-
BaseMenuDemo
基本下拉菜单的创建与消息响应,VC++精选编程学习源码,很好的参考资料。(The basic menu creation and message response, VC++ select learning programming source code, a good reference.)
- 2013-12-02 11:29:46下载
- 积分:1
-
Library-Automation-in-cSharp
to order our library by using database and its application. We have learnt how to create a database system and their entity relations. Besides, we have written an automation application that is connected our database in c# with windows forms. Thus, we can reach our library easily.
- 2013-01-12 05:08:52下载
- 积分:1
-
TreeViewDemo
使用TreeView控件实现游览照片功能(Using TreeView Control to Realize Tourist Photo Function)
- 2020-06-17 09:40:01下载
- 积分:1
-
font
根据输入汉字生成点阵字体!用户可以自定义字体的大小!(Generated from the input character bitmap font! Users can customize the font size!)
- 2010-12-06 15:09:37下载
- 积分:1
-
myclock
这是一个全新的时钟模拟工具,它具有漂亮的界面,对于学习MFC有很多的帮助。(This is a new clock simulation tool, it has a beautiful interface, the MFC has a lot of help for learning.)
- 2012-07-27 21:47:54下载
- 积分:1
-
testUSB
用VC++6.0编写的USB通讯测试的程序,可以实现查找PC的USB外设,读取USB外设的设备描述符等功能。对USB通讯初学者有很大的帮助。(Written in VC++6.0 using USB communications test procedure, can be achieved to find PC' s USB peripherals, read the USB peripheral device descriptor functions. USB communication to the very helpful for beginners. )
- 2010-01-28 05:22:12下载
- 积分:1
-
TabDemo
主要实现MFC Tabctrl控件的按Tab快捷键改变控件焦点的功能。焦点可在TabCtrl控件,子窗口,父窗口之间自由切换。(The main realization of MFC Tabctrl control, press the Tab shortcut keys change the focus of the control function. The focus can be freely switched between the TabCtrl control, child window, and parent window.)
- 2017-06-30 08:55:00下载
- 积分:1
-
d3d9wj
#include <windows.h>
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1