ISO/IEC13239,Information technology-Telecommunications and information exchange between systems-High level data link control(HDLC) procedures
标签: technology-Telecommunications systems-High Information information
上传时间: 2013-12-28
上传用户:zhaiyanzhong
这是初学者学习汇编语言的必备编译链接工具! 先要设置一下环境变量,下载此压缩包后,解压缩到一个路径,然后将此路径添加到系统变量的path下,然后在命令行键入masm进行编译,键入link进行链接
上传时间: 2014-01-11
上传用户:yzhl1988
GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dynamic Link Library which provides access to any NMEA-183 compliant GPS receiver via a serial communications port. HsGpsDll is designed for use from Visual C, Visual Basic or other languages, capable of calling DLL functions. HsGpsDll allows a user application to read from a GPS device the current GPS position fix, velocity over ground (speed in kilometers per hour), plus number of of sattelites in view, current altitude (against mean sea level) and UTC date and time
标签: HsGpsDll GPS Component Control
上传时间: 2014-07-17
上传用户:thuyenvinh
CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message when it s P3.7 button is depressed/released, with a 0x11 to indicate the button is pushed, and 0x00 when released. Each node also has a message object configured to receive messages. The C8051 tests the received data and will turn on/off the target board s LED. When one target is loaded with CAN2.c and the other is loaded with CAN1.c, one target board s push-button will control the other target board s LED, establishing a simple control link via the CAN bus and can be observed directly on the target boards.
标签: CAN configuring and transmit
上传时间: 2013-12-11
上传用户:weiwolkt
1、 有n个学生,每个学生有m门成绩,每个学生的m门成绩用一单链表实现,n个学生所对应n个单链表的头指针用一指针数组统一存放。 1) 建立该存贮结构。 2) 查找第i个学生的某门课成绩。 链表中结点结构: struct node {char *nam;/*nam为课程名*/ float sco;/*sco为该门课程的成绩*/ struct node *link;/*link为指向下一课程结点的指针*/
标签:
上传时间: 2013-12-14
上传用户:TF2015
粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从list中删去(erase()方法), 销毁死去的粒子很重要, 如果搞忘了这一步, 你的内存很快就会被吃掉干净了. 第一个版本是用交错平面画的粒子. 第二个版本是用Point Spirit(点精灵)画的粒子, 可以看看效果上面的区别 SPACE - 暂停粒子源发射粒子 LINK中忘记去掉cg.lib cgGL.lib 了, 此程序不需要CG, 如果要编译请去掉.
上传时间: 2013-12-15
上传用户:jing911003
系统网络拓扑结构采用共享总线型,大型网络控制器NCE通过BACnet MS/TP现场总线连接下位的小型多功能DDC控制器FEC,实现数据共享和分散控制
上传时间: 2017-02-08
上传用户:hphh
EE小站,详细介绍,J-Link GDB Server + Eclipse CDT进行ARM程序调试
标签:
上传时间: 2017-02-16
上传用户:heart520beat
安装说明: 一:将程序上传至空间 二:运行配置文件 Install.ASP 进行配置安装 三:安装完毕,自动跳转至后台管理 后台地址:http://你的域名/Admin/Index.ASP 后台帐号:admin 密码:admin 认证码:soyici ************************************************** 官方论坛:http://www.soyici.cn 流量联盟:http://www.soyici.com/Link/ **************************************************
上传时间: 2013-12-19
上传用户:sxdtlqqjl
Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds from the ground up, first describing the Windows architecture and showing how MFC works with that architecture next covering the document/view framework that simplifies the creation of industrial-strength programs and finally illustrating advanced concepts like the usage of dynamic link libraries (DLL), creating Internet clients, and building form-based applications.
标签: applications Foundation Microsoft Windows
上传时间: 2013-12-19
上传用户:wpt