-
ex_kaiser
kaiser窗函数的用法,这是一个资料上的,经过验证了,希望帮得到你。(usage of the kaiser window function, which is an information, after the verification, and hope to help get you.)
- 2012-06-15 10:51:40下载
- 积分:1
-
edgelink
边缘检测,并分割,以不同颜色标示。站内有其matlab实现,这是对应的c++代码。(Edge detection and segmentation, marked with different colors. Inside the station are the matlab realize, This is corresponding c++ code.)
- 2021-04-12 13:28:57下载
- 积分:1
-
ucos_for_stm8
在iar for stm8里移植了ucos ii 2.54版本,是上官金虹大侠的大作。(In iar for stm8 in transplant ucos ii 2.54 version, is the masterpiece Shangguanjinhong heroes.)
- 2010-09-16 08:55:51下载
- 积分:1
-
aboutlunch
关于UC/OSII的应用,任务三哲学家就餐问题,对更深入理解操作系统基本原理非常有帮助(With regard to UC/OSII applications, tasks, three dining philosophers problem, more in-depth understanding of the basic principles of the operating system is very helpful)
- 2009-11-08 22:55:17下载
- 积分:1
-
MapXGPS
基于MapX的GPS车辆监控的源码 GIS编程(MapX-based GPS vehicle monitoring source GIS Programming)
- 2009-11-18 09:30:37下载
- 积分:1
-
Raptor
数字喷泉码的仿真,使用C++语言所进行的仿真。(Simulation of digital fountain code, using C++ language for the simulation.)
- 2011-11-24 13:09:59下载
- 积分:1
-
磁导航搬运机器人源码C 语言
基于freertos的工业机器人的源码,用于仓库之前货物搬运,只测试完成,基本动作均可实现
- 2022-03-11 15:42:37下载
- 积分:1
-
4343
广义五阶KdV方程的Hamilton对称性与局部守恒律.(failed to translate)
- 2011-11-17 21:21:51下载
- 积分:1
-
串口高速接收命令
1.
//加入以下代码,支持printf函数,而不需要选择use MicroLIB
#if 1
#pragma import(__use_no_semihosting)
//标准库需要的支持函数
struct __FILE
{
int handle;
};
FILE __stdout;
//定义_sys_exit()以避免使用半主机模式
void _sys_exit(int x)
{
x = x;
}
//重定义fputc函数
int fputc(int ch, FILE *f)
{
while((USART1->SR&0X40)==0);//循环发送,直到发送完毕
USART1->DR = (u8) ch;
return ch;
- 2022-07-12 05:44:52下载
- 积分:1
-
Control ocx de una cam de la leche pedrin
Control ocx de una cam de la leche pedrin -Control ocx de una cam de la leche pedrin
- 2022-12-03 23:20:03下载
- 积分:1