代码搜索:实训教程
找到约 10,000 项符合「实训教程」的源代码
代码结果 10,000
www.eeworm.com/read/210545/15196784
txt 14-10.txt
/* 范例:14-10 */
#include
class myclass
{
private :
int i;
int j;
static int k;
public:
void fun1(int = k, int = 3); /* setp1 成员函数实作区在类外时,其原型声明与
www.eeworm.com/read/207228/15279094
m f4_1.m
%产生信号
sig=[fmlin(128,0.05,0.45);fmlin(128,0.35,0.15)];
%时域波形
plot(real(sig),'LineWidth',2);
hold on;
plot(imag(sig),'ro--');
legend('实部','虚部');
xlabel('时间 t');
ylabel('幅值 A');
%计算短时傅立叶变换
[tf
www.eeworm.com/read/14703/402889
h photoshow.h
// photoshow.h : photoshow 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CphotoshowApp:
// 有关此类的实
www.eeworm.com/read/212217/4938076
h olecontain.h
// oleContain.h : oleContain 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符号
// ColeContainApp:
// 有关此类的实
www.eeworm.com/read/212217/4938119
h fullserver.h
// fullServer.h : fullServer 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符号
// CfullServerApp:
// 有关此类的实
www.eeworm.com/read/211182/4945852
txt 14-10.txt
/* 范例:14-10 */
#include
class myclass
{
private :
int i;
int j;
static int k;
public:
void fun1(int = k, int = 3); /* setp1 成员函数实作区在类外时,其原型声明与
www.eeworm.com/read/306178/3753909
c nanhu.c
// Room: /d/quanzhou/nanhu.c
// Date: May 21, 96 Jay
inherit ROOM;
void create()
{
set("short", "嘉兴南湖");
set("long", @LONG
这里是嘉兴南湖。节近中秋,荷叶渐残,莲肉饱实。一阵轻柔
www.eeworm.com/read/306178/3763174
c nanhu.c
// Room: /d/quanzhou/nanhu.c
// Date: May 21, 96 Jay
inherit ROOM;
void create()
{
set("short", "嘉兴南湖");
set("long", @LONG
这里是嘉兴南湖。节近中秋,荷叶渐残,莲肉饱实。一阵轻柔
www.eeworm.com/read/162259/5548419
java bid.java
package com.bitc.store;
//定义Bean所属的套件
//定义欲使用的套件
import java.io.*;
//为了能让Bid物件能够被写入档案,
//必须实做Serializable介面
public class Bid implements Serializable
{
//Bean属性
private Strin
www.eeworm.com/read/475717/6776099
cpp fft.cpp
/*
Short test program to accompany fix_fft.c
使用N点fft计算2N点实序列的DFT
*/
#include
#include
#include
#include
#include "fft.h"
////////////file te