-
sha512哈希算法
对sha512进行封装,sha_file(char *input, unsigned char *p, char *output)对input文件中的值进行hash算法,并将结果保存在P和output文件中,char * sha_512(char *sha)将sha进行sha512哈希编码并将结果返回。
- 2022-03-26 06:07:28下载
- 积分:1
-
tmp
获取复合文档word/doc excel/xls powerpoint/ppt的信息(Get compound document word doc/excel/XLS powerpoint/powerpoint presentation of information)
- 2014-08-05 11:07:05下载
- 积分:1
-
TranslateAndEdit
一个地图编译器,编译后的地图保存在XML文件里,对XML文件的读取,写入(A map compiler, compiled a map stored in the XML file on the XML file to read, write)
- 2010-08-04 10:49:17下载
- 积分:1
-
1_LED
stm8 点灯工程,已经编译通过,使用的标准库(STM 8-point lamp project)
- 2020-06-16 20:20:01下载
- 积分:1
-
DSP280x_headers
dsp TMS320F2806 常用头文件(dsp TMS320F2806 common header file)
- 2018-05-10 15:57:00下载
- 积分:1
-
高创驱动器直线电机调试指南
说明: 高创驱动说明书,直区点击伺服器,使用说明,保护接线图和RS232连接。(Gaochuang drive manual, click on the server in the straight area, instructions for use, protection wiring diagram and RS232 connection.)
- 2021-02-06 20:31:37下载
- 积分:1
-
The_Magic_Of_Computer_Graphics
计算机图形学重要参考。对理解OpenGL和D3D的渲染过程有重要帮助。(Computer graphics is a vast field that is becoming larger every day. It is impossible to cover every topic of interest, even within a specialization such as CG rendering. For many years, Noriko Kurachi has reported on the latest developments for Japanese readers in her monthly column for CG World. Being something of a pioneer herself, she selected topics that represented original and promising new directions for research. Many of these novel ideas are the topics covered in The Magic of Computer Graphics. Starting the basic behavior of light, the first section of the book introduces the most useful techniques for global and local illumination using geometric descriptions of an environment. The second section goes on to describe image-based techniques that rely on captured data to do their magic. In the final section, the author looks at the synthesis of these two complementary approaches and what they mean for the future of computer graphics.)
- 2015-01-28 12:30:23下载
- 积分:1
-
openmp-opecg-2009-part-03
opemmp c-c++ document
- 2010-01-05 07:25:17下载
- 积分:1
-
STL文件读取代码
// STLViewerView.h : interface of the CSTLViewerView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_STLVIEWERVIEW_H__D5F8FC2E_373C_442E_AAF5_D321322B1658__INCLUDED_)
#define AFX_STLVIEWERVIEW_H__D5F8FC2E_373C_442E_AAF5_D321322B1658__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "..incGeomCalcCadBase.h"
#include "..incglContextopenGLDC.h"
#include "FenCengDlg.h"
class CP3d : public CObject
{
public:
CPoint3D a1,a2,a3;
};
class CSTLViewerView : public CGLView
{
protected: // create from serialization only
CSTLViewerView();
DECLARE_DYNCREATE(CSTLViewerView)
// Attributes
public:
CSTLViewerDoc* GetDocument();
CTypedPtrArray
- 2022-04-18 23:58:11下载
- 积分:1
-
分段函数的定义和求解
利用MATLAB进行定义分段函数的定义,并绘制其曲线函数定义成 MATLAB function ,求解两个分段函数在给定区间内的给定任意x值时对应的y值。利用MATLAB求解过程较为快捷方便,而且画成图形也能够体现出分段函数的特性。
- 2023-06-07 16:00:17下载
- 积分:1