登录
首页 » c » dsp实验程序

dsp实验程序

于 2022-05-25 发布 文件大小:50.41 kB
0 113
下载积分: 2 下载次数: 1

代码说明:

dsp 实验1  .include  " 240x.h "  .global   _c_int0,_nothing  .text _c_int0:SETC INTM         CLRC OVM         CLRC CNF   START:SETC XF         MAR *,AR0         LAR AR0,#99      L2:LACC #FFFFh   LOOP1:BCND L1,EQ         SUB  #1h         B    LOOP1      L1:BANZ  L2         CLRC  XF         LAR   AR0,#99      L4:LACC  #FFFFh   LOOP2:BCND  L3,EQ         SUB   #1h         B     LOOP2      L3:BANZ  L4         B     START  .

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

发表评论

0 个回复

  • SVPWM
    空间电压矢量脉冲宽度调制 程序实现 (SVPWM control )
    2014-11-22 15:08:46下载
    积分:1
  • zoomformView
    MFC formview窗口 控件随窗口大小自动缩放(MFC formview window controls with the window size automatically zoom)
    2013-11-07 17:22:47下载
    积分:1
  • 2005092521365020678
    tcp/ip源码,可实现在单片机、DSP系列平台(tcp/ip source code can be realized in the single-chip, DSP Series platforms)
    2009-01-06 11:22:32下载
    积分:1
  • TPWM2
    基于c8051f360,用PCA产生pwm方波(Based c8051f360, pwm square wave generated with PCA)
    2010-07-22 10:18:26下载
    积分:1
  • BMP_pix_read_write
    实现BMP文件的基本功能。用C++实现一个Class,该Class具有读写BMP文件功能;该Class还具有对图像像素进行操作的功能(针对每个像素的读、写) (BMP files to achieve the basic functions. Using C++ implementation of a Class, the Class has read and write BMP file functions the Class also features the image pixel operation function (for each pixel of the read, write))
    2010-06-03 15:50:25下载
    积分:1
  • floatwindow
    一个浮动的Dialog窗口。编译,进入程序后,按工具条中的“裁减”命令,打开浮动窗口(a floating Dialog window. Build into procedures, according to the tools of the "cut" orders, floating window open)
    2005-08-17 11:38:37下载
    积分:1
  • 数独
    说明:  回溯法求解数独的算法,在领扣上的算法题题解(Algorithms for Solving Sudoku by Backtracking Method)
    2020-06-19 08:20:02下载
    积分:1
  • WCF四种常用应用场景实例下载
    使用注意:建立demo数据库,使用aspnet_regsql.exe建立Memmbership一些安全场景需要证书,使用CertTool的工具生成具体的授权时的角色和用户名字参考HostSvc、Client代码修改成测试用的后才能正常运行 一、目录结构Common来自于Programming WCF Services[ISBN: 978-0-596-80548-7],实现WCF的声明式安全HostSvc:不同场景的接口和服务实现,命令行承载服务MembershipAdmin:用于操作demo数据库membership的成员操作,Asp.net Configuraion 可添加角色和用户,并使用IIS服务承载HostSvc实现的服务Client: 使用各种服务的客户端场景 二、四种场景的区别:Intranet Transport保护 使用tcp绑定 windows集成的安全 Internet 只能使用Message形式的保护,需要数字证书 tcp wsHttp绑定 使用Membership进行安全认证 Anoymous 使用Message形式的保护,需要数字证书 tcp wsHttp绑定 None 消息不保护  http tcp wsHttp绑定 三、App-comment.config: 包含对于各种配置的说明 四、证书的生成:CertToolSetupCerts.bat生成,命令行工具从VS SDK已经拷贝过来 五、IIS中承载服务的注意: 需要把WCFServer赋予IIS的账号以权限 受信任人中加入WCFServer证书 六、证书如何管理:1、命令行启动mmc2、“添加、删除管理单元"加入"证书", 按照提示选择当前用户或本机3、此时即可管理IIS的权限操作: 在"个人/证书"下找到WCFServer,"更多操作/所有任务/管理私钥",弹出界面设置用户权限受信任人: 在"个人/证书"下找到WCFServer,导出证书,然后在”受信息人/证书“下导入以上证书即可 七、远程机器客户端的证书问题 导出WCFServer【不要私钥】 然后在远程客户端机器上导入即可,此时的公钥可以用于消息的验证 八、IIS中承载MembershipAdmin中加入了对应的四个.svc文件【逻辑使用的一个HostSvc中的实现】以提供WCF服务,具体配置和HostSvc一致,当然地址不一样了此例是把MembershipAdmin作为应程序发布到80端口的demo下 注意:1、需要设置IIS的http和net.tcp协议支持2、数据库demo需要能被IIS账号访问3、WCFServer证书需要能被IIS账号访问
    2021-03-03 08:29:33下载
    积分:1
  • GPS-simulation
    在Microsoft Visual C++软件环境下,用C++ 语言实现整个仿真。将整个产生系统分为C/A码产生,信号产生,量化三个模块,经过编写和调制实现产生的基本功能,即输入导航电文及控制数据,例如 选取卫星信号,多 普勒频移,采样周期。最后可以得到加入服从高斯分布的噪声信号的数字离散中频信号。 (We use the C++ language to archive the simulation in the Microsoft Visual C++ circumstance. The entire generating system is divided into three parts,including C/A Code, Signal Generating and Quantizer. After writing codes and checking and confirming, I archive the basic functions. If you input the guiding codes and controldata like satellite selecting signal, Doppler frequency movement, sampling period, at last you can get the digital middle frequency signals with gauss distributing noise)
    2013-05-15 11:30:07下载
    积分:1
  • c语言指纹识别源码.zip
    c语言指纹识别源码.zip,可以在C语言环境下实现对指纹识别的功能
    2022-03-10 20:36:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载