代码搜索:Line
找到约 10,000 项符合「Line」的源代码
代码结果 10,000
www.eeworm.com/read/300288/13921727
txt 点是否在直线同侧(sameside).txt
// 两个点是否在直线同侧,是则返回true
bool SameSide(POINT p1, POINT p2, LINE line)
{
return (line.a * p1.x + line.b * p1.y + line.c) *
(line.a * p2.x + line.b * p2.y + line.c) > 0;
}
www.eeworm.com/read/107558/15605061
c coco2msg.c
/*
SOURCE CODE FOR COCO2MSG FILTER
Coco2Msg.C
Adapted from Borland Sample by Frankie Arzu.
Compiler: Borland C++ 3.1
Coco2Msg - Message filter from Coco to the IDE message window.
www.eeworm.com/read/389246/8539390
c~ bomb.c~
/******************************************************
scan bomb game bomb.c file
******************************************************/
#include
#include
#include
#in
www.eeworm.com/read/389246/8539402
c a.c
/******************************************************
scan bomb game bomb.c file
******************************************************/
#include
#include
#include
#in
www.eeworm.com/read/389246/8539404
c~ a.c~
/******************************************************
scan bomb game bomb.c file
******************************************************/
#include
#include
#include
#in
www.eeworm.com/read/389246/8539545
c bomb.c
/******************************************************
scan bomb game bomb.c file
******************************************************/
#include
#include
#include
#in
www.eeworm.com/read/285976/8796307
pm schemaparser.pm
package SchemaParser;
use Ast;
use Carp;
#-----------------------------------------------------------------------------
# This file parses a schema file of the following structure:
#
# class Per
www.eeworm.com/read/278099/10571345
c to4dos.c
/* +++Date last modified: 05-Jul-1997 */
/*
** To4Dos.C - Utility to convert SNIPPETS.NDX to 4DOS DESCRIPT.ION file.
*/
#include
#include
#include
#include
www.eeworm.com/read/266434/6941215
java global.java
public class Global {
public static MyLine line1;
public static MyLine line2;
public static void Set(){
line1 = new MyLine();
line2 = new MyLine();
}
}
www.eeworm.com/read/221042/7077648
txt error.txt
----Error at Line4:类型不匹配
----Error at Line5:类型不匹配
----Error at Line10:类型不匹配
----Error at Line11:类型不匹配
----编译成功