搜索资源列表
c环境下的编译器
- 在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试环境 1.fedora core 4(OS) 2.lex version 2.5.4 3.yacc 4.gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) -in the context of a compiler. Exper
zlg_7289
- 1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。 2) 解压此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中 libminigui-1.6.2-linux/src/ial/ 5) 修改相关宏定义使上述二文件加入库编译。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am
Boot44b0
- 一个比较好的44B0的启动代码. 工程目录结构说明 --根目录 -- bootloader.apj, ARM Project Manager工程文件 -- INC目录, 头文件 -- SRC目录, 源文件 -- Debug目录, debug版本的编译和链接结果 -- Bin2C, 将Bin文件转化为C代码的数组的软件 -- DOC, 相关文档。
framebuffer
- 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_l
war
- 压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZSS算法使用了一个4K的动态窗口。预读缓冲器是与动态窗口相对应的,它被用来存放输入流的前n个字节,预读缓冲器的大小通常在0 – 258 之间。这
11wenshiducaijiyujieshou
- 这是一个利用数组进行多个信号量远程采集温度与湿度的基于LPC2103的程序.给大家共享下.很不错哦-This is a multiple use of an array of semaphore acquisition remote temperature and humidity LPC2103-based procedures. For everyone to share. Oh well
qiuchuandibibao
- 数字图像处理课上讲到图像和视觉基础时涉及到了离散数学中的一个概念: 传递闭包。刚好我的C语言刚看到数组,就编来看看吧。-Digital Image Processing class visual sense to the base image and involves a discrete mathematics concepts: the transitive closure. Just me just to see the array of C language, on the alloca
Bin2C_C
- Bin2C_任意图片转换为C语言数组,方便我们在制作logo是要把公司个人图片等编入代码中-Bin2C_ any picture is converted to an array of C language to help us in the production of the company logo is to make personal pictures into the code
fft
- 给定多个512点的数组,分别对其进行fft显示其频谱特性并显示频率和幅度坐标(可以通过界面控件选择数组、设定采样时间)-Given an array of more than 512 points, respectively, show the spectrum of their properties for fft and display frequency and amplitude coordinates (you can choose an array of interface cont
uchange
- 在MINIGUI中用多维数组实现单位转换-Achieved using multi-dimensional array in MINIGUI unit conversion
GEC2440_Cam_V4l_Test
- 基于GEC2440的Linux下摄像头采集实验 实验代码中含有详细中文注释 该实验组主要是帮助理解Liunx下摄像头设备的访问方式 图像数据RGB565处理和显示方式 1.Frame图像数据显示(showRGB.c) 使用RGB565数据格式构造的图像数组,在LCD上显示红绿蓝三色图。 2.图像数据保存(saveRGB.c) 将上一实验中构造的三色图数据写入文件。 3.显示文件中的图像(readRGB.c) 将保存在文件中的图像数据读取并查看数据。
4
- 随机产生20个[10,50]的正整数存放到数组中,并求数组中的所有元素最大值、最小值、平均值及各元素之和-Random 20 [10, 50] of positive integers stored in an array, and find all the elements in the array maximum, minimum, average and the elements and
inevent.c
- 该文件实现文件夹目录的递归,并把新添加的路径加入数组中-This file implements a recursive directory folder, and add the path to join the new array
els.tar
- Linux上跑的一个俄罗斯方块,执行过程中,调用kaishi_() 及xiao_l_()函数,xiao_l_()函数实现:先执行循环判断,如果条件满足可以消,就调用print_save_matrix()函数,打印消后保存的图形,然后对得分score及等级grade操作,change_shape()判断是否到边,能否变形,若件成立,数组的第二个维数变化,取变形的数组元素-A Tetris running on Linux, the implementation process, call kais
malloc
- 内存管理,使用数组完成,只能申请固定大小,如果超出范围,怎认为申请失败-Memory management
c
- C语言指针、数据结构,培训学习笔记(包含数组指针)。-C language pointer, data structures, training Study Notes (including an array of pointers).
guess.tar
- 在linux下c开发猜拳游戏,使用数组,结构体等知识-Under Linux c mora game development
01-04
- Linux软件工程师(c语言)实用教程 第三章第1题-第4题:编写一个简单的C语言程序:函数int input(int a[],int n)用于输入一个有n个元素的整型数组-Linux Software Engineer (c language) Practical Guide Chapter III Question 1- Question 4: write a simple C language program: function int input (int a [], int n
int_array_to_char_array
- 该程序实现了由Int型数组转换成char类型数组,函数实现简洁,可使用性较好。-The program achieved by the Int type char type array into an array of functions for simple, can be used better.
queue
- 静态数组循环队列操作,并有多线程访问互斥机制。-Static array circular queue operation, and multiple threads to access the mutex mechanism.