-
dtmf
这是本人在TI DSP C6713DSK开发板上开发的DTMF实现程序,已调试通过。(This is my TI DSP C6713DSK in the development of on-board DTMF realize the development of procedures have been debug through.)
- 2007-10-17 13:09:03下载
- 积分:1
-
IE7 Style Control Source C# program
IE7样式控件源码 C#程序-IE7 Style Control Source C# program
- 2022-04-13 00:23:29下载
- 积分:1
-
使用Opencv读取16bitTIFF图像的函数
//这是一个使用Opencv读取16bitTIFF图像的函数,使用与已知宽高的图像//注意需要在函数外部为图像分配内存,使用完毕后记得释放内存//参数:imagePathName 待读入的影像路径名 __in__//参数:subImage 保存读入数据的数组 __out__//返回值:成功返回true,失败返回false/*unsigned short* subImage = new unsigned short[subWidth * subHeight];memset(subImage, 0, subWidth * subHeight);read16bitTiffOpencv("2084_00.tif", subImage);......delete[] subImage;*/
- 2022-06-14 09:08:36下载
- 积分:1
-
linux驱动程序的scull例子
在《linux设备驱动程序》一书中,scull(simple character utility for loading localities,"区域装载的简单字符工具")
是一个操作内存区域的字符设备驱动程序,这片内存区域就相当于一个字符设备。
scull的优点在于他不和任何硬件相关,而只是操作从内核分配的一些内存。任何人都可以编译和运行scull,而且还看看可以将scull移植到linux支持的所有计算机平台上。但另一方面,除了展示内核和字符设备驱动程序之间的接口并且让用户运行某些测试例程外,scull设备做不了任何“有用”的事情。
- 2023-02-19 21:25:02下载
- 积分:1
-
cycQueue
单循环链表,用C++实现
提供入队,出队,判断空等方法(Single cycle linked list, with C++ into the team, the team judge waited in vain for methods)
- 2012-10-08 20:02:15下载
- 积分:1
-
9754567
在程序启动时弹出文件打开对话框,VC++编程精选学习源码,很好的参考资料。(In the open dialog box when the program starts up the file, select learning VC++ programming source code, a good reference.)
- 2013-11-20 11:24:59下载
- 积分:1
-
Engine
说明: Engine Packet for Unreal Engine
- 2020-04-16 00:15:48下载
- 积分:1
-
csharp实现的有关矩阵类相关代码,可以供初学者学习,适合一些数学系的同学...
csharp实现的有关矩阵类相关代码,可以供初学者学习,适合一些数学系的同学-CSharp realization of the matrices related to the code, you can learn for beginners, suitable for a number of mathematics students
- 2023-05-13 13:10:02下载
- 积分:1
-
Matlab.vc
这是一份VC++与MATLAB混合编程的重要资料.详细描述了VC++在与MATLAB混合编程时的接口问题,以及连接问题。(This is a mixed VC++ and MATLAB programming important information. A detailed description of the VC++ mixed programming with MATLAB interface issues, and connectivity problems.)
- 2010-06-02 09:20:30下载
- 积分:1
-
一个模拟晶粒长大过程的程序,使用fortran语言
利用fortran语言编写的一组模拟晶粒长大过程的程序,codes:
1. allencahn.f90
2.cahnhilliard.f90
3.allencahn.m
4.cahnhilliard.m
5.dendrite.f90
6.graingrowth.f90
- 2022-02-09 17:44:16下载
- 积分:1