登录
首页 » Visual C++ » hardware_semaphore2_CCSv51

hardware_semaphore2_CCSv51

于 2020-10-04 发布 文件大小:95KB
0 235
下载积分: 1 下载次数: 49

代码说明:

  TI TMS320C6678的硬件信号量使用例程,非常珍贵,值得收藏。CCS版本V5.1(TI TMS320C6678 hardware semaphore routine use, very precious, worthy of collection. CCS version V5.1)

文件列表:

hardware_semaphore2_CCSv51
..........................\hardware_semaphore2
..........................\...................\.ccsproject,362,2013-07-06
..........................\...................\.cdtbuild,9160,2011-12-03
..........................\...................\.cdtbuild_initial,9160,2011-12-05
..........................\...................\.cdtproject,677,2011-10-14
..........................\...................\.cproject,18964,2013-07-06
..........................\...................\.project,2584,2013-07-06
..........................\...................\.project_initial,599,2011-12-05
..........................\...................\Debug
..........................\...................\.....\ccsObjs.opt,76,2013-07-06
..........................\...................\.....\ccsSrcs.opt,27,2013-07-06
..........................\...................\.....\hardware_semaphore2.map,22611,2011-12-15
..........................\...................\.....\hardware_semaphore2.obj,63380,2011-12-15
..........................\...................\.....\hardware_semaphore2.out,211092,2011-12-15
..........................\...................\.....\hardware_semaphore2.pp,4450,2011-12-15
..........................\...................\.....\makefile,3294,2013-07-06
..........................\...................\.....\objects.mk,290,2013-07-06
..........................\...................\.....\sources.mk,1828,2013-07-06
..........................\...................\.....\subdir.mk,1286,2011-12-08
..........................\...................\.....\subdir_rules.mk,825,2013-07-06
..........................\...................\.....\subdir_vars.mk,618,2013-07-06
..........................\...................\hardware_semaphore2.C,8764,2011-12-05
..........................\...................\linker.cmd,821,2011-12-05
..........................\...................\Readme_first.txt,854,2011-12-05

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

发表评论

0 个回复

  • LIAOTIAN
    应用C++实现局域网内的文件传送和聊天功能(Application C++ Realize LAN file transfer and chat features)
    2008-05-27 16:12:45下载
    积分:1
  • siyiren-dlfj
    说明:  环境动力系统,希望对大家有用,哈哈,用于他处后果自负啊(Power system environment, useful for all of us hope, ha ha, for the consequences of his own Department ah)
    2009-08-19 09:44:56下载
    积分:1
  • PlayerVideo
    应用Vc中的Active movie控件制作简单的播放器,能够控制播放.可以播放Avi格式的视频,以及大部分的音频文件(Application of Vc in the Active movie control to create a simple player that can control the playback, adjust the volume, can play Avi video format, and most of the audio file)
    2011-06-27 07:51:52下载
    积分:1
  • C-lizi
    一些非常全面的C语言的实例和解析,帮助驯兽学习与练习。(Instance and parse very comprehensive C language, to help the tamer learning and practice.)
    2013-01-29 13:40:01下载
    积分:1
  • codefans.net
    vc++ado -odbc交互的数据库查寻操作和添加,(vc++ado-odbc interaction database search operation and add)
    2013-04-14 21:03:43下载
    积分:1
  • hanshu
    c语言中几个典型常用函数的调用,比如说宏之类的(c language commonly used in several typical function call, such as macros and the like)
    2011-10-13 22:34:51下载
    积分:1
  • VCNetworkhigh-levelprogramming
    本书主要面向具有一定VC网络编程基础并希望学习较高层次编程技术的读者(The book has some major VC-oriented network programming base and hopes to learn higher-level programming technology readers)
    2008-12-25 09:30:49下载
    积分:1
  • SetClassOperaterOverload
    集合类(Set),用运算符重载实现并(+),差(—),交(×)等操作,并重载= 和-= ,实现Set S1,S2;…s1 = s2 和 S1-=S2;集合S1中去掉S2中的元素的操作 (Collections (Set), using operator overloading to achieve and (+), difference (-), cross (×) and other operations, and overloading = and-= to achieve Set S1, S2 ... s1 = s2 and S1-= S2 set S1 S2 removed in the operation of the elements)
    2010-05-21 21:22:42下载
    积分:1
  • B06040324_B2
    模拟电信计费系统的设计与实现 要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文件中查找其用户名,最后在屏幕上显示: 用户名 电话号码 本地话费 长途话费 话费总计 (3) 话单查询。输入一个电话号码,查询并在屏幕显示该用户的所有通话记录,格式为: 用户名 主叫电话号码 被叫电话号码 通话时长 (Design and implementation of simulation of telecommunication billing system Requirements: (1) the charging function. According to the calculation of the call charges stored in the source data file in the call records and the long rate documents for each call record, and save the results in cost file. Among them: The following conversation method to calculate the fee: Long distance telephone calls =+ local telephone fee Long distance telephone fee = rate (yuan/minute)* call time (minutes) (call time less than 1 minutes to 1 minutes) Local call: 3 minutes 0.5 yuan, increasing 0.2 yuan every 3 minutes later. (2) calls inquiries. Enter a phone number, all local calls, long-distance calls statistics the phone number from the cost in the file, and find the user name from user file, and finally displayed on the screen: The user name phone number local calls long distance charges charges totaling (3) if a single query. Enter a phone number, query and display all the call records of th)
    2013-09-25 05:53:29下载
    积分:1
  • ldpc-min-sum
    用c语言写的ldpc码的最小和算法译码程序。(The codes are about ldpc decoding,using min-sum algorithm by c++.)
    2012-12-19 18:06:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载