登录
首页 » Visual C++ » airmdemo

airmdemo

于 2009-09-25 发布 文件大小:4346KB
0 269
下载积分: 1 下载次数: 16

代码说明:

  WiMAX-2004协议套件,使用C++开发,完成UMAC和LMAC功能(WiMAX-2004 protocol suite, using C++ developers to complete the function of UMAC and LMAC)

文件列表:

airmdemo
........\airmdemo.wpj
........\airmdemo.wsp
........\boott.c
........\bootv.c
........\bsbin.c
........\checkRcv.c
........\cmdhelp.c
........\default
........\.......\amEMacEnd.o
........\.......\boott.o
........\.......\bootv.o
........\.......\checkRcv.o
........\.......\cmdhelp.o
........\.......\ctdt.c
........\.......\ctdt.o
........\.......\cwData.cfg
........\.......\dataSegPad.o
........\.......\ethtest.o
........\.......\flashTest.o
........\.......\linkSyms.o
........\.......\partialImage.o
........\.......\prjConfig.o
........\.......\spiDrv.o
........\.......\ssbin.o
........\.......\symTbl.c
........\.......\symTbl.o
........\.......\sysALib.o
........\.......\sysLib.o
........\.......\sysPsap.o
........\.......\usrAppInit.o
........\.......\version.o
........\.......\vxWorks
........\default_rom
........\...........\amEMacEnd.o
........\...........\boott.o
........\...........\bootv.o
........\...........\checkRcv.o
........\...........\cmdhelp.o
........\...........\ctdt.c
........\...........\ctdt.o
........\...........\dataSegPad.o
........\...........\ethtest.o
........\...........\flashTest.o
........\...........\linkSyms.o
........\...........\partialImage.o
........\...........\prjConfig.o
........\...........\spiDrv.o
........\...........\ssbin.o
........\...........\symTbl.c
........\...........\symTbl.o
........\...........\sysALib.o
........\...........\sysLib.o
........\...........\sysPsap.o
........\...........\usrAppInit.o
........\...........\usrEntry.o
........\...........\version.o
........\ethtest.c
........\flashTest.c
........\linkSyms.c
........\Makefile
........\prjComps.h
........\prjConfig.c
........\prjObjs.lst
........\prjParams.h
........\psap.h
........\psap.mapout
........\release
........\soctester.bin
........\ssbin.c
........\sysPsap.c
........\tstcases.c
........\usrAppInit.c

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

发表评论

0 个回复

  • CheckDifxDriverInstall
    GetCurrentDirectory, DriverPackageGetPath Check Driver Install
    2013-05-01 13:25:50下载
    积分:1
  • SocketCAsyncSocketCSocket
    Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回,而它所要实现的功能留给别的线程或者函数去完成。例如,SendMessage就是"同步"函数,它不但发送消息到消息队列,还需要等待消息被执行完才返回;相反PostMessage就是个异步函数,它只管发送一个消息,而不管这个消息是否被处理,就马上返回。(SocketCAsyncSocketCSocket)
    2009-06-20 13:10:05下载
    积分:1
  • TTS_PC
    PC机上的TTS程序,利于理解TTS原理,也可以作为应用程序。(PC, the TTS program, which will help understand the TTS principle, can be used as application.)
    2010-07-17 10:32:23下载
    积分:1
  • BaseMenuDemo
    基本下拉菜单的创建与消息响应,VC++精选编程学习源码,很好的参考资料。(The basic menu creation and message response, VC++ select learning programming source code, a good reference.)
    2013-12-02 11:29:46下载
    积分: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
  • (ebook---pdf)-Addison-Wesley---Extreme-Programmin
    First, XP is a programming discipline. We’ll look at a core innovation: how “test-first” changes the programming process itself. We’ll also discuss refactoring, the way XP programmers improve their code. Second, XP is a team discipline. It has evolved a number of practices that help produce a high-performing team. We’ll compare XP to alternative practices, and see some of them in action.
    2013-03-25 22:32:56下载
    积分:1
  • kongxinzitishuchu
    在开始一个路径前,先调用CDC类的成员函数BeginPath,然后调用一系列的输出函数,在完成绘制后,再调用CDC类的成员函数,在完成一个路径之后,就可以调用StrokePath来绘制该路径,这就是路径的基本用法.(at the beginning of a path, first call CDC category of members BeginPath function, then called a series of the output function, the complete mapping and then call CDC category of members function, the completion of a path, we can call StrokePath to mapping the path, This is the path the basic usage.)
    2007-07-04 17:50:26下载
    积分:1
  • CPP-for-Dummies
    C++ for dummies - a 2004 book, it is a guide for beginning C++ programmers
    2013-04-04 15:02:14下载
    积分:1
  • IC_Pro
    此为电表售电管理系统,采用MFC制作,里面有详细的使用VC做数据库的及时间控制的经典源码(IC_MFC)
    2010-05-07 23:44:39下载
    积分:1
  • StereoEvaluating
    说明:  OpenCV支持的三种双目立体视觉算法BM,SGBM,GC综合比较,输出视差效果(Evaluating BM,SGBM,GC algorithm..)
    2011-02-28 18:56:00下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载