代码搜索:SRC
找到约 10,000 项符合「SRC」的源代码
代码结果 10,000
www.eeworm.com/read/147331/5732231
s strcmp_ca.s
/*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute t
www.eeworm.com/read/124347/6051679
s strcmp_ca.s
/*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute t
www.eeworm.com/read/434384/7869449
cpp tb_lp1.cpp
#include "systemc-ams.h"
//#include "math.h"
#include "lp1.h"
SCA_SDF_MODULE(src_sin) {
sca_sdf_out out;
double ampl, freq;
void sig_proc() {
out.write(ampl*sin(2*M_PI
www.eeworm.com/read/157771/11665443
txt 文件说明.txt
mpst_proj.rar VC++开发的Media Player插件,能够在媒体播放完后自动关机
OnscreenKeyboard_src.zip 在屏幕上显示一个键盘图形,并能显示键盘敲击动作的程序。
MatlabEng_src.zip 一个Matlab接口API,可在C++中调用该API来控制Matlab
XMineSweeper_src.zip 微软公司扫雷程序源码
Mik
www.eeworm.com/read/147331/5732221
s strncmp_ca.s
/*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute t
www.eeworm.com/read/124347/6051669
s strncmp_ca.s
/*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute t
www.eeworm.com/read/410565/11276931
java picture.java
/*
* A picture consists of three rectangular matrices of eight-bit numbers;
* a luminance matrix (Y), and two chrominance matrices (Cr and Cb)
* The Y-matrix must have an even number of rows and
www.eeworm.com/read/128030/14318778
cpp merge.cpp
// merge.cpp
// merges two containers into a third
#include
#include //for merge()
using namespace std;
int src1[] = { 2, 3, 4, 6, 8 };
int src2[] = { 1, 3, 5 }