代码搜索:舒服点
找到约 10,000 项符合「舒服点」的源代码
代码结果 10,000
www.eeworm.com/read/168453/9912734
m ex031600.m
% 第三章: 例 3.16:
%
b = [0.0181, 0.0543, 0.0543, 0.0181];
a = [1.0000, -1.7600, 1.1829, -0.2781];
m = 0:length(b)-1; l = 0:length(a)-1;
K = 500; k = 1:1:K;
w = pi*k/K; % [0, pi] 分成501个点.
num =
www.eeworm.com/read/168371/9918689
cpp mapexample.cpp
// MapExample.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "MapExample.h"
#include "afxtempl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theApp;
usin
www.eeworm.com/read/168371/9918736
cpp internetsession.cpp
// InternetSession.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "InternetSession.h"
#include "afxinet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theA
www.eeworm.com/read/168371/9918769
cpp asyncsocket.cpp
// AsyncSocket.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "AsyncSocket.h"
#include "afxsock.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theApp;
u
www.eeworm.com/read/168371/9918783
cpp ftpconnection.cpp
// FtpConnection.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "FtpConnection.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theApp;
www.eeworm.com/read/168371/9918791
cpp listexample.cpp
// ListExample.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "ListExample.h"
#include "afxtempl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theApp;
us
www.eeworm.com/read/361936/10027562
java testflowlayout.java
/* 范例名称:FlowLayout 用法举例
* 源文件名称:TestFlowLayout.java
* 要 点:
* 1. 布局管理器的概念和作用
* 2. FlowLayout的性质及用法
*/
import java.awt.*;
public class TestFlowLayout {
public static void main
www.eeworm.com/read/360651/10082962
m g729code.m
function G729code(speech)
%clc;
%clear all;
%yout=wavread('2');
%speech=yout';
%以80点为一帧确定帧数
tic
L=floor(length(speech)/80);
codestream=[];%编码码流
%定义全局变量
QuanJuValue(speech);
present_speech
www.eeworm.com/read/359245/10159628
m dir2ladr.m
function [K,C]=dir2ladr(b,a)
% 直接型结构到极点-零点Lattice结构转换
% ------------------------------------------------------------------------------
% [K,C]=dir21adr(b,a)
% K=格型系数(反射系数),[K1,K2,...,KN]
% C=梯形
www.eeworm.com/read/359194/10161841
c wannianli.c
/********************************************************************************************
//3208点阵屏电子钟
//应用程序 C
//杜洋
//V3.0 2007-5-29
//MCS-51 12MHZ C语言
//接口说明: DS1302、DS18B20
//源自:http:/