代码搜索:图形交互
找到约 10,000 项符合「图形交互」的源代码
代码结果 10,000
www.eeworm.com/read/281140/10260642
cn0 help.cn0
~aHELP~0
启动MS-DOS帮助系统。
语法
~aHELP~0 [/B] [/G] [/H] [/NOHI] [topic]
开关项
/B
允许使用接在彩色图形卡上的单色监视器。
/G
快速更新CGA屏幕。
/H
一屏显
www.eeworm.com/read/426030/10292708
c calc.c
#include "stdio.h" /* 标准输入输出库 */
#include "string.h" /* 字符串操作函数库 */
#include "math.h" /* 数学函数库 */
#include "stdlib.h" /* 标准函数库 */
#include "graphics.h" /* 图形函数
www.eeworm.com/read/422955/10599290
cpp draw.cpp
//此文件定义了所有作图的函数
#include "structs.h"
#include
#include
#include
#include
void draw_InitGraph() // 初始化图形模式
{
static int gdriver=DETECT,gmode;
www.eeworm.com/read/276740/10711899
cn0 help.cn0
~aHELP~0
启动MS-DOS帮助系统。
语法
~aHELP~0 [/B] [/G] [/H] [/NOHI] [topic]
开关项
/B
允许使用接在彩色图形卡上的单色监视器。
/G
快速更新CGA屏幕。
/H
一屏显
www.eeworm.com/read/272223/10965464
toc tdcooldownoption.toc
## Interface: 20300
## Title: tCC Option
## Notes: Cooldown Count for Everything.|n|cff7fff7fAuthor|r :Taiduo [From China]
## Title-zhCN: |cff7fff7f太多|r冷却 设置
## Notes-zhCN: 太多冷却图形设置界面
## Author:
www.eeworm.com/read/417350/10993609
txt 9-05.txt
%例9-5 本例创建一个具有白色背景的图形,并设置根对象下的坐标轴对象的默认值。
>> whitebg('w') %create a figure with a white color scheme
set(0,'DefaultAxesColorOrder',[0 0 0],...
'DefaultAxesLineStyleOrder','-|--|:|-.')
>> Z
www.eeworm.com/read/271226/11002533
txt test3.txt
--------------- 函数复杂度图形:
rot is 0; -- 不旋转
origin is (50, 400); -- 设置新原点(距系统默认原点的偏移量)
scale is (2, 1); -- 设置比例
for T from 0 to 300 step 1 draw (t, 0); -- 横坐标
for T from 0