-
Conversion of Enhanced Metafile to Bitmap and viceversa
Conversion of Enhanced Metafile to Bitmap and viceversa
- 2022-02-07 11:39:01下载
- 积分:1
-
在移动实现iPhone界面(Win32)
在mobile上实现iPhone的界面(win32)-In mobile achieving iPhone interface (win32)
- 2023-05-06 00:25:03下载
- 积分:1
-
很精致的一个计算器,界面不错!
很精致的一个计算器,界面不错!-a very delicate calculator, interface Yes!
- 2023-08-18 10:30:06下载
- 积分:1
-
VB中也有类似VC的IDE设置的预编译宏.与C++不同,VB代码中的预编译只能在当前文件中有效,但在IDE中设置的不受这个限制__郝玉杰...
VB中也有类似VC的IDE设置的预编译宏.与C++不同,VB代码中的预编译只能在当前文件中有效,但在IDE中设置的不受这个限制__郝玉杰-VB VC has a similar set of pre-IDE compiler Acer. C and different, VB code to the pre-compiled only in the current document effective, but in the IDE set against this limitation __ Haoyujie
- 2022-10-30 22:00:03下载
- 积分:1
-
VB编程操作Win9X注册表的模块.
VB编程操作Win9X注册表的模块.-VB operation Win9X registry modules.
- 2023-08-06 10:55:08下载
- 积分:1
-
一个小程序,实现24位真彩色图转换为灰度图,用C语言实现。代码有说明,大家可以参考一下。...
一个小程序,实现24位真彩色图转换为灰度图,用C语言实现。代码有说明,大家可以参考一下。-A small program to achieve 24-bit true-color map is converted to grayscale, using C language. Has code that everyone can reference.
- 2022-06-01 04:49:40下载
- 积分:1
-
这是一本被奉为经典的C++教程,关于C++的描述循序渐进,就算没有C基础,也能看懂...
这是一本被奉为经典的C++教程,关于C++的描述循序渐进,就算没有C基础,也能看懂-This is to be regarded as a classic C++ Tutorial on C++ Description of step-by-step, even if there is no C foundation, it can read
- 2022-03-02 14:21:29下载
- 积分: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
-
100例Visual C++实用源书,精心挑选的100编程…
Visual C++ 实用程序100例随书源码,精心选取了100个编程实例,分别讲叙了窗体与界面,图形处理与多媒体,文件与系统,网络与数据库,控件以及其他一些应用.-Visual C++ Utility source book with 100 cases, carefully selected 100 programming examples, respectively讲叙the form and interface, graphics and multimedia, documents and systems, networks and databases, control and other applications .
- 2023-04-02 18:30:04下载
- 积分:1
-
如何使用制表符动态除和删除的定义…
怎样使用自定义的Tab类
动态增加和删除TabCtrl中的标签-how to use the definition of the category of Tab dynamic addition and removal of the label TabCtrl
- 2023-04-14 16:25:04下载
- 积分:1