Python is a powerful programming language that’s easy to learn and fun to play with. But once you’ve gotten a handle on the basics, what do you do next? Python Playground is a collection of imaginative programming projects that will inspire you to use Python to make art and music, build simulations of real-world phenomena, and interact with hardware like the Arduino and Raspberry Pi. You’ll learn to use common Python tools and libraries like numpy, matplotlib, and pygame to do things like: Generate Spirograph-like patterns using parametric equations and the turtle module Create music on your computer by simulating frequency overtones Translate graphical images into ASCII art Write an autostereogram program that produces 3D images hidden beneath random patterns Make realistic animations with OpenGL shaders by exploring particle systems, transparency, and billboarding techniques Construct 3D visualizations using data from CT and MRI scans Build a laser show that responds to music by hooking up your computer to an Arduino Programming shouldn’t be a chore. Have some solid, geeky fun with Python Playground.
2022-11-04 12:42:27 12.35MB Python Playground Starch geeky
1
内容索引:VC/C++源码,图形处理,画笔,笔刷  有意思的屏幕画笔,基于VC++实现,编译运行后可在屏幕上写字,鼠标就成了画笔,目前功能比较单一,仅能画,不能改变笔刷粗细和颜色,而且程序貌似还有些问题:运行后任务栏不见,开始菜单也找不见,重启了电脑才回来,晕倒,请大家小心测试啊!
1
计算机图形学实验及课程设计,是太原工业学院孔令德教授编写的关于计算机图形学这门课程相关的18个实验及5个课程设计。案例由浅入深,具有很强的操作性和实际意义。 本资源给出实验的ppt课件以及实验项目的可执行程序。
2022-11-03 21:51:52 9.65MB VC++
1
Win7 VC++6.0打开文件崩溃 FileTool.dll-附件资源
2022-11-03 21:32:08 106B
1
计算机图形学的VC源码,包含了直线、圆、椭圆、填充算法;平面函数曲线算法;二维图形变换算法,三维变换算法;曲线和曲面算法(梅花线,圆柱螺线,圆锥螺线,三次贝塞尔曲线,三次B样条曲线;环形面,锥面,双线性曲面,旋转曲面,贝塞尔曲面,B样条曲面),还包括了一个简单的CAD绘图系统。
2022-11-03 18:07:03 270KB 计算机图形学 CAD 曲线 曲面
1
  炫彩界面库提供了UI设计器,支持XML布局,CSS样式表,XML资源;该库采用C语言开发,速度更快,支持多种开发语言调用,例如C#,易语言; 不需要第三方库的支持,不需要MFC,ATL,和WINDOWS标准控件; 采用DirectUI设计思想,在窗口内无子窗口,窗口相当于容器,界面元素都是逻辑上的区域,没有句柄. 灵活易扩展,即支持C语言风格开发,同时也支持C++语言开发,用户可以对元素句柄进行包装扩展,支持用户自绘,支持各种格式图片.     更多链接: 官方网站: 炫彩界面库简介:http://www.okbase.net/doc/details/3559 炫彩界面
2022-11-03 17:01:22 1.81MB VC/MFC源代码 Windows窗口视图源代码
1
VC助手最新破解版vs2008
2022-11-03 10:42:15 5.57MB 助手 vs2008
1
单击左键 确定多边形控制顶点 点右键闭合多边形 并扫描转换 vc++ MFC 鼠标响应 菜单响应
2022-11-02 22:04:42 7.12MB 多边形 扫描转换 vc++ MFC
1
内容索引:VC/C++源码,图形处理,二维,3D,曲线绘制  一个比较粗糙的VC++二维显示和三维显示的关键技术代码,程序在VC6.0下调试通过,显示类的定义部分在eidterView.h 文件中,其实现部分在 eidterView.cpp文件中。它可生成三种数据曲线图以及三维图形展示图像等。
1
图像的中值滤波算法,可以运行,用C++编写,滤波效果明显。开源代码
2022-11-02 15:06:32 3.18MB 中值滤波 VC 源代码
1