搜索资源列表
比较典型的pid处理程序
- 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很 高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-This is a typical PID p
JPEG2000
- jpeg 2000 encoder complete document
word-report
- :常用开发工具的报表设计工具把报表在形式上分解成四个部分:标题区、表头区、表体区和表尾区,操作繁琐,专业 性强,难满足用户定制报表格式及-临时报表生成的要求。本文在把报表抽象成两个组成部分即报表的格式和报表的数 据项的基础上,基于报表模板建立一个通用的ActiveX报表控件,用以弥补开发工具中报表处理功能的不足。 关键词:报表控件;定制报表;报表组成;报表模板-Abstract:The report design tools of common developer’s kit usu
Calculator
- 简易计算器,支持加减乘除,并且运算数据可支持正负、小数,且可多位。 -Simple calculator, support to add, subtract, multiply and divide, and operational data can support positive and negative, decimal, and can be a number
PrintGrid
- MSFlexGrid是一种有用的用网格方式表达数据的方式,但打印它的内容时会发生什么?这里我提供了一个类, PrintGrid,它可以分页打印网格内容。它使用了第二个网格控件,必须把它额外地插入到你的CFormView 对话框资源中或你的对话框中上-MSFlexGrid is one kind is useful with the grid way expression data way, when prints its content what can have? Here I have p
111111
- 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算。 2、科学计算函数,包括正弦、余弦、正切、开方、平方、阶乘、指数、对数等函数运行。 3、以角度、弧度两种方式实现上述部分函数。 4、具备历史计算的记忆功能。 5、对不正确的表达式能指出其错误原因。 6、整理上机步骤、完成实验报告、提交可运行的程序,给出实验数据和实验结果。 -1, binary, octal, decimal and hexadecimal number of add, subt
C51
- C51源程序集锦 This a demo program showing a way to perform simultaneous RS-232 transmit and receive using only one hardware timer. The transmit and receive routines divide each bit time into 4 slices to allow synchronizing to incoming data
jisuanqi
- 可以进行简单的数学运算:加、减、乘、除,sin(),cos(),tan()等,还可以对数字进行取余和开方的运算。但仅限于十进制下,还可以进行数的正、负之间的相互转换,exit表示退出, clear表示初始化,有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Can perform simple arithmetic: add, subtract, multiply, divide, sin (), cos (), tan (
ImageProc
- 一些常用的图像处理cpp和对应的matlab接口 是非常常用的一些代码-Quick list of the source included: imhist_thresh.cpp: Generate histogram from data,# of bins based on unique values. imsmarthist_thresh.cpp: equalize data based on histogram imsmartstd_thresh.cpp: equal
Stooge_sorting
- 排序算法 用分而治之的思想 把原问题划分为前2/3 子问题 和后2/3子问题。时间复杂度为哦(n^logn2/3) -using divide and conque method to sort a series of data .the time complexity is (n^logn2/3)
Convex_hull_problem
- 凸包问题( 分治法与穷举法+测试数据 )-Convex hull problem (divide and conquer and the exhaustive method+ test data)
data-acquisition-
- 随着计算机技术的飞速发展和普及,数据采集系统在多个领域有着广泛的应用。本系统是基于C8051F060单片机和计算机串口通信的数据采集模块,使用单片机内部ADC和多路模拟开关进行多路数据采集,并且通过串口将数据传送给计算机进行处理。在本系统设计中体现了自顶而下的设计思想以及模块化思想,设计中首先明确系统的主要功能以及确定参数,将系统分成多个模块分开设计和测试,然后再进行综合和总体功能测试。本系统能够实现八路数据同时采集,通过计算机监控软件,能够显示各个通道的瞬时电压,实时显示一路数据波形,并且能够
ChunkServer
- chunk server is used to transfer file from client to server ae the data divide the data into chunks-chunk server is used to transfer file from client to server ae the data divide the data into chunks
Data-structures2
- 用链表实现的长整数四则运算,除法功能没做,感兴趣的可以看一下 -Achieve with the long integer arithmetic, do not divide function
divide
- 单片机多字节除法,实现64位除以32位整形数据相除,然后把32商值和32位余数分别存放。带Protues仿真文件,已验证算法结果-SCM multi-byte division, 64 divided by 32-bit plastic data by then 32 business value and 32-bit remainder storage respectively. Protues simulation file, have the results verify the algo
3D-to-2D-conversion-of-data
- divide images in parts and reshape them to original size
DImension-conversion-of-data
- divide images in parts and reshape them to original size
src_divide
- TAG to delete the given value at any point of time
flash_downloader
- * 1. DownloadRequest client -> server when download start * Client inform server download start. * 2. DownloadRequestReply server -> client reply DownloadRequest * Server tell client file splitting plan. * 3. DownloadStatus client ->
divide
- 一个频率可调节的DDS。带仿真数据还有板及仿真(A frequency adjustable DDS. Simulation data, board and simulation)