几个不错的汇编语言程序,其中有a/d,d\a,led显示等常用的汇编语言程序
标签: 汇编语言程序
上传时间: 2014-08-13
上传用户:磊子226
% EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %
标签: multidimensional estimation algorithm Gaussian
上传时间: 2013-12-03
上传用户:我们的船长
本书是单片机系列教材,详细介绍了单片机的LED动静 态显示,用adc0809 的A/D D/A转换 以及一些单片机的基础知识,可供单片机爱好者提供帮助。
上传时间: 2014-08-23
上传用户:894898248
An Efficient and Effective Detailed Placement Algorithm Global Swap To identify a pair of cells that can be swapped to reduce wirelength (others are fixed). 2. Vertical Swap Swap a cell with a nearby cell in the segment above or below. 3. Local Re-ordering Re-order consecutive cells locally to reduce wirelength. 4. Single-Segment Clustering Place cells optimally within a segment.
标签: Algorithm Efficient Effective Placement
上传时间: 2013-12-18
上传用户:ukuk
Abstract: This thesis describes the incremental development and main features of a synthetic multi-agent system called UvA Trilearn 2001. UvA Trilearn 2001 is a robotic soccer simulation team that consists of eleven autonomous software agents. It operates in a physical soccer simulation system called soccer server which enables teams of autonomous software agents to play a game of soccer against each other.
标签: incremental development describes synthetic
上传时间: 2016-07-25
上传用户:zaizaibang
1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现,汉诺塔的破解很简单,就是按照移动规则向一个方向移动金片: 如3阶汉诺塔的移动:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,汉诺塔问题也是程序设计中的经典递归问题
上传时间: 2016-07-25
上传用户:gxrui1991
flash 键盘音效取自win2000系统ding.wav,经过CoolEdit处理成音阶,在Flash中导入在相应按钮上。 没有难度,就是耐心一点,成绩不错哦! 对应表: 低音G-a #G-w A-s #A-e B-d 中音C-f #C-t D-g #D-y E-h F-j #F-i G-k #G-o A-l #A-p B- 高音C-1 D-2 E-3 F-4 G-5 A-6 B-7 C(high)-8 #C-c #D-v #F-b #G-n #A-m
上传时间: 2014-02-06
上传用户:ljmwh2000
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
标签: i.e. management database simple
上传时间: 2016-10-02
上传用户:851197153
89c52编写智能化开关电源设计,带A/D,D/A识别全数字开关电源程序。
上传时间: 2014-01-08
上传用户:lht618
教学楼智能灯光控制系统设计摘要:为节约能源,节省设备,智能管理,设计了基于Mcs一51系列微控制器的智能教学灯光控制系统,系统通过光敏电阻将光照 强度转换成电压信号,经A/D转换器转换成数字信号,送入控制器进行分析,得出光线等级;通过红外传感器判断教室内部的人数,根 据光线等级和教室人数的情况,系统给出相应的开关动作控制教室的照明,实现以指令的方式对教学楼照明的总体控制;使用字符型液 晶显示屏,显示内容更丰富;系统操作简单,界面友好,适合现代化校园的照明控制系统的控制要求及需要。
上传时间: 2016-10-20
上传用户:ynzfm