代码搜索:Position
找到约 10,000 项符合「Position」的源代码
代码结果 10,000
www.eeworm.com/read/476207/6764186
cpp position.cpp
#include "position.h"
void Position::Reset()
{
Set(0, 0);
}
void Position::Set(int l, int c)
{
line = l;
col = c;
}
www.eeworm.com/read/476207/6764190
o position.o
www.eeworm.com/read/476207/6764193
h position.h
#ifndef POSITION_H
#define POSITION_H
#include "constant.h"
//位置记录类
class Position
{
public:
int line; //行号
int col; //列号
void Reset(); //清零
void Set(int l, int c); /
www.eeworm.com/read/265387/11265167
ico position.ico
www.eeworm.com/read/263968/11335002
c position.c
/* this file is a part of amp software, (C) tomislav uzelac 1996,1997
*/
/* position.c ffwd/rew within a stream
*
* Creted by: Tomislav Uzelac, May 10 1997
*/
#include "amp.h"
#include "aud
www.eeworm.com/read/263968/11335007
h position.h
/* this file is a part of amp software, (C) tomislav uzelac 1996,1997
*/
extern int ffwd(struct AUDIO_HEADER *header, int nframes);
extern int rew(struct AUDIO_HEADER *header, int nframes);
#i
www.eeworm.com/read/407587/11414521
txt position.txt
1 2796 3215 1712 1893
2 2802 3296 1716 1895
3 2800 3260 1713 1897
4 2801 3296 1711 1883
5 2796 3260 1714 1900
6 2796 3272 1714 1904
7 2803 3264 1713 1916
8 2803 3260 1713 1903
9 2799 3267 1709