-
aruaTWPrt
实现拖放文件到视图窗口的vc++的程序的代码,好用,适用于初学者学习与指导(Drag and drop files to the code view window vc++ program, easy to use, suitable for beginners to learn and guidance)
- 2013-01-16 01:07:31下载
- 积分:1
-
ucos资料
基于STM32F4的ucos的资料,便于开发者编程开发,是压缩包,里面资料不少。对STM32F4,UCOS很感兴趣的朋友可以来看一下,很有帮助
- 2022-03-14 05:11:11下载
- 积分:1
-
1
说明: 将Minpack库中的LM算法封装成库,经过调试,通过算例运行结果与Matlab中运行出来的结果相差0.01范围内。(Will Minpack library package into the LM algorithm library,After debugging An example is the results is only 0.01 Difference from the result of Matlab s!
)
- 2009-08-09 22:15:03下载
- 积分:1
-
C
说明: 1.1 C基础知识 1
1.2 函数与头文件 2
1.3 C预处理器 3
1.4 将一个字符转换为long型 4
1.5 strcpy函数 4
1.6 assert用法 5
1.7 itoa函数和atoi函数 6
1.8 strcmp函数实现 8
1.9 strcpy函数实现 9
1.10 memcpy函数实现 10
1.11 memcpy和memmove函数的实现 11
1.12 strcat函数实现 13
1.13 使用库函数atoi,将char *→int 13
1.14 使用库函数itoa,将int→char * 14
1.15 不使用库函数,将int→char * 14
1.16 不使用库函数,将char *→int 15
1.17 求两个整数的最大公约数 16
1.18 Little_endian or Big_endian 17
1.19 sizeof与strlen的区别 19
1.20 实现String类的BIG_FOUR 19
1.21 struct和union的区别 20
1.22 char字符变量与int整型数据 22
1.23 字,字节,字符,比特 23
1.24 空格、空字符、字符数组结束符的区别 25(1.1 C Basics 1
1.2 Functions and header files 2
1.3 C preprocessor 3
1.4 will be a long-type characters into four
1.5 strcpy function 4
1.6 assert usage 5
1.7 itoa function and atoi function 6
1.8 strcmp function to achieve 8
1.9 strcpy function to achieve 9
1.10 memcpy function to achieve 10
Achieve 11 1.11 memcpy and memmove function
1.12 strcat function to achieve 13
1.13 using the library function atoi, the char* → int 13
1.14 using the library function itoa, the int → char* 14
1.15 does not use the library function, int → char* 14
1.16 does not use the library function, char* → int 15
1.17 find the greatest common divisor of two integers 16
1.18 Little_endian or Big_endian 17
Difference 1.19 sizeof and strlen 19
1.20 realize BIG_FOUR String class 19
Difference 1.21 struct and union of 20
1.22 char and int integer variable character data 22
1.23 word, byte, character, bit 23
Difference 1.24 spaces, null characters, character array termi)
- 2014-10-08 10:33:55下载
- 积分:1
-
MOEA
MOEA/D是一种基于分解的多目标优化算法,这个ppt详细讲解了该算法的特点和方法(MOEA/D is a decomposition-based multi-objective optimization algorithm, this ppt explain in detail the characteristics of the algorithm and methods)
- 2013-11-01 09:52:44下载
- 积分:1
-
VisualC
在Visual C~(++)中使用Unicode编程,世界上有数百种用计算机指定一个数字,来储存字母或其他字符的编码系统。(In Visual C ~(++) use Unicode programming, there are hundreds of the world, with a number assigned to the computer to store letters or other characters in the coding system.)
- 2010-09-03 11:47:29下载
- 积分:1
-
ad9959
89C52驱动AD9959的简单程序 已验证可用(The simple program that 89C52 drives AD9959 has been verified to be available)
- 2020-06-28 20:40:02下载
- 积分:1
-
dos
一个虚拟DOS操作界面的小系统,一共有9条命令,可以在里面增加命令实现更多功能。(A virtual DOS interface small system, a total of 9 orders, which increased in order to achieve more.)
- 2007-12-16 16:15:20下载
- 积分:1
-
100条反激、正激、各种双端拓扑计算公式列表
说明: 电源设计,整机反激等,小电源设计,正激电源 反激电源(Switching Mode Power Supply)
- 2019-04-02 21:34:44下载
- 积分:1
-
STM32,待机,唤醒,C,嵌入式
开发平台:
STM32F103ZET6
程序功能:
硬件资源:
1,DS0(连接在PB5),DS1(连接在PE5)
2,按键KEY0(PE4)/KEY1(PE3)/KEY2(PE2)/KEY_UP(PA0,也称之为WK_UP)
3,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面)
4,串口3(波特率:115200,PB10/PB11)
5,通用定时器3、通用定时器5
实验现象:
可以看到 DS0 不停的闪烁,提示程序已经在运行了。同时
可以看到 TFTLCD 模块开始显示时间,
如果时间和日期不正确,可以利用上一章介绍的 usmart 工具,通过串口来设置,并且可以
设置闹钟时间等,通过 USMART 设置时间和日期并测试闹钟,可以看到,通过 RTC_Alarm_Set
设置闹钟时间,并等待闹铃时间到了以后,串口返回了
Alarm Time:2018-10-30 20:30:52 的字符串,说明我们的闹钟运行正常!达到了预期的效果!
注意事项:
无.
- 2023-07-15 04:50:03下载
- 积分:1