代码搜索:Sharp
找到约 1,380 项符合「Sharp」的源代码
代码结果 1,380
www.eeworm.com/read/135956/13883429
hpp datastruct.hpp
/*************************************************************************
This software module was originally developed by
in the course of development of the MPEG-4 Video (ISO/IEC 14496-2).
www.eeworm.com/read/139291/5803991
changes
******************************************
* PLEASE NOTE: Now that development for *
* mod_proxy has been folded back into *
* the httpd-2.0 tree, this file has *
* been depreciated. Proxy ch
www.eeworm.com/read/348276/11603448
txt zlg.txt
周立功 我的25年嵌入式生涯(转)
《程序员》杂志的编辑约我写一篇命题作文,想了几天都无从下手不知道写什么才好。在这篇文章里,我不打算将创业的艰辛与喜悦重新回忆一遍,我确实不想去误导大家,因为我所处的年代是一个物质缺乏的年代,成功相对来说要容易得多。每个人的成长经历都有其个性化的东西,每个人的成功创业经验虽然有一些可以遵循的普遍规律,但一般来说都很难复制,成功需要不断地创新。
对 ...
www.eeworm.com/read/152141/12136699
in c_res.in
;; Process this file with reserved.pl to create gperf source.
;
; Copyright (c) 2003 Tama Communications Corporation
;
; This file is free software; as a special exception the author gives
; unlimited
www.eeworm.com/read/123719/14615419
h lh7a400_timer.h
/**********************************************************************
* $Workfile: lh7a400_timer.h $
* $Revision: 1.3 $
* $Author: SuryanG $
* $Date: Apr 02 2002 12:11:30 $
*
www.eeworm.com/read/123718/14615790
h lh7a400_timer.h
/**********************************************************************
* $Workfile: lh7a400_timer.h $
* $Revision: 1.3 $
* $Author: SuryanG $
* $Date: Apr 02 2002 12:11:30 $
*
www.eeworm.com/read/169499/5420441
h ibugle.h
/***********************************************************************
* $Workfile: ibugle.h $
* $Revision: 1.0 $
* $Author: WellsK $
* $Date: Dec 05 2003 08:59:06 $
*
* Proj
www.eeworm.com/read/169499/5420505
ld ldscript_rom_arm.ld
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Project: SDK7A404 startup code linker file for ARM ADS
;
; Description:
; This file implements linker scr
www.eeworm.com/read/169190/5426300
changes
******************************************
* PLEASE NOTE: Now that development for *
* mod_proxy has been folded back into *
* the httpd-2.0 tree, this file has *
* been depreciated. Proxy ch
www.eeworm.com/read/161692/5550689
java toneplayer.java
class TonePlayer
{
TonePlayer()
{
}
void play(int toneIndex, boolean sharp)
{
}
void stop()
{
}
boolean maySharp( int toneIndex )
{
return true;
}
}