-
实例讲解如何进行串口通信以及相应的代码,例子
实例讲解如何进行串口通信以及相应的代码,例子-Examples to explain how to carry out serial communication and the corresponding code, for example,
- 2022-01-25 14:47:15下载
- 积分:1
-
stm8 温度传感器MLX90614驱动程序
通过STM8驱动温度传感器MLX90614,集成串口中断通信,已测试可用
- 2022-05-14 06:15:31下载
- 积分:1
-
我想你知道一个MRU缓存是什么,否则你不会读这个…
I suppose you know what a MRU cache is, otherwise you wouldn t been reading this.
This is an implementation of a very simple one using only STL.
To implement a cache, derive a subclass from this template class.
As an implementor, you d have to implement two methods:
HandleNonExistingKeyFetch - to handle cache misses. In this method you access the real source of data behind the cache and return the value.
HandleItemRelease - (optional) called when an item is removed from the cache.
The cache class is a template of two types, a key and value (like hash map). The value type is the type of the resource and the key type is the type of the resource address. (this is how you fetch a resource) -I suppose you know what a MRU cache is, otherwise you wouldn t been reading this.This is an implementation of a very simple one using only STL.To implement a cache, derive a subclass from this template class.As an implementor, you d have to implement two methods: HandleNonExistingKeyF
- 2022-11-30 08:45:03下载
- 积分:1
-
Samsung ARM9 chip s3c2410 Jack 4.2BSP the source code, according to the developm...
三星ARM9芯片s3c2410的wince 4.2BSP源代码,可以根据自己的开发板做少量修改即可使用-Samsung ARM9 chip s3c2410 Jack 4.2BSP the source code, according to the development board to do some modifications in order to use
- 2022-05-09 02:09:10下载
- 积分:1
-
" Empire download system" for the website information and online video...
《帝国下载系统》是为网站资料下载与在线影视网站提供的解决方案。功能强大,简单易用,全静态页面,完善的会员收费方案,全面满足免费与收费下载或影视网站需求-" Empire download system" for the website information and online video download site solution. Powerful, easy-to-use, all static pages, a sound program of membership fees, and charges to meet the full free download or demand video Web site
- 2023-08-20 05:30:04下载
- 积分:1
-
这是遗传算法进行函数优化的程序,可以运行成功,需要的就下吧...
这是遗传算法进行函数优化的程序,可以运行成功,需要的就下吧-This is the source code of genetic algorithm for function optimization, it can run ,down it if you need it.
- 2022-02-28 15:48:30下载
- 积分:1
-
windows ce 开发的入门教材,包括开发环境的图文配置,简单的控件使用,适合入门的开发者。...
windows ce 开发的入门教材,包括开发环境的图文配置,简单的控件使用,适合入门的开发者。-windows ce development of entry materials, including the development of graphic configured the environment, the use of simple controls suitable for portal developers.
- 2022-01-26 03:43:53下载
- 积分:1
-
一款初学者编写的directx的小游戏。
一款初学者编写的directx的小游戏。-A beginner" s game directx prepared.
- 2022-07-15 11:11:47下载
- 积分:1
-
HexText.exe 可以转换代码文件到文本文件
一)可以轻易阅读代码文件
二)可以用比较软件比较代码文件...
HexText.exe 可以转换代码文件到文本文件
一)可以轻易阅读代码文件
二)可以用比较软件比较代码文件
-------
HexText.exe can convert Binary code to txt file.
(1)It is easy to read the binary file
(2)you can use compare software to compare the binary file.
-------
如果有时间愿意分享更多。-HexText.exe code files can be converted to a text file one) can easily read the code files b) Comparison of the software can be compared code files------- HexText. Exe can convert Binary code to txt file. (1) It is easy to read the binary file (2) you can use compare software to compare the binary file .------- If you have time willing to share more.
- 2022-11-29 06:55:03下载
- 积分:1
-
关于C语言函数指针的使用,对于c语言初学者非常有帮助
关于C语言函数指针的使用,对于c语言初学者非常有帮助-Function pointer on the C language use, language for beginners c very helpful
- 2022-01-25 19:15:36下载
- 积分:1