搜索资源列表
picture-Capture
- PC机以二进制模式接收的图像数据在显示前需要数据类型变换,即将二进制数变为整型数,也就是256个灰度级的像素值.图像的显示利用VB的Picture控件为画板,用描点函数将图像逐点画到画板上。接收一行画一行,画完整幅图像后存为BMP格式的图像文件-PC, in binary mode in the display image data received before the need to transform the data type, is about to become a binary i
JQM
- 利用graphics.h通过描像素点实现在屏幕上绘制图像,效果是在屏幕上绘制一个机器猫,上面有五角星,颜色会改变,里面涉及到直线、圆等的算法以及递归填充算法,很适合新手学习-Use graphics.h achieved by scanning pixel on the screen to draw the image, the effect is to draw a Viking on the screen, above the five-pointed star, the color wil
MiaoDian20170703
- 在写论文的过程中,有时想和其它文章中的数据做对比,但我们只有人家论文中的图而没有数据,这个程序能够将别人论文中图的曲线数据取出来,可以让你制作更漂亮的图或者可以和你自己的数据放在一起对比,这个程序是我在别人的程序基础上改的,更加的人性化一点。(In the writing process, and sometimes want to contrast the data in other articles, but we only have people in the map without da
bezierTool_print
- 通过processing在原有图上描点,可以计算出原有图像的线条贝塞尔函数(The line Bessel function of the original image can be calculated by tracing points on the original image through processing)