代码搜索结果
找到约 7,641 项符合
V 的代码
changelog
v. 1.39, 2 November 2006
-- Introduced this file
-- Split gridgen.c into gridgen.c and main.c
-- Introduced gridgen.h
-- Cosmetic changes in gridgen.c
-- Changed makefile.in, mainly for compiling
v.h
// v.h : main header file for the V application
//
#if !defined(AFX_V_H__113C722E_95C4_485C_BD8D_20054B11610B__INCLUDED_)
#define AFX_V_H__113C722E_95C4_485C_BD8D_20054B11610B__INCLUDED_
#if _
v.rc2
//
// V.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////////
v.cpp
// v.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "v.h"
#include "vDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FI
changelog
v. 0.0.2 16/03/2004
Added command line capture parameters
v. 0.0.1 20/12/2003
Separated from the libptp2
v.h
// v.h : main header file for the V application
//
#if !defined(AFX_V_H__113C722E_95C4_485C_BD8D_20054B11610B__INCLUDED_)
#define AFX_V_H__113C722E_95C4_485C_BD8D_20054B11610B__INCLUDED_
#if _
v.rc2
//
// V.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////////
v.cpp
// v.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "v.h"
#include "vDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FI
changes
v. 0.9.5.1 -> v. 1.0
- Support for draft24 / mipv6 proposed standard vs. draft 19 in MIPL 0.9.5.1
- Fully modular architecture. MIPL now consists of CN/HA/MN modules,
which can be dynamically loaded
chase.m
v=1;
dt=0.05;
x=[0 0 10 10];
y=[0 10 10 0];
for i=1:4
plot(x(i),y(i),'.'),hold on
end
d=20;
while(d>0.1)
x(5)=x(1);y(5)=y(1);
for i=1:4
d=sqrt((x(i+1)-x(i))^2+(y(i+1)-y(i