-
C++对象消息传递,非常好用。
C++对象消息传递,非常好用。-C object messaging, a very handy.
- 2023-07-26 23:30:03下载
- 积分:1
-
vb编写的简单计算器程序,适合vb入门者看看,
vb编写的简单计算器程序,适合vb入门者看看,-vb write a simple calculator program, suitable for beginners vb look
- 2022-03-20 17:06:11下载
- 积分:1
-
MFC网页自动填表
资源描述在MFC项目嵌入网页,通过MFC控件,控件网页控件。实现自动把内容填入编辑框,然后控件鼠标点击网页按键
- 2022-05-01 00:05:07下载
- 积分:1
-
一个使用delphi做的winsock 的别人的东西我转发一下
实现了 词法编译器的功能 在编译成序的 过程中,词法编译是第一步 此程序 是实现对词法的检查,纠错,以及最终的编译!~-realized accidence Compiler Compiler function in sequence into the process, the first step is to compile morphology of this procedure is to check the lexical and correlation, and, ultimately, the compiler! ~
- 2023-01-21 12:05:04下载
- 积分:1
-
u_reg H”。
u_reg.h"
void Delay_MS(unsigned int ms)
void main()
{
asm(" STM #0000h,CLKMD ")
while(*CLKMD & 0x01 )
asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M
/* 40C7h:5*clkin =100M
30c7h:4*clkin =80M
20c7h:3*clkin =60M
10C7h:2*clkin =40M
*/
asm(" stm #4240h, SWWSR ")
//2 wait except for on-chip program 1
asm(" stm #00a0h, PMST ") //MP/MC = 0, IPTR = 001,ovly=0
asm(" stm #0802h, BSCR ")
asm(" STM #0h,IMR ")
while(1)
{
Delay_MS(500)
asm(" RSBX XF ")
Delay_MS(500)
asm(" SSBX XF ")
}
-sdqwd
- 2022-02-04 22:56:44下载
- 积分:1
-
The preparation of a pathway to solve the maze procedure. (2) the user to enter...
编制一个求解迷宫通路的程序。(2) 用户以文件的形式输入迷宫的数据:文件中迷宫保存在一个[ ]中,e表示入口,x表示出口,1表示障碍,0表示通路,每一行用逗号隔开。-The preparation of a pathway to solve the maze procedure. (2) the user to enter the maze in the form of data: documents saved in a maze [] in, e express entrance, x express export, express one obstacle, 0 express pathway, each line separated by commas.
- 2022-05-26 17:28:38下载
- 积分:1
-
实现时钟的例子,分享下,用win32汇编实现的
实现时钟的例子,分享下,用win32汇编实现的-Examples of realization of the clock, sharing, using win32 compilation to achieve
- 2022-01-28 17:14:07下载
- 积分:1
-
This is a bank management system, finally found his hope to
这是一个银行管理系统,好不容易找到的,希望能通过-This is a bank management system, finally found his hope to
- 2022-10-05 12:40:04下载
- 积分:1
-
DirectShow实务精选+源代码
directshow源代码,包括摄像头、播放器、过滤器、在线视频等源代码,有需要的人可以下载
- 2022-01-30 23:41:58下载
- 积分:1
-
vs 载入视频并播放
载入视频 capture,获得每帧图片 while(1)遇到esc键就退出,否则一幅幅播放
- 2022-03-19 18:26:21下载
- 积分:1