CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - toggle.o
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - toggle.o - List
[
Other resource
]
ROAM-LOD
DL : 0
ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to open \"Map.ved\", a Tread Marks map file. Tread Marks maps will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view Tread Marks maps correctly is \"0.25f\". (www.TreadMarks.com) CONTROLS: MOUSE - Hold Left Mouse Button to Rotate View Angle Q - Change Rendering Mode (Wireframe, Lit, Fill, Texture) O - Change View Mode (Observe, Follow, Drive, Fly) W/S - Move forward/back A/D - Rotate left/right (in Observe Mode only) F - Stop Animation R - Toggle Frustum Drawing 0/9 - More/Less Triangles per frame 1/2 - Adjust FOV
Update
: 2008-10-13
Size
: 372.25kb
Publisher
:
lifeng
[
3D Graphic
]
ROAM-LOD
DL : 0
ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view Tread Marks maps correctly is "0.25f". (www.TreadMarks.com) CONTROLS: MOUSE - Hold Left Mouse Button to Rotate View Angle Q - Change Rendering Mode (Wireframe, Lit, Fill, Texture) O - Change View Mode (Observe, Follow, Drive, Fly) W/S - Move forward/back A/D - Rotate left/right (in Observe Mode only) F - Stop Animation R - Toggle Frustum Drawing 0/9 - More/Less Triangles per frame 1/2 - Adjust FOV-ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view Tread Marks maps correctly is "0.25f". (www.TreadMarks.com) CONTROLS: MOUSE- Hold Left Mouse Button to Rotate View Angle Q- Change Rendering Mode (Wireframe, Lit, Fill, Texture) O- Change View Mode (Observe, Follow, Drive, Fly) W/S- Move forward/back A/D- Rotate left/right (in Observe Mode only) F- Stop Animation R- Toggle Frustum Drawing 0/9- More/Less Triangles per frame 1/2- Adjust FOV
Update
: 2025-02-19
Size
: 372kb
Publisher
:
lifeng
[
GUI Develop
]
cst
DL : 0
cst控件,是把VB中常用的空间做成VC6.0可以直接加载的控件库,包括仪表和示波器等-CST controls are commonly used in the VB space VC6.0 can be directly loaded into the control database, including meters and oscilloscopes, etc.
Update
: 2025-02-19
Size
: 2.61mb
Publisher
:
Loki
[
VHDL-FPGA-Verilog
]
tut_embedded_programming_verilog_C_DE2
DL : 0
This tutorial explains how to communicate with IO devices on the DE2 Board and how to deal with interrupts using C and the Altera Monitor Program. Two example programs are given that diplay the state of the toggle switches on the red LEDs. The fi rst program uses the programmed I/O approach and the second program uses interrupts.-This tutorial explains how to communicate with IO devices on the DE2 Board and how to deal with interrupts using C and the Altera Monitor Program. Two example programs are given that diplay the state of the toggle switches on the red LEDs. The fi rst program uses the programmed I/O approach and the second program uses interrupts.
Update
: 2025-02-19
Size
: 163kb
Publisher
:
*Roma*
[
OpenGL program
]
MV_models
DL : 0
3D模型导入和观察器~~~~~OPENGL- The program function 1. Loading the 3D model by an pop window (only .m file) 2. Displaying the model 2.1 grond Ground (xy-plane):press p to toggle the display modes coordinate axes:press a to toggle the display modes bounding box:press b to toggle the display modes 2.2 The model have 4 colors, it change colors by select different display mode 2.3 two projection mode: press j to Cycle through display mode orthogonal projection perspective projection 2.4 Changing the display mode :press o to Cycle through display mode Points Wireframe rendering Flat shading Smooth shading 3. Camera control
Update
: 2025-02-19
Size
: 2.59mb
Publisher
:
shou wei
[
Software Engineering
]
tut_embedded_programming_verilog_C_DE2
DL : 0
This tutorial explains how to communicate with IO devices on the DE2 Board and how to deal with interrupts using C and the Altera Monitor Program. Two example programs are given that diplay the state of the toggle switches on the red LEDs. The first program uses the programmed I/O approach and the second program uses interrupts.
Update
: 2025-02-19
Size
: 164kb
Publisher
:
Anerol
[
Windows Develop
]
poj2814
DL : 0
Time Limit: 1000ms Memory limit: 65536kB 题目描述 有9个时钟,排成一个3*3的矩阵。 现在需要用最少的移动,将9个时钟的指针都拨到12点的位置。共允许有9种不同的移动。如右表所示,每个移动会将若干个时钟的指针沿顺时针方向拨动90度。 移动 影响的时钟 1 ABDE 2 ABC 3 BCEF 4 ADG 5 BDEFH 6 CFI 7 DEGH 8 GHI 9 EFHI (图 2) 输入 从标准输入设备读入9个整数,表示各时钟指针的起始位置。1=12点、1=3点、2=6点、3=9点。 输出 输出一个最短的移动序列,使得9个时钟的指针都指向12点。按照移动的序号大小,输出结果-Time Limit: 1000ms Memory limit: 65536kB subject described in 9 clock, arranged in a 3* 3 matrix. Now need to move with the least, will have nine clock pointer Slide 12 o' clock. Allowed a total of 9 different mobile. Like right in the table below, each move will be a number of pointer clock toggle 90 degrees clockwise. Effects of clock movement 1 ABDE 2 ABC 3 BCEF 4 ADG 5 BDEFH 6 CFI 7 DEGH 8 GHI 9 EFHI (Figure 2) input from the standard input device 9 reads an integer, said the starting position of the clock pointer. 1 = 12 points, 1 = 3 points, 2 = 6 points, 3 = 9 points. Output Output a shortest movement sequence, making nine clock pointers all point to 12 points. According to the size of mobile serial number, output
Update
: 2025-02-19
Size
: 1kb
Publisher
:
jing
[
Other Embeded program
]
bit_tools
DL : 0
bit_tool.h - a library for you easily read, write or toggle PIN O/I of avr microcontrollers.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
messias
[
SCM
]
dpj2
DL : 0
I/O 口做输入口,一个I/O 口接一个拨动开关,另一个I/O 口接一个LED 发光二极管,单片机读取开关的状态并通过LED 显示出来-I/O port as input port, an I/O port access to a toggle switch, and the other I/O port access an LED light-emitting diode, the microcontroller reads the state of the switch and LED display
Update
: 2025-02-19
Size
: 1kb
Publisher
:
彭状
[
Software Engineering
]
GpioToggle
DL : 0
toggle i/o ports. a good test for first time.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
a
[
3D Graphic
]
SFMToolkit3_0520
DL : 0
bundler程序 可用于多张图片生成点云数据 点云数据为.ply格式 点云有颜色属性-O : increase point size (point cloud) P : decrease point size (point cloud) space : switch dense/sparse point cloud C : toggle camera plane visibility
Update
: 2025-02-19
Size
: 10.11mb
Publisher
:
苏仪
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.