-
《C++ Primer Plus 第六版》pdf以及随书源代码
《C++ Primer Plus 第六版》pdf以及随书源代码
- 2019-10-12下载
- 积分:1
-
ICON
ICON图标提取工具,可以提取exe以及dll文件程序的所有icon图标。(ICON icon extraction tool to extract the program exe and dll files for all icon icon.)
- 2011-05-11 11:25:44下载
- 积分:1
-
ds1302
ds1302例程,本例程来源网络,本人验证通过,特此上传供大家学习交流(ds1302 routine, the routine source network, I verify hereby uploaded for everyone to learn exchange)
- 2012-09-14 18:34:51下载
- 积分:1
-
CNC-system-simulation
采用51单片机控制5轴步进电机联动-模拟数控系统(5 using 51 single axis stepper motor control linkage- CNC system simulation)
- 2014-07-09 15:21:35下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
并行程序设计导论
适合于新手学习并行化MPI程序以及并行思想学习(This is a parallel program learning material for beginners.)
- 2021-01-05 13:28:54下载
- 积分:1
-
stm32f10x_lib
stm32f103 lib header
头包含文件结构(stm32f103 lib header)
- 2012-08-10 22:55:38下载
- 积分:1
-
PID温控1602显示
说明: STC 51单片机的PID温度控制程序, 包含DS18B20测量温度 LCD1602显示(STC 51 MCU PID temperature control program, including DS18B20 temperature measurement and LCD1602 display)
- 2020-06-16 08:20:01下载
- 积分:1
-
SX1278 demo例程,SX1276规格书,driver程序
资源包括SX1278的demo例程、SX1276中文手册以及sx12xxdrivers。
- 2022-03-03 07:06:16下载
- 积分:1
-
GPS-data-analysis-
用51单片机解析GPS数据并在12864液晶显示经纬度、时钟以及高度的源代码程序
(GPS data analysis with 51 single-chip liquid crystal display latitude and longitude in the 12,864, clock, and a high degree of source code program)
- 2011-05-09 12:38:33下载
- 积分:1