-
VC控件 TreeCtrl
VC控件 TreeCtrl -VC Control TreeCtrl
- 2023-01-31 18:20:04下载
- 积分:1
-
vs2008+ boost an example, boost most of the code can be used directly, no need t...
vs2008+boost的一个例子,boost中的大部分代码可以直接使用,并不需要编译-vs2008+ boost an example, boost most of the code can be used directly, no need to compile
- 2022-08-14 19:48:38下载
- 积分:1
-
C-mex files for MATLAB encounter the following problem when compiling
them with WATCOM 11.0: All access-functions to files (fprintf, fscanf)
cannot handle double variables, only integer and strings are read or
written correctly. The file convert.c contains two functions: You may
read a double-variable as a string from the file and convert it to a
double (function string2double) and you may convert a double to a string
(function double2string) and write it to a file (see main() in
convert.c).
The file conditio.dat is an example of numbers read by convert.c. The
conv.exe was compiled on a Windows95-system.
The files were tested for MATLAB 5.2 and WATCOM 11.0a
result of "ver" is: MATLAB Version 5.2.1.1420 on PCWIN-C-mex files for MATLAB encounter the following problem when compiling them with WATCOM 11.0: All access-functions to files (fprintf, fscanf) cannot handle double variables, only integer and strings are read or written correctly. The file convert.c c
- 2022-06-01 01:50:17下载
- 积分:1
-
teach fresh with logo designing step by step.
please download and make use of i...
手把手教你做LOGO 菜鸟教学 欢迎下载并使用-teach fresh with logo designing step by step.
please download and make use of it.
- 2022-08-11 20:28:26下载
- 积分:1
-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2022-03-12 00:37:45下载
- 积分:1
-
JAVA 版MPEG播放器 大家
JAVA 版MPEG播放器 大家-MPEG player for java edition,have a look.
- 2022-07-15 04:00:49下载
- 积分:1
-
输入年和周数,如2009 14,返回第14周的第一天和最后一天的日期...
输入年和周数,如2009 14,返回第14周的第一天和最后一天的日期-Enter the number of years and weeks, such as 200,914, return the first 14 weeks of the first days of the date of the last day
- 2023-01-05 11:00:04下载
- 积分:1
-
NoteXpad 一个用c语言制作的记事本
NoteXpad 一个用c语言制作的记事本-NoteXpad c language with a production of the notebook
- 2023-02-18 04:55:03下载
- 积分:1
-
Class NodoD, for a list, a queque, or a disperse matrix.
Class NodoD, for a list, a queque, or a disperse matrix.
- 2023-06-15 03:10:05下载
- 积分: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