-
matlab 实现HOG算法
MATLAB 实现 Hog 特征 提取算法 , 有详细注释,非常详细,希望能帮到 你,赶紧来下载吧
- 2022-08-25 00:32:12下载
- 积分:1
-
自己写的一个java练习程序,可以根据输入的单词,查找出可能存在的词根。...
自己写的一个java练习程序,可以根据输入的单词,查找出可能存在的词根。-Write a java practice their own program based on the input word to find out the possible existence of root.
- 2022-06-19 22:43:03下载
- 积分:1
-
在VC,MFC中显示图像,如GIF,JPEG等格式
在VC,MFC中显示图像,如GIF,JPEG等格式-in VC, MFC showed images such as GIF, JPEG format, etc.
- 2022-02-14 16:47:38下载
- 积分:1
-
利用API函数编写的串口通信程序
这是自己花了好长时间在网上找的一个关于串口通信的程序,适合初学者,网址可能忘记了,但是把自己下载好的代码与大家共享,希望有用
- 2022-04-24 03:28:08下载
- 积分:1
-
一个小型的计算器程序,用MFC编写的,适合新手学习参考使用...
一个小型的计算器程序,用MFC编写的,适合新手学习参考使用-A small calculator program, using MFC prepared, suitable for novices to learn their use and reference
- 2023-07-20 02:10:04下载
- 积分: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
-
Calcu_Sets
此程序计算的基本操作的一套理论在数学: 联盟两套、 两个集合的交集和一套补充。该程序运行在控制台中。
- 2022-08-21 22:17:10下载
- 积分:1
-
一款通过串口调节Audio Decoder寄存器的工具,可以自动生成声音曲线。...
一款通过串口调节Audio Decoder寄存器的工具,可以自动生成声音曲线。-Adopted a regulation Audio Decoder serial register tool that automatically generates voice curve.
- 2022-06-19 06:54:32下载
- 积分:1
-
VB如何获取IP地址
VB如何获取IP地址-VB how to access IP addresses
- 2022-05-30 02:30:43下载
- 积分:1
-
此为一电视机及其零配件销售站点的库存管理程序,为销售者提供建库程序,同时为消费者提供了解产品信息服务。
1,输入库存(电视机,零件)的基本情况;
2,改...
此为一电视机及其零配件销售站点的库存管理程序,为销售者提供建库程序,同时为消费者提供了解产品信息服务。
1,输入库存(电视机,零件)的基本情况;
2,改变电视机或者零件的库存量;
3,查询现存的零件数量;
4,显示库存的基本情况。-This is the one TV and its spare parts inventory management sales site procedures for the sales database to provide the procedure, at the same time provide consumers with product information services. 1, enter the inventory (TV, spare parts) of the basic situation 2, change the TV, or spare parts inventories 3, query the number of existing components 4, show that stock
- 2022-04-12 15:53:54下载
- 积分:1