-
分形。纹理可以使用分形几何方法(Fracta1 geometry)来真实地描述自然景物,使用过程而不是使用方程来对物体进行建模。正如我们所期望的, 过程描绘的物...
分形。纹理可以使用分形几何方法(Fracta1 geometry)来真实地描述自然景物,使用过程而不是使用方程来对物体进行建模。正如我们所期望的, 过程描绘的物体其特征远不同于方程描绘的物体。物体的分形几何表示可以用于很多领域, 以描述和解释自然现象的特性。在计算机图形学中, 使用分形方法来产生自然景物显示及各种数学和物理系统的可视化。-fractal. Texture can use fractal geometry (Fracta1 geometry) to describe the beauty of nature, the use of the process rather than the use of equations to model objects. As we had hoped, the process of objects depicted far different from the characteristic equation painted objects. Objects said Fractal geometry can be used in many areas to describe and explain natural phenomena features. In computer graphics, the use of fractal method to generate natural landscape display and mathematical physics and visualization system.
- 2022-03-10 23:30:09下载
- 积分:1
-
语音录制和播放系统,带有G729A和ILBC编解码
语音录制和播放系统,带有G729A和ILBC编解码-Voice record and playback system, with G729A and ILBC codec
- 2022-02-07 04:48:39下载
- 积分:1
-
Paint on a split windows with color
用颜色在分体式窗户上作画
- 2022-02-04 02:18:06下载
- 积分:1
-
强化CListCtrl的下拉列表Demo
强化CListCtrl的下拉列表Demo-strengthen the drop-down list Demo
- 2022-02-03 17:04:12下载
- 积分:1
-
显示 打印
显示 打印
显示 打印
显示 打印-Show print show print show print
- 2022-02-16 08:06:47下载
- 积分:1
-
迷宫问题,实现迷宫路径的查找,最后寻找到出口。
迷宫问题,实现迷宫路径的查找,最后寻找到出口。-Maze problem, the realization of the maze path search, and finally to find export.
- 2023-05-02 06:30:03下载
- 积分:1
-
调用摄像头代码
调用摄像头的代码,用mfc做的可以调用自己电脑的摄像头,当作练习了,没有太多复杂的东西,菜鸟当练手了......
- 2022-01-31 11:26:32下载
- 积分:1
-
一个可以显示网页,并且可用IE执行CMD命令的程序框架。
一个可以显示网页,并且可用IE执行CMD命令的程序框架。-Can display a web page, IE can be used and the procedures for the implementation of the framework of the command CMD.
- 2022-09-11 20:50:03下载
- 积分:1
-
Saved in a file directory contents, create a file or subdirectory can use comman...
在文件中保存目录内容,创建文件或子目录可以用命令行命令:MD、CD、RD、MK(创建文件)、DEL(删除文件)和DIR。目录项包括文件或目录名称、类型(文件、目录或空目录项)、创建日期以及下一个目录项指针、下一级目录项指针。-Saved in a file directory contents, create a file or subdirectory can use command-line commands: MD, CD, RD, MK (create file), DEL (delete files), and DIR. Directory entry includes the file or directory name, type (file, directory, or an empty directory entries), creation date and the next pointer to a directory entry, the next one directory entry pointer.
- 2023-07-14 02:55:02下载
- 积分:1
-
获得本机以及指定域名的ipv4和ipv6地址
应用背景本代码可以用来实现获取本机以及指定域名的ipv4地址以及ipv6地址,代码分了两个c++文件,并非写在一起,使用时可以注释掉其中一个或是新建项目将其中一个c++文件剪切进去。关键技术
对于本地的ip地址我们只需要使用WinSocket继承的Berkeley Socket API里面的函数gethostbyname()通过名字获得主机信息,然后再显示出其ip地址即可,对于输出ipv6地址需将地址族改为AF_INET6.进一步得到ipv6地址。而要得到指定域名的ip地址时需要对一个地址同样使用gethostbyname()获得信息,再进行显示。
- 2022-07-04 18:45:02下载
- 积分:1