-
CC2431单片机原理图,支持802.15.4Mac层协议,在多种无线应用中作为无线传输模块。...
CC2431单片机原理图,支持802.15.4Mac层协议,在多种无线应用中作为无线传输模块。-CC2431 single-chip schematic to support 802.15.4Mac layer protocol, in a variety of wireless applications as wireless transmission module.
- 2023-05-19 03:05:04下载
- 积分:1
-
它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。...
它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。-It is mainly the function of the completion of painting a straight line, curve, round, oval, rectangular, polygonal support clipboard operations to support the revocation, repeat preservation into a bitmap file to open bitmap file.
- 2022-06-21 17:46:57下载
- 积分:1
-
以固定的命名将图片统一规格并统一排序命名
以固定的命名将图片统一规格并统一排序命名
- 2022-03-20 04:19:48下载
- 积分:1
-
介绍了虚拟屏幕技术的原理及实现,附带源代码。是写游戏教好的参考资料...
介绍了虚拟屏幕技术的原理及实现,附带源代码。是写游戏教好的参考资料-introduced a virtual screen technology and the realization of the principle, the source code attached. The game is to write a good reference
- 2022-03-15 15:37:01下载
- 积分:1
-
direct3d
direct3d---meshview
- 2022-08-25 19:54:57下载
- 积分:1
-
a simple line drawing anti
一个简易的反走样线段绘制程序,给出了一个通用的wu象素解决方案。程序启动后,在窗口上任一点点击一下,然后分别用钩选反走样和不钩选可以绘制直线,可以看见反走样的效果。-a simple line drawing anti-aliasing procedures, is a common wu pixel solution. After commencement, 1:00 office window click, and then using anti-aliasing Senators and Congressmen can draw straight lines, we can see the effect of anti-aliasing.
- 2022-05-23 14:28:54下载
- 积分:1
-
Visual C++ CAD应用程序开发技术源代码ch5
Visual C++ CAD应用程序开发技术源代码ch5-Visual C CAD application development technology source code ch5
- 2022-03-29 10:48:47下载
- 积分:1
-
这个是一个用C画曲线增加参数的程序,这个老师留的作业,希望对大家有用...
这个是一个用C画曲线增加参数的程序,这个老师留的作业,希望对大家有用-This is an additional parameter with C curve drawing procedure, the teacher left the job, hope for all of us
- 2022-04-25 08:57:48下载
- 积分:1
-
在图像处理应用中几种并行计算技术的比较
在图像处理应用中几种并行计算技术的比较-in image processing applications of several parallel computing technologies comparison
- 2023-04-16 07:45:03下载
- 积分:1
-
AffineTransformation computes and applies the geometric affine transformation to...
AffineTransformation computes and applies the geometric affine transformation to a 2-D image.
The program main functions are:
- Load Image: Load the image to be transformed.
- Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image.
- Save Image: Save the transformed image.
- Quit: Exit the program.
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
- 2022-01-30 20:17:04下载
- 积分:1