代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/428159/8888498
c main.c
/* main.c - PLL-sysclk example for MPc563x */
/* Description: Set PLL to run at 64 MHz based on 8 MHz crystal */
/* For testing devices without CLKOUT, an eMIOS channel is used */
/*
www.eeworm.com/read/283587/9003890
c videogen.c
/*
* Generates a synthetic YUV video sequence suitable for codec testing.
* NOTE: no floats are used to guaranty a bit exact output.
*/
#include
#include
#define SCALEBITS 8
#
www.eeworm.com/read/185315/9043418
c 实例8-4.c
#include
main()
{
char *envp[]={"PATH=/tmp",
"USER=lei",
"STATUS=testing",
NULL};
char *argv_execv[]={"echo", "excuted by execv", NULL};
char *argv_execvp[]={"echo", "ex
www.eeworm.com/read/185152/9054778
m estdlt.m
function [DLT, errstat, errors] = estDLT(coords, showres)
% ONLY FOR TESTING PURPOSES
%
% coords ... n x 4 (x, y, u, v)
% showres (default TRUE) ... TRUE -> show results, FALSE -> do not show results
www.eeworm.com/read/282753/9069529
c 实例8-4.c
#include
main()
{
char *envp[]={"PATH=/tmp",
"USER=lei",
"STATUS=testing",
NULL};
char *argv_execv[]={"echo", "excuted by execv", NULL};
char *argv_execvp[]={"echo", "ex
www.eeworm.com/read/184780/9076621
c 实例8-4.c
#include
main()
{
char *envp[]={"PATH=/tmp",
"USER=lei",
"STATUS=testing",
NULL};
char *argv_execv[]={"echo", "excuted by execv", NULL};
char *argv_execvp[]={"echo", "ex
www.eeworm.com/read/184301/9112485
pjt video_loopback.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\Davinci_1\HW_Testing\_davincievm\examples\video_loopback\PAL\"
ProjectType=Executab
www.eeworm.com/read/184301/9112523
pjt video_loopback.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\Davinci_1\HW_Testing\_davincievm\examples\video_loopback\NTSC\"
ProjectType=Executa
www.eeworm.com/read/183326/9168418
todo
-- $Id: TODO,v 1.4 1999/10/20 09:18:58 tom Exp $
-- Intensive testing
Perhaps the delivery of the Beta will help a bit.
-- Documentation
Like most WEB pages: under continuous construction
www.eeworm.com/read/379672/9189911
c dynamicprogrammingtest.c
/**
* File : DynamicProgrammingTest.c
* Author : Wind
* Email : zealotwjr@163.com
* Date : 2005-9-29
* Purpose : Unit testing
* */
#include
#include "../head/Global.h