-
TFF
C语言编写的时域基2抽取的FFT算法程序,经测试其结果与在MATLAB中的值相比精确度很高。(C language-based time-domain extraction of the FFT algorithm for two procedures, the results have been tested and compared with the value in MATLAB with high precision.)
- 2010-01-24 12:33:31下载
- 积分:1
-
MPEG7FexLib_src_OpenCV22
基于OpenCV的MPEG-7特征提取,c++代码(MPEG-7 feature extraction based on OpenCV)
- 2020-06-23 05:00:01下载
- 积分:1
-
UNICODE_GBK
使用windows api将字符在Unicode编码和GBK编码之间相互转换的示例程序(convert between unicode and gbk)
- 2012-04-26 21:39:52下载
- 积分:1
-
PWM输出实验
说明: 通过定时器控制pwm输出,进而控制电机舵机的转动。(The output of PWM is controlled by a timer, and then the rotation of the motor steering gear is controlled.)
- 2020-06-18 17:20:02下载
- 积分:1
-
ClouthSale
一个服装管理系统,对于初学者有很好的借鉴,里面有数据库。(A clothing management system, there is a good reference for beginners, there are databases.)
- 2014-01-05 11:17:53下载
- 积分:1
-
c++,显示图像
IPicture接口对象的创建
方法1:直接通过文件创建
LPCSTR szFileUrl;
IPicture *pIPicture;
OleLoadPicturePath(CComBSTR(szFileUrl),
(LPUNKNOWN)NULL,
0,
0,
IID_IPicture,
(LPVOID*)&pIPicture))
方法2:通过IStream来创建
// 加载电子地图
LPCSTR szFileUrl;
IStream *pStream = NULL;
IPicture *pIPicture = NULL;;
CFileStatus fstatus;
CFile file;
LONG lFileSize;
HGLOBAL hGlobal;
if(file.Open(szFileUrl, CFile::modeRead) && file.GetStatus(szFileUrl, fstatus)
&& ((lFileSize = fstatus.m_size) != -1))
{
hGlobal = GlobalAlloc(GMEM_MOVEABLE, lFileSize);// 开辟大内存
if(hGlobal != NULL)
{
LPVOID pvData = NULL;
&nb
- 2022-01-26 14:55:37下载
- 积分:1
-
dijkstra
dijkstra算法,用于寻找已建立图的最短路径,是非常有用的一个算法(Dijkstra algorithm, has been established for finding the shortest path map is a very useful algorithm)
- 2007-07-15 14:14:48下载
- 积分:1
-
jacobi
雅可比迭代(过关法)计算实对称矩阵的特征值和特征向量(Jacobi iteration (immigration law) the calculation of Real Symmetric Matrix Eigenvalues and eigenvectors)
- 2020-08-03 17:08:34下载
- 积分:1
-
万年历设计-lcd1602-DS1302-DS18B20
说明: 单片机基于DS1302的万年历设计,原理图,报告、方针都有(Microcontroller Based on DS1302 Millennium Calendar)
- 2019-03-17 20:14:27下载
- 积分:1
-
C# 人事工资管理系统
C# 开发的人事工资管理系统,能够切换皮肤,设置公司信息,设置数据库的访问方式。
综合ERP 的优点适合做二次开发,适合初学者开发,数据直接附加就可以了。
- 2022-01-27 08:58:10下载
- 积分:1