-
C语言数字图片的读写
c语言进行BMP位图的读写操作,并对灰度图像进行简单操作,比如对灰度图像的左下角进行处理,使该灰度图像左下角变成黑色,以及改变灰度图像的调色板,改变绿色分量。
- 2022-09-16 07:00:03下载
- 积分:1
-
用vc编写抓图程序
用vc编写抓图程序-prepared using vc Previously procedures
- 2022-11-28 23:40:03下载
- 积分:1
-
计算机图形学相关示例代码,比较经典的,看看有好处
计算机图形学相关示例代码,比较经典的,看看有好处-Computer graphics-related sample code, more classic, look good
- 2022-01-26 04:41:25下载
- 积分:1
-
用VC写的程序向导的细胞识别统计系统…
细胞识别统计系统用VC写的程序
AppWizard has created this Cell application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes-cell identification statistical systems with VC written procedures AppWizard has created th Cell application is for you. This application n ot only demonstrates the basics of using the Mic Un Foundation classes
- 2022-08-22 05:51:12下载
- 积分:1
-
qzxing+opencv ,二维码/条形码解码
基于qt使用qzxing库,结合opencv,进行二维码和条形码的解码,视频显示和解码的过程在不同的进程,因此可以流畅的显示,在解码的同时。
- 2022-06-01 15:06:53下载
- 积分:1
-
3D魔方(vs2010)
程序主体上的架构是表示层用opengl进行渲染场景,业务层通过将魔方的旋转命令数据化,通过与此数据相连的线程进行更新操作更新魔方的数据结构6个3*3的整形数组。数组中存的数字是颜色的索引值,在通过opengl进行渲染,达到模仿的旋转效果,为了使魔方的旋转动作更真实,定时器的加入是的模仿的旋转动画效果更逼真。
- 2023-05-03 03:25:03下载
- 积分:1
-
H.264 decoder output file format yuv development tools for Visual Studio 6.0 and...
H.264的解码器
输出文件格式为yuv
开发工具Visual Studio 6.0 以上-H.264 decoder output file format yuv development tools for Visual Studio 6.0 and above
- 2022-05-06 13:42:19下载
- 积分:1
-
几个在1D,2D 3D很有用,关于卡尔曼滤波器的MATLAB实现。约..
几个很有用的在1D,2D,3D上的卡尔曼滤波器的MATLAB实现。可以供初学者学习!-Several very useful in 1D, 2D, 3D Kalman filter on the MATLAB implementation. Can be used for beginners to learn!
- 2022-03-19 00:45:09下载
- 积分:1
-
在这个目录中包含代码实现K
kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Outpu
- 2022-08-15 00:35:38下载
- 积分:1
-
小车的动态模拟,初学者一定要看
小车的动态模拟,初学者一定要看-Trolley dynamic simulation, beginners must look at the
- 2022-07-27 06:54:43下载
- 积分:1