-
原代码,自写,谢谢
本文内容及源代码只能作为学习参考用,转载请注明本声明blog.csdn.net/t163ang。搞图形学的童鞋经常需要用斯坦福三维模型来做实验的,模型ply文件下载地址:http://www.cc.gatech.edu/projects/large_models/index.html 及 http://graphics.stanford.edu/data/ 因此需要将ply文件解析出来,并在opengl渲染,以下提供我的源代码:
- 2022-03-02 00:16:55下载
- 积分:1
-
8051单片机温度显示双机通信
8051单片机温度显示双机通信,内附Proteus仿真图
- 2022-09-20 19:45:02下载
- 积分:1
-
CRC校验(modbus)
/CRC16_MODBUS:多项式x16 x15 x5 1(0x8005),初始值0xFFFF,低位在前,高位在后,结果与0x0000异或unsigned short do_crc(unsigned char *ptr, int len) { unsigned int i; unsigned short crc = 0xFFFF; //crc16位寄存器初始值 while(len--) { crc ^= *ptr ; for (i = 0; i > 1) ^ 0xA001; //多项式 POLY(0x8005)的高低位交换值,这是由于其模型的一些参数决定的 else crc = (crc >> 1); } } return crc; }
- 2021-05-06下载
- 积分:1
-
atmega128_2011_9_30
atmega128+tda7330B+tef607实现RDS(atmega128+tda7330B+tef607 to realize RDS)
- 2014-09-09 13:42:19下载
- 积分:1
-
GPS数据解析
说明: 用12864加STC12C5A60S2做的GPS解析(GPS Analysis with 12864 and STC12C5A60S2)
- 2020-06-20 10:00:01下载
- 积分:1
-
ATmega128_ch
avr 系列 atmega128 单片机 中文datasheet(avr atmega128 microcontroller series Chinese datasheet)
- 2013-12-30 13:56:46下载
- 积分:1
-
realtimesuperpixel-master
运用基于密度的聚类算法实现了超像素的分割(The segmentation of super pixels is realized by using the clustering algorithm based on density)
- 2018-01-11 11:54:41下载
- 积分:1
-
IP6805U
说明: IP6805U 是一款无线充电发射端控制 SoC 芯 片,兼容WPC Qi v1.2.4 最新标准,支持 A11 或 A11a 线圈,支持 5W 充电(Ip6805u is a SoC chip for wireless charging transmitter control, which is compatible with the latest standard of WPC Qi v1.2.4, supports a11 or a11a coil, and supports 5W charging)
- 2020-05-11 15:23:19下载
- 积分:1
-
GetData2.20
论文写作中最好的画图软件
解压后,先安装软件,结束时不要直接启动软件,先用破解过的2个exe文件替换安装目录的同名文件,再双击reg文件进行注册即可。(The best essay writing drawing software
After decompression, install the software, do not start the software directly to the end, the first two with a cracked exe file to replace the installation directory of the same file, and then double-click the reg file to be registered.)
- 2014-06-27 23:51:24下载
- 积分:1
-
2D-FDTD-Cylinder-Scatter
使用matlab通过fdtd实现一维到三维的光子晶体模拟(Using MATLAB FDTD to achieve through the one-dimensional to three-dimensional simulation of photonic crystal)
- 2014-10-31 12:48:41下载
- 积分:1