代码搜索:舒服点
找到约 10,000 项符合「舒服点」的源代码
代码结果 10,000
www.eeworm.com/read/124513/14564193
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/224861/14565818
m common_sourse.m
%共炮点道集
clc;
clear;
%define variable
depth=100;
velocity_up=2000;
velocity_down=3000;
offset_min=10;
sample_inter=1;
trace_num=50;
trace_length=600;
density=1;
wave_t=160; %define the wavel
www.eeworm.com/read/224839/14566456
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/222745/14676579
cpp libo.cpp
// libo.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "SqList.cpp"
#include
int Compare(const int &a, const int &b)
// 回调函数(把函数作为参数)
{
if(a == b) return 0;
else if(
www.eeworm.com/read/122653/14677726
txt asp技术在论坛中的运用。(五).txt
ASP技术在论坛中的运用。(五) (建论坛的完整程序,吐血推荐!!!!)
--------------------------------------------------------------------------------
【天啦】 于 00-4-25 11:07:58 加贴在 Joy ASP ↑:
qBoard.asp列出了某个版面下的所有的主题,在点
www.eeworm.com/read/221899/14715186
m g729code.m
function G729code()
%clc;
%clear all;
%yout=wavread('welcome-25db');
yout=auread('15zz6a');
plot(yout);
axis tight;
speech=yout';
%以80点为一帧确定帧数
tic
L=floor(length(speech)/80);
codestream=[];
www.eeworm.com/read/220903/14784295
cpp hashkey.cpp
// HashKey.cpp : 定义控制台应用程序的入口点。
//测试程序
#include "stdafx.h"
#include "NewHash.h"
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
int kl=256;
unsigned char pcstr[] =
{
0x11,
www.eeworm.com/read/120032/14813835
txt gb.txt
2|23333333333|http://127.0.0.1/book/image/001.gif|||oicq||dfssssssssss|127.0.0.*|||2006年10月07日11点24分01秒|10
1|23333333333|http://127.0.0.1/book/image/001.gif|balakov@cmmail.com||oicq|6246154|ggggggggg
www.eeworm.com/read/119453/14830353
cpp 2-3tree.cpp
// 2-3Tree.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
Tree23 t = Tree23 ();
char ans = 'y';
int toInsert;
while (ans != 'n' && ans