搜索资源列表
EBDSAM7S64-Basick-ADS
- at91sam7s应用 代码说明: 1)完成基本的初始化 2)初始化PIO等 3)驱动板上的四个按键(PB1,PB2,PB3,PB4) 4)初始化DEBUG口,Usart1等 5)初始化定时器timer0,timer1等-at91sam7s application code : 1) completion of the basic initialization 2) initialization three PIO) driver board the four
SerialCommunicationTest
- 本程序为公交调度系统项目中的串口通讯模块,通讯协议文件为[通讯命令及通讯方式规定.doc 需要用到一个C++写的dll,功能是帮助初始化串口。(该dll文件已经放在bin\debug目录下)-This program is a project scheduling system bus serial communication module, the communication protocol document [communications command and communicati
stack
- 实现栈的顺序存储结构的一些基本算法, 譬如,初始化栈,判断栈是否为空,判断是否栈满,入栈,出栈,清空栈,等。-Implementation of the order of stack storage structure some of the basic algorithm, for example, to initialize the stack to determine whether the stack is empty, determine whether the stack is fu
initialize
- 偶用c#做的,内含8个实验(计算日期,计算税收,数组排序,电费计算程序 等等)启动界面,登录时间,淡入淡出◎_◎-Even to do with c# and containing eight experiments (calculation date, calculate taxes, array sort, electricity and so on program) to start the interface, log in time, fade ◎ _ ◎
LSD-TEST430F5438-01-CRC1.c
- ** 串口初始化顺序: ** 1、置位UCSWRST ** 2、配置UCAXCTL0、UCAXCTL1 ** 3、波特率设置 ** 4、使能接收或发送中断-** Initialize serial order:** 1, Set UCSWRST** 2, configuration UCAXCTL0, UCAXCTL1** 3, the baud rate settings** 4 so that it can receive or send interrupt
Knight_Tour
- "Knight s Tour" is a puzzle in which the object is to move a knight, starting from any square on a chessboard, to every other square, landing on each square only once. startFrm.cs initialize The FOrm And some graphical property in C#. Kn
shunxuzhan
- #define MAX 100 typedef int ElemType typedef struct{ ElemType*data int top } SqStack 顺序栈的基本操作,1,初始化建立空栈 2,入栈,3,显示所有的数据 4,退出 。有菜单栏,里面有word文档的运行结果显示-# define MAX 100 typedef int ElemType typedef struct (ElemType* data int top ) SqS
CloudTerraceControler
- 一个云台控制系统程序,可用于公共场合监控,公寓住所防盗监控等。云台是一种设备,专门用于监控时调整摄像头位置。摄像头装于云台之上,该系统除了能够控制镜头的俯仰角和水平运动外,还能调节电子镜头的聚焦、光圈和变倍等,以便调整镜头视野和清晰度。 在使用VS.net编译本程序后,请将winio.dll、winio.vxd和winio.sys 三文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-Cloud Terrace Controler c
FIR
- FIR滤波器幅频特性图像C#的实现! 使用交互界面! 可实现滤波器阶数的选择-This module provides functions to implement Finite Impulse Response (FIR) * filters using a variety of algorithms. * * These functions use most or all of the following input parameters: * * inp
Weapon
- 1)、定义一个抽象类Weapon,该抽象类有两个抽象方法attack(),move():这两个方法分别表示武器的攻击方式和移动方式。 (2)、定义3个类:Tank,Flighter,WarShip都继承自Weapon,分别用不同的方式实现Weapon 类中的抽象方法。 (3)、写一个类Army,代表一支军队,这个类有一个属性是Weapon数组w(用来存储该军队所拥有的所有武器);该类还提供一个构造方法,在构造方法里通过传一个int类型的参数来限定该类所能拥有的最大武器数量,并用这一
baseCSharp
- 发布自己写的SqlHelper。http://files.cnblogs.com/fucai/SqlHelper.rar使用方式大致如下: // 使用前初始化SqlHelperDataAccess.Initialize-Some of the commonly used to c# programming class library, function, is very practical, remember that can improve the efficiency of developm
ICcard
- IC卡是携带应用信息和数据的媒体,空白IC卡是不能立即使用的,必须对IC卡应用系统进行初始化,写入系统IC卡和个人密码,个人专用信息和应用数据。下面介绍如何向IC卡中写入数据。运行本例,在“数据”文本框中输入要存入IC卡中的数据,单击“写数据”按钮,即可将输入的数据写入IC卡中。-IC card is the application of information and data carrying media, blank IC card is not immediately used, the
21
- 一个比较全的链表库,双向的,包括创建,初始化,释放,插入,删除,移动-A complete linked list libraries and two-way, including create, initialize, release, insert, delete, move
lesson9
- 子函数max{},声明结构体类型struct student ; 定义结倒构体数组并初始化 ,进行成绩的比较 -Subfunction max {}, the declarative structure type struct student Defined knot inverted isomers array and initialize achievements comparison
PhoneZone
- 手机/电话号码归属地查询(C#版) 概述: 你的exe只需增加220K, 就可拥有号码归属地查询功能. 步骤: 1. 把PhoneZoneRes文件夹下的四个文件添加进项目资源中(如果不会请百度). 2. 添加源文件ChinaPhoneZone.cs. 3. 调用Initialize()初始化. 4. 调用GetNumZone()查询归属地 (详情请见例程) 数据来源: 数据取自百度文库的某个文档, 包含了17万余条记录. 本程序已事先把这些记录
huarongdao
- 通过游戏可了解到一些基础知识,比如:如何记录选中的控件ID,初始化时设置各个位置的可用状态,初始化各人物方格位置,设置各方格的初始图片,设置各方格的初始位置,设置最后一行的首尾位置不可用,设置最后一行的中间两个位置可用,通过按键盘上的上、下、左、右键来移动人物方格,定义每个人物方格的大小, 共有x*y(x=4, y=5)个人物方格 相关的代码注释: PStyle = PStyles.P2V //记录方格样式 pl = panel1 //记录选中的控件ID
serial-communication
- VB实现pc与单片机串口通信任务 //利用vb实现pc与单片机串口通信任务 //编写程序代码 定义变量 Dim cnum As Integer 循环计数标志 Dim choosenum As Integer 选择指示灯号 串口初始化 在窗体的Load事件中加入下列代码对串口进行初始化 Private Sub Form_Load() MSComm1.CommPort=1 MSComm1.InputMode=1 MSComm1.RThresho
SerialComm
- 用实例讲解了如何在C#下初始化COM,以及如何处理PinChanged事件-describe how to initialize com in C#, and also tell how to tackle PinChanged event
Floyd-CSharp
- 弗洛伊德(Floyd)算法 主要是用于计算图中所有顶点对之间的最短距离长度的算法,如果是要求某一个特定点到图中所有顶点之间的最短距离可以用Dijkstra(迪杰斯特拉)算法来求。 弗洛伊德(Floyd)算法的算法过程是: 1、从任意一条单边路径开始。所有两点之间的距离是边的权,如果两点之间没有边相连,则权为无穷大。 2、对于每一对顶点 u 和 v,看看是否存在一个顶点 w 使得从 u 到 w 再到 v 比已知的路径更短。如果是更新它。 把图用邻接矩阵G表示出来
