-
rose
OpenGL建模+贴图,基于C++实现。3D玫瑰花模型。(The OpenGL modeling+ maps, based on C++ achieve. The 3D roses the model.)
- 2020-07-03 22:00:01下载
- 积分:1
-
STM32F103RB
STM32F103RB USB模拟串口范例,参考官方版本,改写双缓冲+环型队列接收,改写环节队列发送。工程开发环境为COOCOX IDE。(STM32F103RB USB virtual serial port example, refer to the official version, rewritten double buffering+ ring queue receiver, rewritten ring queue to send. Development environment for COOCOX IDE.)
- 2013-09-20 00:50:38下载
- 积分:1
-
YUV_DCT
YUV Quantization using VS2010
- 2013-07-14 19:12:13下载
- 积分:1
-
CRC16
CRC16校验计算小程序,有移位、取反等位操作函数可供参考(CRC16 checkout a small program with shift, the allelic operation function is available for reference
)
- 2017-05-04 14:44:37下载
- 积分:1
-
matCUDA_User_Guide_0.1
CUDA的MATLAB加速用户使用说明,帮助学习MATLAB的PCT(matCUDA for MATLAB PCT)
- 2015-03-27 11:35:13下载
- 积分:1
-
FIFO-master
This is a generic FIFO buffer that can be used to store any kind of items. It is written in C language and can be compiled and used on almost any architecture. It was designed to be used on memory limited architectures such as microcontrollers. Examples of the applications that can be built with this library include:
- 2020-06-21 02:00:01下载
- 积分:1
-
P2P_FileTran
说明: 采用C#做的局域网内P2P文件传输,可以对多个人同时传输多个文件,内有详细说明文档和程序代码。(C# to do with P2P file transfer within a local area network, multiple people can simultaneously transfer multiple files, with detailed documentation and program code.)
- 2010-04-17 09:19:17下载
- 积分:1
-
Adaboost
Adaboost检测代码,读取字典检测人脸等(Adaboost detection codes)
- 2013-01-16 15:27:14下载
- 积分:1
-
STM32F10xxx闪存编程参考手册
说明: 本编程手册介绍了如何烧写STM32F101xx、STM32F102xx和STM32F103xx微控制器的闪存存储器。(This programming manual describes how to burn the flash memory of STM32F101xx, STM32F102xx and STM32F103xx microcontrollers.)
- 2020-06-20 15:40:01下载
- 积分:1
-
在 main 函数中,输入某班同学的成绩,并求出全班同学的成绩平均分
设计一个 person 类,包含一个私有的年龄(age)属性,设计一个公有派生自 person 类
的 Student 类,Student 类设计要求如下:(1)在 Student 类中包括一个私有的数据成员 score
(分数)、两个私有的静态数据成员 total_score(总分)和 count(学生人数);(2)Student
类构造函数用于设置年龄、分数、累计学生的成绩之和、累计学生人数;(3)Student 类包
含一个静态成员函数 average()用于求全部成绩的平均值。
- 2022-01-25 20:20:59下载
- 积分:1