Welcome![Sign In][Sign Up]
Location:
Search - ONE simulator

Search list

[mpeg mp3intel hex格式

Description: LCD 仿真器一、概述 LCD仿真器是一种电子产品的辅助开发工具。目前LCD(液晶屏)在各种电子产品的使用越来越广泛,开发人员在开发带LCD的产品时会用到各种各样的LCD,这些LCD或是现有的,或是定制,现有的LCD不一定能完全满足设计需要,定制LCD需要时间,需要资金,做好后还有修改的可能性,造成不必要的浪费。传统的做法是用LED(发光管)+驱动电路来仿真LCD,其弊端有四,一、电路复杂,功耗大,100多点的LCD电流将达1A左右。二、图案逼真性差,不直观。三、制作、修改困难,灵活性差。四、通用性不强。 LCD仿真器完全克服了以上存在的问题,她采用软硬件结合的方法,充分发挥软件在作图、运算方面的优势,使仿真的图案与目标LCD图案完全一致,仿真LCD特性与目标LCD特性几乎一样,并提供强大的LCD图形编辑工具,对于不同的LCD产品,LCD仿真器硬件不必更换,只需制作不同的LCD图案,她的灵活性、通用性将是您开发LCD产品的理想选择。二、LCD仿真器简介 LCD仿真器由接口硬件、仿真软件和LCD图形编辑软件组成,硬件通过打印口或串口(可设置)与PC机通信,仿真软件和LCD图形编辑软件均在WINDOWS下运行于同一台PC机上.-LCD Simulator an outline LCD simulator is an electronic products supporting development tools. LCD (liquid crystal display) in a variety of electronic products more widely used, developers in the development zone LCD products will use a variety of LCD, LCD or existing, or customize existing LCD may not be able to fully meet the needs of design, custom LCD takes time, funds need to do a good job is still the possibility of amendment, an unnecessary waste. The traditional approach is to use LED (light-emitting tube)+ drive circuit to simulate LCD, but its drawback is four, one, circuit complexity, power consumption, more than 100 points to reach the current LCD 1A around. 2, pictorial realism poor, non-intuitive. 3, production, changes difficulties, poor flexibility. 4, versatility is not s
Platform: | Size: 65536 | Author: 无恒 | Hits:

[JSP/Javamm1systemmodel

Description: One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed exponetially. * * The simulator is time-slice-driven, i.e. the system model is being * run at discrete time points, with constant increments deltaT. * At each such time moment, program checks if a new item arrival or * release has occurred during previus deltaT.-One-channel queuing system simulator (M/1)* Arrival and service times are random and d istributed exponetially.* The simulator is not ime-slice-driven. i.e. the system model is being run at discrete* t ime points, with constant increments deltaT.* At each such time moment, program checks if a new item arrival or release* has occurred during previus deltaT.
Platform: | Size: 4096 | Author: feiteng | Hits:

[Game Programmame0114s

Description: MAME街机模拟器的实现源码.mame是模拟器历史上最优秀的多机种的街机模拟器之一,同时也是生命力最旺盛的街机模拟器。-MAME arcade simulator to achieve source. Mame simulator history is the best types of planes arcade one of the simulators, it is also the most exuberant vitality arcade simulator.
Platform: | Size: 12775424 | Author: lilian | Hits:

[SCMuc-gui_full

Description: 一个用于单片机上的的gui...,里面有实例和pc模拟器-one for the MCU on the gui ..., and there are examples simulator pc
Platform: | Size: 6754304 | Author: DensyLai | Hits:

[matlabsimulate

Description: 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。 通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。 -Cyclic Redundancy Check CRC (Cyclic Redundancy Check) code is a linear code from the sub-branch from the main application is the binary code word. Coding is simple and very low probability of miscarriage of justice, in the communication system has been widely used. Cyclic redundancy check code is a block code in one important class of linear code, which not only has good in theory, algebraic structure, and its encoding and decoding of linear shift register can easily realize . CRC through analysis and simulation tool based on MATLAB, and fully proves that the CRC error detection ability of a strong, simple coding.
Platform: | Size: 7168 | Author: 王明 | Hits:

[OS programos

Description: 操作系统:模拟磁盘调度算法 课题要求:●建立相应的数据结构 ●在屏幕上显示磁盘请求的服务状况 ●时间的流逝可用下面方法模拟: (a)按键盘,没按一次可认为过了一个时间单位 (b)响应WM_TIMER ●将一批磁盘请求的情况存磁盘文件,以后可以读出并重放 ●支持算法:FIFO,SSTF,SCAN,CSCAN,FSCAN -Operating Systems: simulation of disk scheduling algorithm subject requirements: ● the establishment of the corresponding data structure displayed on the screen ● disk status of the requested service ● time simulation can be used the following methods: (a) by the keyboard, not by one that had a time units (b) in response to a number of disk WM_TIMER ● request keep the disk files, then you can read and playback ● support algorithm: FIFO, SSTF, SCAN, CSCAN, FSCAN
Platform: | Size: 2051072 | Author: jiabin | Hits:

[Internet-Networkdsr-uu-0.2

Description: DSR-UU is a DSR implementation that runs in Linux and in the ns-2 network simulator. DSR-UU implements most of the basic DSR features specified in the DSR draft (version 10). One big exception is flow extensions. DSR-UU does NOT use ARP, so do not be surprised if you do not see ARP traffic. DSR-UU instead uses its own neighbor table that sets up the MAC-to-IP translation during route discovery.
Platform: | Size: 245760 | Author: aurora yang | Hits:

[assembly languageSimulator

Description: 一个可以模拟MIPS汇编语言在硬件上运行的模拟器。 该模拟器对于43条最常用的指令进行了实现。而且实现了端口通信,输入和输出中断。 对于数据传输的延时也进行了考虑。 为了让读者更好理解程序功能,附带了使用说明。-One can simulate the MIPS assembly language running on the hardware simulator. The simulator for the 43 most commonly used instructions to achieve. And achieved a port communication, input and output disruptions. Delay for data transmission have also been considered. In order to give readers a better understanding of program features, comes with instructions.
Platform: | Size: 335872 | Author: int | Hits:

[Windows Developtrmsim-wsn_0.1-exec

Description: TRMSim ,无线传感器网络(信任和声誉模型模拟无线传感器网络)是一个基于Java的模拟器旨在测试信托和声誉模型WSNs 。它提供了一个信托基金和声誉模型称为BTRM -TRMSim-WSN [Trust and Reputation Models Simulator for Wireless Sensor Networks] is a Java-based simulator aimed to test Trust and Reputation models for WSNs. It provides one Trust and Reputation model called BTRM-WSN and new ones can be easily
Platform: | Size: 309248 | Author: hugo | Hits:

[JSP/JavaJavaMIPS

Description: MIPS 仿真器,能够实现汇编,反汇编和模拟运行。自己开发的,java课的大程,可能问题比较多,仅做参考,而且程序架构也设计地不是很好。但作为新手大程学习和简单的MIPS模拟还是没有问题的。 本 MIPS 模拟器支持的指令如下: add,addi,sub,subi,and,andi,or,ori,nor,beq,bne,j,jr,jal,lw,lh,lb,sw,sh,sb, 其中所有的跳 转指令第三个操作数只能为一个行标签[不支持相对地址以及绝对地址],标签可 以写在一行开头,以冒号结尾。 -MIPS emulator, be able to achieve a compilation of anti-compilation and simulation is running. Their own development, java classes big way, may be more questions, just make a reference, but also architecture design process is not very good. But as a new large study and easy way of MIPS simulation of the problem or not. The MIPS simulator supports the following commands: add, addi, sub, subi, and, andi, or, ori, nor, beq, bne, j, jr, jal, lw, lh, lb, sw, sh, sb, one of all of the Jump instruction operand can only be the third for a tag line [do not support the relative address and absolute address] can be written on the tag line at the beginning to the end of the colon.
Platform: | Size: 1490944 | Author: ly | Hits:

[3G developone_1.2.0

Description: The ONE is a Opportunistic Network Environment simulator which provides a powerful tool for generating mobility traces, running DTN messaging simulations with different routing protocols, and visualizing both simulations interactively in real-time and results after their completion.
Platform: | Size: 909312 | Author: yaoyao | Hits:

[GUI DevelopTank_Source_Code

Description: 基于车辆动力学的作战坦克仿真源码,能较真实地模拟车辆的运动性能。-Tank Simulator is a software tool to simulate a battle Tank based on its vehicle dynamics. Vehicle dynamics allow simulations to contain parameters that most clearly approximate the dynamic performance of the vehicle. Tank Simulator is still under development and currently simulates only few vehicle parameters like weight, dimension, velocity, suspension and braking effects. The complete version will be one which will have all the vehicle parameters included and exhibits Track-Terrain interaction. The developmental activity uses a computational engine called Open Dynamics Engine (ODE), which is an industrial standard library to simulate articulated bodies. It provides interactive or real-time simulation. 3D Visual environment of the simulator uses a Graphics Library that is packaged with ODE. Functions have been added to this library to suit to the application’s need. The complete software is packaged as an integrated environment in Visual C++.
Platform: | Size: 1467392 | Author: 王刚 | Hits:

[OS program6502_1.2.5.src

Description: VC下的一个NES模拟器的源代码,目前最好的模拟器源代码之一-VC under a NES emulator' s source code, source code is currently one of the best simulator
Platform: | Size: 687104 | Author: Beijing | Hits:

[matlab80211

Description: SIM80211 IEEE802 Simulator: a one hop network,simulator to reproduce a cluster of ieee802.11 terminals under saturation conditions. The script simulates a implified model for a radio network based on the IEEE 802.11 standard operating in DCF modality.-SIM80211 IEEE802 Simulator: a one hop network, simulator to reproduce a cluster of ieee802.11 terminals under saturation conditions. The script simulates a implified model for a radio network based on the IEEE 802.11 standard operating in DCF modality.
Platform: | Size: 6144 | Author: jerry | Hits:

[matlabSimulator

Description: 模拟蚂蚁和食蚁兽的生存规律。在20X20的网格世界里,每个生物每次可向四个方向移动(但不会移除网格边缘),食蚁兽会吃掉在他目标处的蚂蚁-The goal for this programming project is to create a simple 2D predator-prey simulation. In this simulation the prey are ants and the predators are doodlebugs. These critters live in a world composed of a 20x20 grid of cells. Only one critter may occupy a cell at a time. The grid is enclosed, so a critter is not allowed to move off the edges of the world. Time is simulated in time steps. Each critter performs some action every time step.
Platform: | Size: 101376 | Author: crystalever | Hits:

[RFIDA-Simulator-UHF-RFID-Protocol

Description: Radio Frequency Identification (RFID) systems have recently received a lot of attention in supply chain applications. One of the challenges facing RFID in this application domain is the fast identification of a large number of tags that are simultaneously present in the reader range of an RFID reader. In this thesis, different transmission control strategies were evaluated based on the EPCglobal Class-1 Generation-2 UHF RFID protocol. These strategies focus on incorporating the capture effect and an accurate tag population estimate. To facilitate the evaluation, a Java-based simulator of the MAC layer of the above protocol was implemented.
Platform: | Size: 1302528 | Author: HY jian | Hits:

[Ftp ClientOPNET-Modeler-and-Ns-2-Comparing-the-Accuracy-Of-

Description: This paper presents a comparative study of two well-known network simulators: OPNET Modeler and Ns- 2. Other studies in this area have generally been confined to just one simulator. The motivation of this paper is to provide a guide to researchers undertaking packet-level network simulations. The simulator outputs were compared to the output from a live network testbed. The experimental comparison consisted of deploying both CBR data traffic, and an FTP session, both on the network testbed and the simulators. CBR data traffic was used due to its simplicity of modeling. A custom analysis tool was employed to examine the behavior of the network in different background traffic scenarios. The same scenarios were then recreated in the simulators in order to ascertain their realism. The results show the necessity of fine-tuning the parameters within a simulator so that it closely tracks the behavior of a real network.
Platform: | Size: 181248 | Author: Faisel | Hits:

[Other Riddle gamesLUDO-Simulator

Description: This an artificial intelligent Ludo game There are fout players. By default, one is human player and the other three are artificial players. We have developed it for our Artificial Intelligent Term Project.-This is an artificial intelligent Ludo game There are fout players. By default, one is human player and the other three are artificial players. We have developed it for our Artificial Intelligent Term Project.
Platform: | Size: 32768 | Author: tiken | Hits:

[Streaming Mpeg4Packet-loss-simulator

Description: This function simulates damages in the received frame corresponding to the loss of one NALU (i.e. slice) given a slicing mode and the slice to be lost
Platform: | Size: 1014784 | Author: MEHEDI | Hits:

[Internet-Networkakeranen-the-one-v1.6.0-72-g4ac896c

Description: 机会网络仿真平台及仿真实例,可运行于windows平台(The opportunity network simulation platform and the simulation example can run on the windows platform)
Platform: | Size: 1049600 | Author: fanfei1122 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net