-
列举出运行的进程,并能终止一些进程,系统进程终止不了,有待改进...
列举出运行的进程,并能终止一些进程,系统进程终止不了,有待改进-To list running processes, and can terminate some processes, system processes can not be terminated, room for improvement in
- 2022-06-11 19:50:46下载
- 积分:1
-
刚学编程,多多指导
刚学编程,多多指导-just learning programming, many guidance
- 2023-07-08 13:30:03下载
- 积分:1
-
矩阵乘法不使用数组
matrix multiplication without using array
only malloc and calloc are used to get memory
and multiplied matrix
- 2022-10-01 11:20:03下载
- 积分:1
-
des algo The DES (Data Encryption Standard) algorithm is the most widely used encryption algorithm i
DES(数据加密标准)算法是世界上使用最广泛的加密算法。多年来,在许多人中间
- 2022-02-26 07:20:25下载
- 积分:1
-
电流波形显示组件,提供了三条显示曲线,也可用于工业数据的显示...
电流波形显示组件,提供了三条显示曲线,也可用于工业数据的显示
- 2023-05-06 06:25:02下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
It is no easy task to design a library for generic programming. Java s solution...
It is no easy task to design a library for generic programming. Java s solution has many nice features but is certainly not the only possible approach.
- 2023-05-11 15:55:03下载
- 积分:1
-
Pci programming examples
Pci 编程例子-Pci programming examples
- 2022-03-22 08:10:47下载
- 积分: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
-
MPU6050开发源码
MPU-60X0对陀螺仪和加速度计分别用了三个16位的ADC,将其测量的模拟量转化为可输出的数字量。为了精确跟踪快速和慢速的运动,传感器的测量范围都是用户可控的,陀螺仪可测范围为±250,±500,±1000,±2000°/秒(dps),加速度计可测范围为±2,±4,±8,±16g。此为arduino MPU6050开发源码。
- 2022-01-26 01:25:55下载
- 积分:1