代码搜索:Backward
找到约 2,477 项符合「Backward」的源代码
代码结果 2,477
www.eeworm.com/read/475888/1378096
backward
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version
www.eeworm.com/read/183001/5260026
backward
# @(#)backward 7.29
# This file provides links between current names for time zones
# and their old names. Many names changed in late 1993.
Link Africa/Bamako Africa/Timbuktu
Link America/Argentin
www.eeworm.com/read/400494/2351906
backward
# @(#)backward 7.6
# This file provides links between late-1993-vintage names for time zones
# and their previous names.
Link Australia/Sydney Australia/ACT
Link Australia/Lord_Howe Australia/LHI
Li
www.eeworm.com/read/292260/8364382
gif backward.gif
www.eeworm.com/read/390816/8441119
gif backward.gif
www.eeworm.com/read/290380/8486142
c backward.c
#include
void display_backward(char *string)
{
if (*string)
{
display_backward(string+1);
putchar(*string);
}
}
void main(void)
{
display_backwar
www.eeworm.com/read/290363/8487903
gif backward.gif
www.eeworm.com/read/290363/8488066
gif backward.gif
www.eeworm.com/read/290223/8495422
xpm backward.xpm
/* XPM */
static char *backward_xpm[] = {
/* width height num_colors chars_per_pixel */
" 41 41 8 1",
/* colors */
"` c #000000",
". c #809118",
"# c #c0d148",
"a c #a2af51",
"
www.eeworm.com/read/432987/8556497
cpp backward.cpp
/*
** File: backward.cpp
** 功能:给定观察值序列和HMM模型,利用前向后向算法
** 求取其概率
*/
#include "StdAfx.h"
#include
#include "hmm.h"
/******************************************