代码搜索:source 有哪些应用?
找到约 10,000 项符合「source 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/160152/10563864
cpp source.cpp
#include "source.h"
#include
cSourceString::cSourceString(char * buf, int len)
{
if(!buf)
{
m_buf = 0;
m_buf_len = 0;
}
else if(len == 0)
{
m_buf = buf;
m_buf_l
www.eeworm.com/read/277943/10592921
bmp source.bmp
www.eeworm.com/read/422779/10610833
txt source.txt
PianoEx release v1.1
2005-12-24 Compile by BDS2006
this code is protected by GPL, you can't use this code in any business, if you do some modified, pls let me know and Open you source code too,
www.eeworm.com/read/422740/10614428
htm source.htm
Code Notebook Web Publisher -
-[$CodeItemTitle$]-
-[$stylesheet$]-
www.eeworm.com/read/159418/10651110
m source.m
k=0:255;
a=sin(2*pi*k*1000/16000);
b=sin(2*pi*k*1000/16000)+sin(2*pi*k*6000/16000);
www.eeworm.com/read/421956/10674742
h source.h
//
// Part of project Fly
// Author: mc, 2009
//
#ifndef __FLY_SOURCE_H
#define __FLY_SOURCE_H
#include
/**
* Generates messages; see NED file for more info.
*/
class Source : public
www.eeworm.com/read/421956/10674757
ned source.ned
//
// Part of project Fly
// Author: mc, 2009
//
//
// Generates messages with a configurable interarrival time.
//
simple Source
{
parameters:
volatile double sendInterval @unit(s) = def
www.eeworm.com/read/421956/10674798
cc source.cc
//
// Part of project Fly
// Author: mc, 2009
//
#include "Source.h"
Define_Module(Source);
Source::Source()
{
timerMessage = NULL;
}
Source::~Source()
{
cancelAndDelete(timerMessage);
}
www.eeworm.com/read/421956/10674811
o source.o
www.eeworm.com/read/276903/10697116