搜索资源列表
LPC2104实验程序
- 一些经典而简单的LPC2104的试验程序源码,有兴趣地可以尝试!-some classic and simple testing procedures LPC2104 source, with interest can try!
CAN
- 介绍关于can总线的实验程序,可以进行与其他设备进行通信。
can
- PIC单片机的CAN实验程序,C语言编写的,对初学者有帮助!
CAN
- DSP的CAN总线通信实验程序,包括CAN模块初始化和设置程序
c++ os实验进程调度
- 操作系统实验程序 c++ os实验进程调度c++环境写的,不过会c语言和操作系统知识都能看懂-operating systems experimental procedure c os experimental process scheduling write c environment, but will c language and knowledge of the operating system can understand
TEST44X学习板里的实验程序
- 主要是测试msp430x44x的读写,看能不能顺利读写!-mainly msp430x44x literacy test, whether we can successfully read and write!
DSP实验程序
- DSP的一个实验程序,通过该程序可以实现对DSP运行的掌握,还可以熟悉CCS的用法。-a DSP experimental procedure, the procedure can be achieved on the master DSP operations, but also familiar with the use of CCS.
一个完整的dsp实验程序
- DSP编程的一个很好的实验程序,可以下载-a good experimental procedure, can be downloaded
操作系统课程实验程序
- 进程调度程序,适合操作系统课程设计及上机实验,可以自己修改,也可以直接应用.-process scheduling procedures, suitable for courses on operating system design and experiment on the plane, his amendment can be applied directly.
udp.局域网内的UDP通信实验程序
- 一个局域网内的UDP通信实验程序,含客户端和服务器端,可以以不同的端口打开多个客户端,A local area network communication experiment within the UDP process, including client and server side, you can open a different port multiple clients
本实验要实现一个简单的命令解释器
- 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征: 能够执行外部程序命令,命令可以带参数。 . 。 能够执行fg、bg、cd、history、exit等内部命令。 使用管道和输入输出重定向。 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
用verilog语言编写的按键控制流水灯实验程序
- 用verilog语言编写的按键控制流水灯实验程序。通过3个按键可以分别控制流水灯的亮灭、左移、右移。压缩包内也包含此按键控制流水灯实验程序的modelsim仿真文件。-Verilog language with control buttons light water experimental procedure. By three buttons can control the light water lights off, left, right. This archive also cont
CAN
- 此程序为09年底新出的STM32F107嵌入式微控制器的CAN实验程序,使用Keil RVMDK 3.80a 集成开发环境开发-This program is the end of 2009 out of STM32F107 new embedded micro-controller CAN experimental procedure, using Keil RVMDK 3.80a Integrated Development Environment Development
实验报告1 地图着色
- 1.以二维数组list[N+1] 表示地图,N表示区域数目,数组中以元素值为0表示不邻接,1表示邻接,限定区域数目N<=50. 2.用户先输入区域数目N,再输入邻接区域的代码,邻接可只写一次,区域的代码为0~N,N个为区域,一个为外部区域,或输入N-1,则可不包括外部区域,N个区域由用户定义 3.输出时,采用一一对应的方法,一个区域对应一种颜色 形式:区域代码==》颜色代码(1~4)=》颜色 4.本程序可为任意一张的地图染色,并且至多只染四种颜色-1. To two-dimensional
can
- 新华龙公司的C8051F040的实验板BTF040的实验程序,CAN接收程序。-C8051F040 CAN
can
- TMS320LF2407A利用CAN总线与PC通信的实验程序-TMS320LF2407A use of CAN bus communication with the PC Experimental procedures
CAN
- 一个实验课的内容,CAN总线的通讯程序,实现两个计算机之间的数据通讯-An experimental course content, CAN bus communication procedures to achieve the data communication between two computers
实验程序
- 里面包含了51单片机的大部分基础实验,新手可以下载体验(Contains the most basic experiment of 51 single-chip microcomputer and a novice can download experience)
实验25 CAN收发实验
- STM32的CAN收发程序,亲测可用。内有详细注释和说明文档,很好的参考资料。(The CAN transceiver program of STM32. There are detailed notes and documentation, good references.)
CAN_test
- CAN接收和发送程序 通过对接收到的数据帧 进行数据解析控制LED灯(CAN receiving and sending program, analyzing the received data frame and controlling the LED lamp.)