代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/287068/8727974
h wipe.h
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.4 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/283520/9013354
c main.c
#include
#include
#include "sort.h"
#include "sort.c"
main()
{
struct timeval start_t,end_t;
int choice,flag;
int i,j,m;
//构建数组
printf("input the numbers of
www.eeworm.com/read/283519/9013368
c main.c
#include
#include
#include "sort.h"
#include "sort.c"
main()
{
struct timeval start_t,end_t;
int choice,flag;
int i,j,m;
//构建数组
printf("input the numbers of
www.eeworm.com/read/283518/9013376
c main.c
#include
#include
#include "sort.h"
#include "sort.c"
main()
{
struct timeval start_t,end_t;
int choice,flag;
int i,j,m;
//构建数组
printf("input the numbers of
www.eeworm.com/read/283517/9013387
c main.c
#include
#include
#include "sort.h"
#include "sort.c"
main()
{
struct timeval start_t,end_t;
int choice,flag;
int i,j,m;
//构建数组
printf("input the numbers of
www.eeworm.com/read/283496/9017138
c main.c
#include
#include
#include "sort.h"
#include "sort.c"
main()
{
struct timeval start_t,end_t;
int choice,flag;
int i,j,m;
//构建数组
printf("input the numbers of
www.eeworm.com/read/283495/9017167
c main.c
#include
#include
#include "sort.h"
#include "sort.c"
main()
{
struct timeval start_t,end_t;
int choice,flag;
int i,j,m;
//构建数组
printf("input the numbers of
www.eeworm.com/read/176906/9479971
h protocolparameters.h
//-------------------------------------------------------------
// file: stateMachine.h
// (part of simpleNet Routing Simulation - an OMNeT++ demo simulation)
//-----------------------------
www.eeworm.com/read/363635/9941449
txt readme.txt
说明:
1. geneteic_<mark>algorithm</mark>.m是一个成熟的遗传算法子程序,直接调用的。这个调用可极大加快稀疏分解的速度,我测试了一下,速度至少加快了80倍以上!
2. signal_library.mat 存储的是经过端点检测后的语音信号,生成该文件的程序在read_data文件夹中。
3. 原子库用的还是gabor原子库。
4. 判别方法用的是线性判别分析,实质就是马氏距离法 ...
www.eeworm.com/read/167397/9969745
c llk_main.c
#include "llk_main.h"
/*
创建菜单
*/
void
get_main_menu( GtkWidget *window, GtkWidget **menubar)
{
GtkItemFactory *item_factory;
GtkAccelGroup *accel_group;
gint n_menu_items = sizeof(menu_items)