Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • smac-stack-sep27-05.tar.gz tinyos下的smac源码 tinyos下的smac源码 tinyos下的smac源码
  • stack.rar 使用循环数组方式实现双端队列,要求实现书面第二题中列出的所有操作,并实现一个Print输出操作,能将队列由左至右的次序输出于一行,元素间用空格间隔。队列元素类型设为整型。 输入:input.txt,给出一个操作序列,可能是Create、Print之外的任何操作,需要的情况下,会给出参数。最后以关键字“End”结束
  • 04.rar 实现 stack或queue 的基本 ; 用 stack来实现 queue或用queue来实现 stack
  • BlueZ_stack.rar 本资源是BlueZ Bluetooth Stack for LINUX。包含bluefw/hcidump/hciemu/kernel/sdp等子文件。
  • AT24CXX.rar ... with the AT89C2051 due to the location of the data buffer and stack in RAM. The code may be modified to work with the AT89C1051 by relocating or resizing the buffer and stack to fit into the smaller amount of RAM available in the AT89C1051 ...
  • Source.rar 基于z-stack协议栈的应用程序 适合适合协议栈入门
  • funambol-cpp-api-6.0.8.zip This SDK allows to integrate a syncml stack in a C++ application on a variety of platforms. Currently, Windows, WinMobile and Linux are actively supported, but you can easily build it on other Unixes or other mobile/embedded platforms.
  • funambol-outlook-plugin-src-6.5.0.zip This SDK allows to integrate a syncml stack in a C++ application on a variety of platforms. Currently, Windows, WinMobile and Linux are actively supported, but you can easily build it on other Unixes or other mobile/embedded platforms.
  • sofia-sip-1.12.7.tar.gz ... SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center.
  • undo.rar Stacks are a data structure that exhibits the Last-In First-Out (LIFO) characteristic, which is useful in a number of applications. In this tutorial, we will use a stack to perform undo operations.