登录
首页 » Windows开发 » 用c语言实现了图形绕任意的点旋转,代码可以直接复制到tc里面运行...

用c语言实现了图形绕任意的点旋转,代码可以直接复制到tc里面运行...

于 2022-06-26 发布 文件大小:1.23 kB
0 182
下载积分: 2 下载次数: 1

代码说明:

用c语言实现了图形绕任意的点旋转,代码可以直接复制到tc里面运行-With the c language to implement graphics rotation around an arbitrary point, the code can be directly copied to the run inside tc

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

发表评论

0 个回复

  • 水文资料整理程序
    水文资料整理程序-hydrological data compilation process
    2022-02-02 11:22:47下载
    积分:1
  • 搜索引擎
    爬虫模块、预处理模块和搜索模块。 搜索引擎的三个部分是相互独立的,三个部分分别工作,主要的关系体现在前一部分得到的数据结果为后一部分提供原始数据。 用户通过浏览器提交查询的词或者短语 P,搜索引擎根据用户的查询返回匹配的网页信息列表 L; 上述过程涉及到两个问题,如何匹配用户的查询以及网页信息列表从何而来,根据什么而排序?用户的查询 P 经过分词器被切割成小词组 并被剔除停用词 ( 的、了、啊等字 ),根据系统维护的一个倒排索引可以查询某个词 pi 在哪些网页中出现过,匹配那些 都出现的网页集即可作为初始结果,更进一步,返回的初始网页集通过计算与查询词的相关度从而得到网页排名,即 Page Rank,按照网页的排名顺序即可得到最终的网页列表; 假设分词器和网页排名的计算公式都是既定的,那么倒排索引以及原始网页集从何而来?原始网页集在之前的数据流程的介绍中,可以得知是由爬虫 spider 爬取网页并且保存在本地的,而倒排索引,即词组到网页的映射表是建立在正排索引的基础上的,后者是分析了网页的内容并对其内容进行分词后,得到的网页到词组的映射表,将正排索引倒置即可得到倒排索引; 网页的分析具体做什么呢?由于爬虫收集来的原始网页中包含很多信息,比如 html 表单以及一些垃圾信息比如广告,网页分析去除这些信息,并抽取其中的正文信息作为后续的基础数据。
    2022-05-07 14:54:09下载
    积分:1
  • 图像处理
    可以对图片进行特效处理(图片特效)、调整图片的亮度、大小及对比度(图片调节)、在图片上添加文字(图片文字)、以幻灯片的形式浏览图片(幻灯片放映)
    2022-06-14 18:29:20下载
    积分:1
  • Lot of basic practical C++ source code, suitable for beginners to use, such as r...
    许多基础实用的C++源码,适合初学者使用,如递归反转字符串-Lot of basic practical C++ source code, suitable for beginners to use, such as recursive string inversion. . . . .
    2022-02-12 00:05:34下载
    积分:1
  • source codesource codesource codesource codesource codesource codesource codesou...
    source code source code source code source code source code source code source code -source codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource code
    2022-04-17 09:25:29下载
    积分:1
  • 最小系统移位烁动 最小系统移位烁动 最小系统移位烁动
    最小系统移位烁动 最小系统移位烁动 最小系统移位烁动-Minimum System Minimum System Dynamic Shift Shift Shuo Shuo Dynamic Minimum System Minimum System Dynamic Shift Shift Shuo Shuo-moving
    2023-01-03 06:55:03下载
    积分:1
  • Oracle函数列表速查chengxu
    Oracle函数列表速查chengxu-Oracle functions chengxu Check List
    2022-03-01 11:42:20下载
    积分:1
  • MakeTwoBarCode(C#)
    应用背景调用DLL产生二维码图片,可预览打印,同时支持中文,英文,数值,字符,控制字符,特殊字符等;环境为VS2013,可直接开启运行关键技术调用DLL为WComp.dll,EnDataMatrix.dll,EnCodeQr.dll,EnCodePdf.dll;C#语言,面向对象编写。
    2023-01-27 20:45:03下载
    积分:1
  • 编译原理课程实验,编译系统的一部分,实现了对简单sim语言的单词识别
    编译原理课程实验,编译系统的一部分,实现了对简单sim语言的单词识别。编译原理神课,你们懂的。
    2022-07-24 00:12:24下载
    积分:1
  • the book is certain to have Visual C based on the application prepared by the re...
    本书主要是为具有一定Visual C++应用基础的读者编写的,全书通过150个实例,全面、深入地介绍了利用Visual C++ 6.0开发应用程序的常用方法和技巧。全书共分为6章,主要讲解了Visual C++.net中界面效果、图形图像处理、文件与系统功能控制、控件应用与MFC编程、数据库开发等内容。这些实例简单实用、典型性强、功能突出,很多实例使用的技术可以解决一类问题,读者在掌握实例中的技术或技巧后,使用这些技术可以试着实现更复杂的功能、应用到更多方面。-the book is certain to have Visual C based on the application prepared by the reader, the book by 150 examples, comprehensive, in-depth introduced to the use of Visual C 6.0 application procedures commonly used methods and techniques. The book is divided into six chapters, mainly on the Visual C. Net interface effects, graphics and image processing, document control and system functions, applications and controls MFC programming, database development and other content. These simple and practical examples, the typical strong, prominent features, many examples of the use of technology to solve a problem category, readers grasp examples of technology or skills, the use of these techniques may try to achieve more complex functions, applications to a wider range
    2023-01-11 16:55:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载