资源列表
vshader.glsl
- #version 130 in vec4 vPosition in vec4 vColor out vec4 color uniform int xsize uniform int ysize void main() { mat4 scale = mat4(2.0/xsize, 0.0, 0.0, 0.0, 0.0, 2.0/ysize, 0.0, 0.0, 0.0, 0.0, 1.0, 0
myshell.c
- Your shell prompt MUST adhere to the following format: o Current date (optional) and time (mandatory) followed by the hash sign (e.g., 13:03:00#) Your shell MUST support, at minimum, the following commands: o The internal shell co
main_bragg_fiber
- you can calculate the bragg wavelength
Adafruit-GPS-Library-master
- library for arduino for GPS extraction data and all the data that you need for turn on this device
GCompiler
- Gcode解释器,C源代码,支持G指令,支持上位机指令接口-gcode compiler,a free, open source, high performance CNC milling controller written in optimized C
AntlrProject(C_Example)
- 使用Antlr实现的C#版的简易计算器。内含有源代码。大家可以进行参考使用。-A simple calculator using Antlr to achieve the C# version. Including source code. We can use for reference.
SDCard_hard
- SD Card hardware Driver - CCS compiler
Fat16_SDCard
- FAT16 driver for - CCS compiler driver-FAT16 driver for - CCS compiler driver
SD_4550
- PIC 18F4550 SDCARD for FAT16
NR-Method
- Power Flow Analysis NR Method
lex
- compiler lexcial program which used to give the illustration of how the compiler process the data
Trance
- A java program that outputs transition state for expressions like ==, =>, <=,etc-A java program that outputs transition state for expressions like ==, =>, <=,etc..