-
831f6235-d0bd-4a9d-8018-12bd2480b759
编译原理习题,很不错的,希望可以帮助到大家(Compilation Principle Exercise, very good, I hope everyone can help to)
- 2008-06-08 10:02:53下载
- 积分:1
-
1
说明: C实现的播放器源码 可以实现AVI格式的电影解码播放。比较适合用在单片机上(C source code to achieve the player can decode and play AVI format movies. More suitable for use in microcontroller)
- 2015-11-20 19:16:27下载
- 积分:1
-
CADInnovate12.23.1
Acis R15,hoops/mfc 12.0, xt12.0 写的一个 图形绘制软件的框架。Vc 2003 平台。
有基本的基于上面所述的组件组成的3D造型的演示。(Acis R15, hoops/mfc 12.0, xt12.0 to write a graphics rendering software framework. Vc 2003 platform. Based on the above basic components described in the presentation of 3D modeling.)
- 2008-12-28 01:03:39下载
- 积分:1
-
51andNANDFlash
51单片机控制NAND Flash读写程序,编译环境vc++,可根据flash不同做稍加修改,即可实现功能要求(51 single-chip NAND Flash read and write procedures, compile environmental vc++, according to flash a little modified)
- 2012-04-25 11:00:41下载
- 积分:1
-
C8051USB
这是一个基于C8051F340的SD读卡器
#include "F34x_MSD_Physical_Settings.h"
#include "F34x_MSD_CF_Basic_Functions.h"
#include
sbit Led1 = P2^2;
sbit Led2 = P2^3;
void CF_Port_Init();
//----------------------------------------------------------------------------
// Init_CF
//----------------------------------------------------------------------------
//
// This routine initializes the Compact Flash memory card
//
// Parameters :
// Return Value :
//----------------------------------------------------------------------------
char Init_CF()
{
xdata char result = Dtct_Card();
xdata unsigned int loop = 0;
xdata unsigned reinit = 0;
if (result == 1) return (CF_NO_CARD);
REINIT:
CF_RST = 1;
while(++loop);
- 2022-04-22 04:06:23下载
- 积分:1
-
Spotlight-FMCW_SAR-sliding-sub-aperture-algorithm
滑动聚束FMCW_SAR的子孔径成像算法Spotlight FMCW_SAR sliding sub-aperture algorithm(Spotlight FMCW_SAR sliding sub-aperture algorithm)
- 2011-01-08 19:41:00下载
- 积分:1
-
1
说明: 将Minpack库中的LM算法封装成库,经过调试,通过算例运行结果与Matlab中运行出来的结果相差0.01范围内。(Will Minpack library package into the LM algorithm library,After debugging An example is the results is only 0.01 Difference from the result of Matlab s!
)
- 2009-08-09 22:15:03下载
- 积分:1
-
28335_mppt
4路pwm,buck升压,错相抑制电流脉动(4 pwm, buck boost, current ripple-phase inhibition)
- 2011-05-05 10:21:00下载
- 积分:1
-
Bi-pending-non-farm
非农大数据时候、使用这个双向挂单策略实现盈利、实盘应用,你可以拿来免费使用(Large non-farm data when using this strategy profitable bi-pending, firm application, you can bring free use)
- 2016-08-26 11:01:30下载
- 积分:1
-
《PRML(中文版)》
说明: 入门人工智能的书籍PRML,模式识别与机器学习(Pattern Recognition and Machine Learning)
- 2020-06-19 15:20:02下载
- 积分:1