-
good course meant to share and exchange can progress
好东东当然要拿出来大家分享,互相交流才能有进步-good course meant to share and exchange can progress
- 2023-07-22 05:30:04下载
- 积分:1
-
virtualinstrument
此例程是关于DSP虚拟仪器的程序,包括示波器与频谱仪二部分,基本包含示波器与频谱仪的常用功能(This routine is about DSP virtual instrument procedures, including oscilloscopes and spectrum analyzer two parts, the basic oscilloscope and spectrum analyzer contains a common functional)
- 2009-03-22 15:05:03下载
- 积分:1
-
马丁策略练习
马丁策略练习代码示例,马丁策略练习代码示例,学习交流
- 2022-01-28 11:38:47下载
- 积分:1
-
9693803
WIN32 opengl三角形绘制,很好,很好(WIN32 opengl triangle drawing, good)
- 2018-12-30 07:56:21下载
- 积分:1
-
Myaodv_test.cc.tar
NS3 aodv协议仿真 可控制节点速度(NS3 AODV protocol simulation)
- 2017-12-18 15:28:59下载
- 积分: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
-
basic_driver
DS编写基于ISA插槽的,数据采集卡驱动程序,包含基本的中断,I/O读写(failed to translate)
- 2009-03-23 14:02:13下载
- 积分:1
-
TextAnalysis
图像的纹理分析应用实例,主要可用于模式识别当中(image texture analysis application, which can be used for pattern recognition)
- 2007-04-21 17:13:24下载
- 积分:1
-
gyro_invensense
说明: hi3519v101 icm_20628 driver
- 2020-06-19 21:40:02下载
- 积分:1
-
Archiv
Some logic stuff. for example Recursive Pi calculation. Part of Thesis at the TH-Nuernberg
- 2014-10-11 11:36:11下载
- 积分:1