是用java和jsp实现的bbs论坛系统。 有注册登陆模块,浏览功能模块,发帖回帖模块,帖子管理模块,论坛设置功能模块,管理版块功能模块,用户管理模块。-is java and jsp realized bbs forum system. Registered landing module, navigation module, barred when posting module, message management module, the Forum set up functional modules, Management plate functional modules, user management module.
上传时间: 2014-01-17
上传用户:kiklkook
44b0公版的测试程序, ******************************************************* * NAME : 44BINIT.S * * Version : 10.JAn.2003 * * Description: * * C start up codes * * Configure memory, Initialize ISR ,stacks * * Initialize C-variables * * Fill zeros into zero-initialized C-variables *
上传时间: 2013-12-22
上传用户:teddysha
measure through the cross-entropy of test data. In addition, we introduce two novel smoothing techniques, one a variation of Jelinek-Mercer smoothing and one a very simple linear interpolation technique, both of which outperform existing methods.
标签: cross-entropy introduce smoothing addition
上传时间: 2014-01-06
上传用户:qilin
FileEdit can edit file ,save file ,open file ,have basic simple functions for file .INSERT, BACKSPACE ,TAB,PGUP,PGDOWN,UP,DOWN,LEFT,RIGHT AND SO ON
标签: file functions FileEdit BACKSPAC
上传时间: 2017-01-02
上传用户:风之骄子
Wavelet Subband coding for speaker recognition The fn will calculated subband energes as given in the att tech paper of ruhi sarikaya and others. the fn also calculates the DCT part. using this fn and other algo for pattern classification(VQ,GMM) speaker identification could be achived. the progress in extraction is also indicated by progress bar.
标签: recognition calculated Wavelet Subband
上传时间: 2013-12-08
上传用户:guanliya
开源备份软件源码 AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that allows the administrator to set up a single master backup server to back up multiple hosts over network to tape drives/changers or disks or optical media. Amanda uses native dump and/or GNU tar facilities and can back up a large number of workstations running multiple versions of Unix. Amanda uses Samba, Cygwin or a native Windows client to back up Microsoft Windows desktops and servers
标签: Automatic Advanced Maryland Archiver
上传时间: 2017-01-13
上传用户:xc216
xl系列单片机实验仪演示程序 DS18B20温度控制数码管 。 DS18B20温度控制数码管显示 : 1、K3 → 进入设定温度报警值 TL 状态: L--20 2、K3 → 进入设定温度报警值 TH 状态: H--28 3、K3 → 返回 4、设定过程: K1 →加键 (UP), K2 →减键 (DOWN),可快速调。
上传时间: 2013-12-11
上传用户:Altman
void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE") return } //DFS Knight(i-2,j-1) //left Knight(i-2,j+1) Knight(i+2,j-1) //right Knight(i+2,j+1) Knight(i-1,j-2) //up Knight(i+1,j-2) Knight(i+1,j+2) //down Knight(i-1,j+2) // board[i][j]=0 step-- }
上传时间: 2014-01-17
上传用户:cxl274287265
银行家算法,弄课程设计的时候搞的,作课设时可以用来参考下,希望有帮助-bankers algorithm to find curriculum design of the moment when, for the class can be used to set up at the reference, we hope that the help
上传时间: 2014-01-07
上传用户:rishian
Shut the Box is a simple diversion written in C and GTK+. The object is simple: Roll the dice and click the tiles that sum up to that dice roll until there are no more tiles to click.
上传时间: 2014-12-03
上传用户:天涯