登录
首页 » c++ » 计算机图形学第五章

计算机图形学第五章

于 2022-09-20 发布 文件大小:1.10 kB
0 40
下载积分: 2 下载次数: 1

代码说明:

 #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   {

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 测试串口误码率的程序
    用来测试串口误码率的程序,在发送端发送定义好的数据。然后在接收端看收到了多少错误的桢数。 (Serial bit error rate for testing procedures defined in the transmitter to send data. And then received at the receiving end to see how many frames the wrong number. )
    2020-07-05 20:19:05下载
    积分:1
  • kalman-filer-C
    卡尔曼滤波器的c语言,已既matlab的实现(Kalman filter c language, has been the realization of both matlab)
    2011-08-31 17:02:30下载
    积分:1
  • VC频谱分析 FFT
    VC++6.0做的  频谱分析 FFT 能够帮助了解频域信号的处理知识,请大家点赞!不过小遗憾是需要硬件驱动的。没有关系可以看存储的数据,关键是了解算法。请大家多下载观摩。
    2022-04-30 17:22:48下载
    积分:1
  • stringmatch
    说明:  高速多字符串匹配程序,基于多字符串的KMP算法开发,能够实现多字符串的匹配(High-speed multi-string matching procedure, based on multi-string KMP algorithm development, to achieve multi-string match)
    2009-07-22 10:36:52下载
    积分:1
  • 15YD-I2C(软件)实验
    说明:  STM32F072C8T6单片机读写中颖锂电池模拟前端SH367309的读写I2C程序,16串的电池AFE(STM32F072C8T6 MCU read and write Sinowealth SH367309 I2C program)
    2021-02-04 06:39:58下载
    积分:1
  • c_cpp_function
    c、c++函数使用、查询,适合初学者使用(c, c++ function to use, query, suitable for beginners to use)
    2008-06-28 22:38:03下载
    积分:1
  • 文本框搜索
    就是一个简单类似百度框搜索记忆的功能
    2014-10-30下载
    积分:1
  • Unit-Nine
    输入n个两两互不相等的整数,以这些整数为关键字建立平衡的二叉排序树。 判断该二叉树是否为平衡的,输出判断结果;输出该二叉树的中序遍历关键字访问次序。(Enter an integer n pairwise distinct and so on, in order to establish a balance of these integer binary sort tree as a keyword. Determine whether the binary tree is balanced, the judgment result output output of the binary tree traversal key access order.)
    2020-12-25 21:49:04下载
    积分:1
  • dsp2812_SVPWM
    基于TMS320F2812的三相交流异步电机的矢量控制系统的研究(TMS320F2812-based three-phase AC induction motor vector control system)
    2020-10-08 20:57:36下载
    积分:1
  • gcji
    c Language压缩库,c语言压缩库()
    2018-03-16 21:11:16下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载