-
计算机图形学第五章
#include// OPenGL实用工具库 constint XL=100; constint XR=300; constint YB=100; constint YT=200; int x1=150,y1=50,x2=250,y2=150; #defineLIFT 1 #defineRIGHT 2 #defineBOTTOM 4 #defineTOP 8 char encode(floatx,floaty) { char c=0; if(xXR) c|=RIGHT; if(yYT) c|=TOP; return c; } void CSLineClip(int&x1,int&y1,int&x2,int&y2,intXL,intXR,intYB,intYT) { char code1=encode(x1,y1); char code2=encode(x2,y2); int x,y; char code = 3; while (code1||code2) { if(code1 != 0) { code=code1; }else {
- 2022-09-20 01:10:02下载
- 积分:1
-
c语言学生选课系统
说明: 本文件为瓜大C实验大作业,作业为学生选课系统,可以作为第二个大作业,需要者自取(This file is NPU C homework, it is useful for these people who need it)
- 2020-06-24 01:40:02下载
- 积分:1
-
Compon
说明: 计算机视觉_INS的无人机自主着陆组合导航研究(Computer vision-based autonomous landing of UAVs _INS Integrated Navigation)
- 2011-02-20 12:25:59下载
- 积分:1
-
red
MATLAB中文论坛MATLAB数学、统计与优化板块发表的帖子:分布式优化算法如何实现。现在想用matlab来仿真一种分布式拍卖算法,其目标是给5个UAV分配任务。这个算法...(MATLAB Chinese Forum MATLAB basic discussion plate published post: about the bilateral auction algorithm how to use matlab into... Such as the MATLAB programming of the question about bilateral auction: n different customers, purchase goods to the seller, the purchase quantity and...)
- 2018-07-28 12:09:25下载
- 积分:1
-
财神到源码
服务端 客户端 机器人服务 控制 全部齐全(Server client, robot service control is complete)
- 2020-11-04 14:49:51下载
- 积分:1
-
C# 在线考试系统源码下载(含数据库)
C# 在线考试系统源码下载(含数据库)
- 2014-08-07下载
- 积分:1
-
三次B样条曲线
用C语言编写的三次B样条曲线源代码!(C language prepared by the cubic B-spline curves source code!)
- 2020-09-30 14:27:45下载
- 积分:1
-
wlsStateEstimation
运用加权最小二乘法进行电力系统状态估计 具有较好的收敛性 但适合于较小的系统(Using weighted least squares state estimation of power system has a good convergence, but for smaller systems)
- 2010-09-01 16:22:29下载
- 积分:1
-
osiris CSGO hack
【实例简介】
- 2021-08-01 00:31:03下载
- 积分:1
-
一个简单的图书馆管理系统,基本功能都得到了实现
一个简单的图书馆管理系统,基本功能都得到了实现-A simple library management system, the basic functions have been the realization of
- 2022-03-20 22:02:48下载
- 积分:1