搜索资源列表
fat16 and fat32 file system
- fat16、fat32文件格式的c源程序,内含怎样建立目录、建立文件、删除文件等。-fat16, fat32 file format c source, the list includes how to establish, document, delete files.
TESTmotorspeed
- 单片机利用霍尔元件册电机速度的c语言程序-SCM Hall element List motor speed c Language Program
motor1
- 文件列表: Motor._c Motor. cof Motor.dbg Motor.dp2 Motor.hex Motor.lis Motor.lk Motor.lst Motor.mak Motor.mp Motor.o Motor.prj Motor.s Motor.src-documents list : Motor._c Motor.c Motor.cof Motor.dbg Motor.d p2 Mo
listview.c
- minigui listview 源代码,主要是ubuntu下的minigui关于列表的源代码。-minigui listview source code, mainly minigui under ubuntu source code on the list.
Notepad
- 在EVC下的记事本程序,输入法为自己写的拼音输入法,程序速度不是很快。支持文件列表功能,支持新建,打开,保存,删除文件。支持文本读取,支持换行翻页功能。-In the EVC of the Notepad program, the input method for their own writing Pinyin input method, the program speed is not fast. List of features supporting documents to suppor
SEED601_Complexiondetect
- 在视频显示任务的循环中,程序首先将视频数据从输入缓冲区读入自己开设的临时图像 处理缓冲区,再在临时图像处理缓冲区上进行处理,处理后的数据再输出到输出缓冲区。 本程序还对肤色范围进行了判断计算,并将肤色区域用方框标出。 具体详见:dm642main.c 程序清单。 -Mission in the video display of the cycle, the program will be the first video data read from the input buff
LPC2468PinList
- CSV file pin list import file for creating part schematic in PADS logic.-CSV file pin list import file for creating part schematic in PADS logic.
uCOS-II
- μC/OS-II 是一个基于抢占式的实时多任务内核,可固化、可剪裁、具有高 稳定性和可靠性,除此以外,μC/OS-II 的鲜明特点就是源码公开,便于移植和 维护。 在μC/OS-II官方的主页上可以查找到一个比较全面的移植范例列表。但是, 在实际的开发项目中,仍然没有针对项目所采用芯片或开发工具的合适版本。那 么,不妨自己根据需要进行移植 -μC/OS-II is a preemptive real-time based on multi-tasking kernel
list
- 链表操作 删除 创建 插入 销毁-c linux 链表操作
list
- Visual C++ 6.0 链表 例程 实现功能:学生名单登陆系统-Visual C++ 6.0 list example
C_linked_list_data
- C语言实现数据结构的链表,介绍链表的数据结构及基本的算法-C language linked list data structures, linked list data structure and introduces the basic algorithm
variadic.functions.c
- C99 s variadic functions can be wrapped in a variadic macro. This allows the use of a va_list which contains its own end-of-list sentinel. In this manner, you don t have to keep track of the quantity of elements in your list from caller to callee.-C9
timeout-list-malloc
- 从uclibc的malloc和glib的glist、timeout提取出来的代码,用于嵌入式开发。分配一块内存用于动态内存,有定时功能,提供双向链表这种容器。用于没有操作系统和c标准库支持的环境。-Uclibc' s malloc and glib from the glist, timeout extracted the code for embedded development. A memory for dynamic memory allocation, there is timi
C
- 这要是运用51单片机的基本编程代码,在各个模块中调试程序,其程序包含多个C语言的程序清单-If this was the use of 51 single basic programming code, each module in the debugger, the program contains more than one C-list of procedures
etx.c
- The basic algorithm is as follows: each node sends // a broadcast packet every so often. The packet contains // a list of nodes, and the seq number of the last broadcast // packet received from them. Each node // also keeps track
tft-program-list
- 单片机tft程序,一些c文件和头文件,pic单片机控制tft显示屏的程序清单- include some PIC MCU chip program and others c program and head file .it is very useful
listdel.c.tar
- 从链表中删除一个节点的小程序。分成三种情况:新节点前面有节点后面也有节点,新节点前面没有节点后面有节点,新节点前面有节点后面没有节点-Delete a node the list of small programs. Divided into three cases: the new node in front of the node is also a node, the new node in front of the node has no node, the new node has
ELEC - 722 DIP
- The aims to give the students the fundamentals of digital image processing, covering topics from the following list: image models and physical imaging systems; visual perception; rendering systems; linear filtering; linear transforms; mathematical
低频部分-时域积分-平均-C语言-测试
- 列出的轨迹c语言,低频部分-时域积分-平均-C语言-测试(List the trajectories of C language, low frequency part time domain integral - mean -C language - Test)
程序
- 功能介绍: 使用STC89C52(STC89C52数据手册)单片机设计,设有8个按键,3个按键模拟硬币(5元、1元、5角),另外5个按键模拟货物选择,一块12864显示屏。 步骤: 1.开机启动显示货物价格列表,自动切换列表。 2.可以选择①—⑤种货物(或更多)。 3.按对应按键可选择该货物。 4.选择后,提示要投进的金额,并显示投币有效时间30秒(可修改)。 5.按键模拟投币,有5元、1元、5角。 6.投币金额等于或大于所选货物的金额则购物成功。