搜索资源列表
Matlab_Plot
- 使用matlab.m文件编写的画图程序,包括多条曲线的颜色设置、坐标设置、刻度设置、legend设置、以及图中的标注设置源代码。-The the Paint program using matlab.m documentation, including multi-curve color settings, coordinate setting scale settings, legend settings, as well as labeling settings in the source
100programs-in-Python
- 一百个用Python实现的小算法或小程序!绝对实用!如: 【程序56】 题目:画图,学用circle画圆形。 1.程序分析: 2.程序源代码: #include "graphics.h" main() { int driver,mode,i float j=1,k=1 driver=VGA mode=VGAHI initgraph(&driver,&mode,"") setbkcolor(YELLOW) fo