登录
首页 » Visual C++ » SolarExplorer_PVEmulator_F2802x

SolarExplorer_PVEmulator_F2802x

于 2014-12-28 发布 文件大小:61KB
0 262
下载积分: 1 下载次数: 13

代码说明:

  dsp2802x实现的用于光伏发电模拟的模拟器(PV emulator by dsp2802x)

文件列表:

SolarExplorer_PVEmulator_F2802x
...............................\.ccsproject,324,2013-08-15
...............................\.cdtbuild,10646,2013-08-15
...............................\.cdtproject,677,2013-08-15
...............................\.project,2022,2013-08-15
...............................\F28027_FLASH_SolarExplorer_PVEmulator.CMD,8728,2013-08-15
...............................\F28027_RAM_SolarExplorer_PVEmulator.CMD,5862,2013-08-15
...............................\macros.ini,262,2013-08-15
...............................\PV_Table1.asm,25656,2013-08-15
...............................\SolarExplorer_PVEmulator-DevInit_F2802x.c,20455,2013-08-15
...............................\SolarExplorer_PVEmulator-DPL-ISR.asm,6235,2013-08-15
...............................\SolarExplorer_PVEmulator-Main.c,34334,2013-08-15
...............................\SolarPV_EMU-Settings.h,2657,2013-08-15
...............................\~Doc
...............................\....\SolarExplorer_PVEmulator.pdf,37894,2013-08-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • jpeg25
    vc++平台下的jpeg解码程序,简单易懂。(decode jpeg on vc++ platform,easy to understand)
    2012-02-02 17:27:45下载
    积分:1
  • TripleDes算法de实现
    之前,我在一个项目开发过程中,涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码,发现大部分的代码在算法的实现上不够严谨,或者小有偏差,特别是对3DES的两种模式:ECB,CBC都罕有涉及。此版本提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。(Before, I in a project development process, involving the TripleDES algorithms, in the realization of the process, I also made reference to a forum on the existing 3DES code and found that most of the code in the algorithm for the realization of loosely, or small deviations, especially for 3DES of two modes: ECB, CBC are rarely involved. This version provided by TripleDES 3DES can be achieved in two modes of 2key/3key increases, decryption. Optimized in terms of speed and memory control are optimized.)
    2005-05-18 21:08:51下载
    积分:1
  • DX11Terrain
    DirectX11 四叉树地形程序,通过高度图生成地图模型(DirectX11 quadtree terrain procedures, through highly generation map model)
    2013-06-17 16:42:19下载
    积分:1
  • Double-Dutch-Night-Reading
    当我们手中拿着神兵利器——WinDbg时,一切都在掌握之中。这本书将要告诉您的不是全面的汇编知识或未公开的Windows秘密,而是怎么从这些貌似天书的汇编代码中,一探Windows底层的核心实现。 在开发中出现的问题,能不能从Windows自身找到答案?如果您正在这样思考,无疑本书是为您度身订做的。 (When we hand magic weapon- WinDbg all in the hands. This book will tell you is not a comprehensive compilation of knowledge or undisclosed secrets of Windows, but how from these seemingly bible assembly code, and to explore the core implementation of the Windows bottom. Problems in the development, we can not find the answer from Windows itself? If you are thinking this way, no doubt this book is tailor-made for you. )
    2012-11-29 23:06:54下载
    积分:1
  • Artificial-neural-network
    LabVIEW中人工神经网络计算的实现与应用(Artificial neural network computing in LabVIEW Implementation and Application)
    2013-10-31 08:36:01下载
    积分:1
  • zoj1094
    zoj094 Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. (Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. )
    2012-06-10 10:38:53下载
    积分:1
  • 9744_041
    一直在寻找学习c++的好教材,听朋友介绍本书不错,好东西大家分享。(have been studying c find good material, listening to a friend on the book is true, the good things we share.)
    2007-04-26 09:28:57下载
    积分:1
  • TransparentWindow
    仿Win7半透明窗口效果,vc++实现,使用的是分层窗口的方法,用算法实现阴影效果(Imitation Win7 translucent window effect vc++ to achieve using a layered window algorithm to achieve the shadow effect)
    2012-08-02 16:16:34下载
    积分:1
  • Cabinethandleprogress
    该程序是处理CAB文件的程序例子,它所适用的运行环境是Win9x/NT/2000/XP/,是经过编译和运行后证明有效地。(CAB file of the program procedures for dealing with an example, it applies to the operating environment is Win9x/NT/2000/XP /, is compiled and run proved effective.)
    2010-12-14 13:06:32下载
    积分:1
  • XF_GPS
    GPS客户端源代码程序,可以实现很多功能,想学习的朋友可以入手。(GPS client source code, can achieve a lot of features, like friends can learn to start.)
    2011-07-01 11:50:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载