搜索资源列表
GPS接收机程序
- 这是一个模拟全球定位系统(GPS)接收机的程序,GPS数据由给定文件来模拟,只要定时读取数据并分析各成分的含义,就可以确定卫星的位置。本例主要用来演示不同坐标系的转换。同时还有文件信息如何提取并显示。
CanBus__xlCANdemo
- 介绍在VC框架中,如何加入CanBus的实现方法,程序中用简单的红灯演示程序,展示了添加的过程。-introduced in VC framework, how to join the realization Canbus methods, and procedures used simple red demo program, and it demonstrated the added process.
sd2300
- C++驱动时钟芯片SD2300程序 //实时时钟SD2300读写C51演示程序 //本程序在王思焰,闫亨的程序基础上修改,在此一并致谢! -C-clock chip SD2300 procedures / / real-time clock SD2300 literacy C51 demo program / / The procedure Wong Yan, Yan Ma procedures on the basis of changes like to thank!
dxs
- 设计一个可进行多项式运算的演示程序。程序执行的命令包括:(1)生成多项式。(2)打印多项式(积分的打印做特殊情况处理)3)两个多项式求和。(4)两个多项式求差。(5)对多项式求积分。(6)对多项式求微分-design can be a polynomial of Operational Demonstration Program. Procedures for the implementation of the order, including : (a) generating polynomi
SplitCNWord
- 一个中文分词的实现及演示程序,可用与中文和英文词组的分割.-a Chinese word achieve and demonstrate the procedure can be used with the Chinese and English phrase segmentation.
bgame
- 这是一个简单的撞球演示程序,采用面向对象的编程方式,由于程序简单易懂,可以为C++的初学者提供很好的示例。程序用到了TC的图形编程,故要采用Tubro C++ 3.0编译链接。-This is a simple demonstration of the pool procedures, object-oriented programming, because of simple, comprehensible, and C for beginners provide a good example
ASP注册VB抽奖程序
- 下载的压缩包为asp+vb程序。 霸猪初步于2002年4月份完成。 该抽奖小程序原来用的是sql数据库,但为了方便演示,后来又改用access2000来做后台数据库。 程序目的:如企业想搞抽奖活动,可让读者在网上自行登记,然后到抽奖日,可由工作人员在后台通过软件进行摇奖。 网上自行登记,使用asp+access2000;win2000 iss下测试通过; 后台摇奖:使用VB开发的摇奖软件结合其在网上的access数据库进行摇奖-download compres
VB_hanoi
- 汉诺塔演示程序,VB书写,有一定的教学意义,可以作为递归算法的演示程序-HANOR demo program, VB writing, teaching a certain significance, recursive algorithm can be used as a demo program
霓虹灯的模拟显示
- 用汇编语言编的一个霓虹灯演示程序,内涵代码,说明-assembly language part of a neon demo program, meaning code that
长整形运算
- 一、问题描述 设计一个实现任意长的整数进行加法运算的演示程序。 二、需求分析 (1)利用双向循环链表实现长整数的存储,每个结点含一个整形变量,任何整形变量的范围是-(215-1) ~ (215-1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-a problem describe the design to achieve an arbitrarily long integer addition operations for the demonstr
mpcdemos
- Mpc演示程序For matlab 7.0, 可观看演示结果的小程序-Demonstration Program For Matlab 7.0, watching the demonstrations, the results of the small programs
MESI_DEMO
- 大家都学过计算机体系结构吧,里面有个MESI协议,是不是有点印象,这个就是我用VB做的一个演示程序。是源码哦-we all learned Computer Architecture bar, there are 000 Meshi agreement is not quite the impression that this is my VB do a demonstration program. Oh yes FOSS
dynamicconecting
- 这是一个动态连接库使用的一个演示程序 是用汇编语言来实现的-This is a dynamic link library use is a demo program using assembly language to achieve
453123
- 字处理演示程序 实现书上程序已经有的字处理功能,即左移,右移和插入的功能 扩展该字处理程序的功能,使其拥有上移,下移和删除的功能 -word processing demonstration program written procedures have been some word processing function, which is to the left. the shift to right and insert the word processing function
sisuo
- 死锁演示程序,为用户了解死锁原理而写的比较简单-Demonstration Program for users to understand and write Deadlock tenets of the relatively simple
简单的常用进制数值转换演示程序
- 我制作的简单的常用进制数值转换演示程序-produced by the band used simple numerical conversion Demonstration Program
KS0070(44780) 16x2 字符液晶屏驱动演示程序
- KS0070(44780) 16x2 字符液晶屏驱动演示程序-KS0070 (44,780) 16x2 character LCD driver Demonstration Program
用labview制作的电梯运行演示程序
- labview设计的一个电梯演示小程序。(LabVIEW design of a small elevator demonstration program.)
标定训练原始图片与演示程序
- 基于LabVIEW的标定训练原始图片与演示程序(Calibration Training and Demonstration Program)
QT ECG画图演示
- 使用 QWidget 画 7 导心电波形演示程序,同时也演示了 Doxygen 注释使用