Welcome![Sign In][Sign Up]
Location:
Search - 0.8.0.2

Search list

[CSharpCsharp-2.6

Description: LIBSVM的C#版本,是2。8版本的。非常好用啊 。多多下载-LIBSVM writen by C#,it edition is 2.8,useful so much.Download more.
Platform: | Size: 22524 | Author: 余小小 | Hits:

[Other resourceUCOSII V2.8版本

Description: ucosii 2.8版本,最新版,看一下吧!-Version 2.8 of ucosii. This is the most recent one, take a look!!
Platform: | Size: 937344 | Author: 罗湘 | Hits:

[Communicationfft_基2基4基8

Description: 基2基4基8以及分裂基的fft算法,代码效率很高。是难得一见的好代码。应用范围很广。
Platform: | Size: 76843 | Author: 张强 | Hits:

[Technology Managementwindlx

Description: 经统计,某机器14条指令的使用频度分别为:0.01,0.15,0.12,0.03,0.02,0.04,0.02,0.04,0.01,0.13,0.15,0.14,0.11,0.03。分别求出用等长码、Huffman码、只有两种码长的扩展操作码3种编码方式的操作码平均码长。 解: 等长操作码的平均码长=4位 Huffman编码的平均码长=3.38位 只有两种码长的扩展操作码的平均码长=3.4位。 9.若某机要求:三地址指令4条,单地址指令255条,零地址指令16条。设指令字长为12位.每个 地址码长为3位。问能否以扩展操作码为其编码?如果其中单地址指令为254条呢?说明其理由。 答:①不能用扩展码为其编码。 ∵指令字长12位,每个地址码占3位; ∴三地址指令最多是2^(12-3-3-3)=8条, 现三地址指令需4条, ∴可有4条编码作为扩展码, ∴单地址指令最多为4×2^3×2^3=2^8=256条, 现要求单地址指令255条,∴可有一条编码作扩展码 ∴零地址指令最多为1×2^3=8条 不满足题目要求 ∴不可能以扩展码为其编码。 ②若单地址指令254条,可以用扩展码为其编码。 ∵依据①中推导,单地址指令中可用2条编码作为扩展码 ∴零地址指令为2×2^3=16条,满足题目要求
Platform: | Size: 144601 | Author: lily | Hits:

[Other resourcexinpiankongneng

Description: 7400 2输入端四与非门 7401 集电极开路2输入端四与非门 7402 2输入端四或非门 7403 集电极开路2输入端四与非门 7404 六反相器 7405 集电极开路六反相器 7406 集电极开路六反相高压驱动器 7407 集电极开路六正相高压驱动器 7408 2输入端四与门 7409 集电极开路2输入端四与门 7410 3输入端3与非门 74107 带清除主从双J-K触发器 74109 带预置清除正触发双J-K触发器 7411 3输入端3与门 74112 带预置清除负触发双J-K触发器 7412 开路输出3输入端三与非门 74121 单稳态多谐振荡器 74122 可再触发单稳态多谐振荡器 74123 双可再触发单稳态多谐振荡器 74125 三态输出高有效四总线缓冲门 74126 三态输出低有效四总线缓冲门 7413 4输入端双与非施密特触发器 74132 2输入端四与非施密特触发器 74133 13输入端与非门 74136 四异或门 74138 3-8线译码器/复工器 74139 双2-4线译码器/复工器 7414 六反相施密特触发器 74145 BCD—十进制译码/驱动器 7415 开路输出3输入端三与门 74150 16选1数据选择/多路开关 74151 8选1数据选择器 74153 双4选1数据选择器 74154 4线—16线译码器 -7400 2 input and four-door 7401 collector open two input and four-door 7402 2 input four-door or open collector 7403 two input and four-door 7404 RP-6 to pave the way for 7,405 collector 6 collector RP-7406 to pave the way for RP-6 drives 7,407 collector is open six high-pressure phase drives 740 input 8 2 4 7409 with the door open collector input 2 and 4 door 7410 3-3 and the importation of non-door 7410 seven main belt removal from double-J-K with preset trigger 74,109 removals are trigger-J-K-7411 3 Trigger input with the three-door with 74,112 removals preset trigger negative double-J-K-7412 to pave the way Trigger input-output and three-door 74,121 monostable multivibrator 74,122 can be triggered monostable multivibrator 74,123-can be triggered monostable Multivibrator 74,125 three-st
Platform: | Size: 7035 | Author: 黄邦青 | Hits:

[Linux-Unixusb-2.6.8.1LE06.patch.tar

Description: 2.6.8.1版本的linux内核的摄像头驱动源代码-2.6.8.1 version of the Linux kernel camera driver source code
Platform: | Size: 61657 | Author: 苏腾 | Hits:

[Other resourceImgScale-2.8.14.tar

Description: ImgScale-2.8.14 一个Linux下的图像处理软件-ImgScale - 2.8.14 a Linux image processing software
Platform: | Size: 528736 | Author: 陈耿 | Hits:

[Other resourcegafmax

Description: % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 % Trace----------最佳染色体所对应的目标函数值 % FUN------------目标函数 % LB-------------自变量下限 % UB-------------自变量上限 % eranum---------种群的代数,取100--1000(默认1000) % popsize--------每一代种群的规模;此可取50--100(默认50) % pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8) % pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1) % options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)
Platform: | Size: 3036 | Author: mmcc | Hits:

[Other resourcekexingxingbaogao

Description: 四、概要设计说明书 1.引言 2 1.1编写目的 2 1.2项目背景 2 1.3定义 2 1.4参考资料 2 2.任务概述 3 2.1目标 3 2.2运行环境 3 2.3需求概述 3 2.4条件与限制 3 3.总体设计 3 3.1处理流程 3 3.2总体结构和模块外部设计 3 3.3功能分配 3 4.接口设计 3 4.1外部接口 3 4.2内部接口 3 5.数据结构设计 3 5.1逻辑结构设计 3 5.2物理结构设计 3 5.3数据结构与程序的关系 3 6.运行设计 3 6.1运行模块的组合 3 6.2运行控制 3 6.3运行时间 3 7.出错处理设计 3 7.1出错输出信息 3 7.2出错处理对策 3 8.安全保密设计 3 9.维护设计 3-4, the outline design of a brochure. Introduction 2 1.1 2 1.2 purpose of the preparation of project definition Background 2 1.3 2 1.4 2 2 references. Tasks outlined three goals 3 2.1 2.2 3 2.3 operating environment needs outlined three conditions and limitations 2.4 3. Design 3 3.1 3 3.2 handling process architecture and modular design of the external distribution function 3 3.3 3 4. Interface Design Interface 3 4.1 3 4.2 external interfaces 5. Data Structure Design Logic 3 5.1 3 5.2 physical design of structural design three 5.3 data structures and procedures, the relationship between 6. Operation design module running 3 6.1 3 6.2 mix Operation Control running time 3 6.3 3 7. Design error handling error output 3 7.1 3 7.2 wrong information Treatment 8. Security Design 9. Maintenance Desig
Platform: | Size: 11257 | Author: wei163 | Hits:

[Other resourcexiangxishejishuomingshu

Description: 五、详细设计说明书 1.引言 1 1.1编写目的 1 1.2项目背景 1 1.3定义 2 1.4参考资料 2 2.总体设计 2 2.1需求概述 2 2.2软件结构 2 3.程序描述 2 3.1功能 3 3.2性能 3 3.3输入项目 3 3.4输出项目 3 3.5算法 3 3.6程序逻辑 3 3.7接口 3 3.8存储分配 3 3.9限制条件 3 3.10测试要点 3-5, a detailed design specification. INTRODUCTION 1 1.1 1 1.2 purpose of the preparation of background a project definition 1.3 2 1.4 2 2 references. Design requirements outlined 2 2.1 2 2.2 2 3 software structure. Procedures described functional 3 2 3.1 3 3.3 3.2 Performance imported items exported item 3 3.4 3 3.5 3 3 algorithm .6 procedures logic interface 3 3.7 3 3.8 3 3.9 memory allocation limit for three points three tests 3.10
Platform: | Size: 8039 | Author: wei163 | Hits:

[Internet-Networklibnasl-2.2.9.tar

Description: 大国补丁后的nessus2.2.8的源代码,2.2.8中有较严重的bug-power nessus2.2.8 patch of the source code, 2.2.8 is more serious bug
Platform: | Size: 366960 | Author: shujujg | Hits:

[Linux-UnixwxGTK-2.8.0.tar

Description: wxGTK 是 wxWidgets 的 linux GTK+ (>2.2.3)版本。wxWidgets 是一个跨平台的 GUI 框架,支持 Win32, Mac OS X, GTK+, X11, Motif, WinCE等。-wxGTK wxWidgets is the GTK linux (
Platform: | Size: 12263267 | Author: 秦湘 | Hits:

[Internet-Networkopenvpn-2.0.8

Description: openvpn-2.0.8,学习vnp以及linux下网络编程的朋友赶紧下啊-openvpn - 2.0.8. vnp learning and network programming under linux friends quickly under ah
Platform: | Size: 800613 | Author: 周兆维 | Hits:

[Other resourcebiyesheji_huibian

Description: 基于MCS-51单片机的数字钟设计 [摘要] III [ABSTRACT] IV 引言 1 1绪论 2 1.1 集成电路 2 1.2 主要技术的背景 2 1.2.1 发展历史 2 1.2.2 现状 3 1.2.3 发展趋势 3 2器件简介 4 2.1 LED显示器 4 2.1.1 LED显示器的结构 4 2.1.2 LED的接线形式 5 2.2 AT89C52简介 5 2.2.1 AT89C52主要性能参数: 5 2.2.2 AT89C52单片机的功能特性概述: 6 2.3 DS1302芯片 9 2.3.1 DS1302的性能特性: 9 2.3.2 DS1302数据操作原理 10 2.4 74LS164-八位移位寄存器 14 2.4.1 74LS64简介 14 2.4.2 74LS164逻辑介绍: 15 3硬件电路 17 3.1 线路的设计 17 3.1.1 电源转换模块 18 3.1.2 主控制模块 18 3.1.3 显示模块 19 3.1.4 键盘接口设计 20 3.2 电路图的绘制 20 3.3 电路板的焊接 20 3.4 打开电源前应注意的问题 20 4软件设计部分 21 4.1 阳历程序的设计 21 4.2 时间调整程序设计 21 4.3 阴历程序设计 23 5调试 28 6小结 29 7致谢 30 8参考文献 31 9附录 32 -based on MCS-51 microcontroller design of the digital clock III [Abstract] [ABSTRACT] IV INTRODUCTION Introduction 2 1 1 2 1.2 1.1 IC main technical background history 1.2.1 2 2 1.2. 1.2.3 Situation 2 3 3 2 trends Device Profile 4 2.1 4 LED Displays 2.1.1 LED Display The structure of the four 2.1.2 Connection form LED 5 2.2 5 2.2.1 Introduction AT89C52 AT8 9C52 main performance parameters : 5 2.2.2 AT89C52 outlined in the functional properties : 6 2.3 9 2.3.1 Chip DS1302 DS1302 performance characteristics : 9 2.3.2 DS1302 data operation principle 10 2.4 74LS164-8 shift register 14 74LS64 14 2.4.1 Introduction 2.4.2 74LS164 logic presentations : 15 3 17 3.1 hardware circuit design lines 17 Power Conversion Module 3.1.1 3.1.2 Main Control 18 Module Module 18 3.1.3 3.1.4 keyboard interface 19
Platform: | Size: 228808 | Author: 李爱春 | Hits:

[Other resourceucosII2.84_s3c44b0_rvds2.2

Description: ucosII 2.84版源码,在S3C44B0上的移植。必须用RVDS2.2开发环境,因为移植的汇编代码针对RVDS2.2做了堆栈8字节对齐的修正。
Platform: | Size: 97222 | Author: tf | Hits:

[Scannersnort-2.8.0.rc1.tar

Description: snort 2.8.3
Platform: | Size: 4277411 | Author: dengqing | Hits:

[Othersqlite-2.8.15.tar

Description: sqlite数据库源码,建立sqlite数据库,版本 2.8.15
Platform: | Size: 963232 | Author: 张铭 | Hits:

[Other resourceht6221(2)

Description: 8路红外遥控开关控制器 (SAA3010T电视遥控器) Copyright 2004/3/27 http://www.cdle.net http://bbs.cdle.net All rights reserved. 明浩 E-mail: pnzwzw@163.com        pnzwzw@cdle.net 只用八路时可以用AT89C2051代替AT89C51 一体化接收头输出端拉P3.2(int0),P1为控制输出端。 可以扩展到32路或更多 输出为低电平有效
Platform: | Size: 1446 | Author: 赵红叶 | Hits:

[Linux-Unixdiffutils-2.8.7.tar

Description: 制作2.6内核的CLFS时 使用的diffutils-2.8.7.tar.gz包
Platform: | Size: 1057977 | Author: lele | Hits:

[Other resourcesqlite-2.8.6.tar

Description: SQLite 2.8.6 源代码,用来在Linux/Unix/Windows上编译安装.它是一个小型的数据库,但是非常好用,速度也快,一般的数据库查询之类的操作据统计比MySQL,PostgreSQL都快,PHP5中直接绑定了它.最大可访问的数据量是2T.不需要安装,解压缩之后就可以用了.在命令行中输入 sqlite **,其中的**是文件名,如果不存在,会自动创建,这个文件就是数据库文件,它代表了一个数据库.
Platform: | Size: 831189 | Author: kingmax | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net