搜索资源列表
EST406计算机数据采集与软件系统
- 连续记录器:任意通道显示;多种时间尺度显示;不丢点连续采集、显示; 全功能的双踪示波器:任意通道中选择显示1~2通道;支持模拟量、开关量;任意放大倍数;锁相功能;波形运算功能;波形局部细化功能;超快速波形显示; 支持模拟量、开关量、脉冲量、频率、热电偶、Pt电阻等多种信号的采 -consecutive record : random access display; Multiple time scale display; Do not lose points for
DB12
- 文本数据库的实现源码,包括Sequential,Index,Random 三种存取方式-text database of achieving source, including Sequential, Index, three ways Random Access
tiny22222
- 完全只用系统的API(纯系统API)的游戏。现在正做个45度角3D网络游戏,前一个网络游戏是第一人称射击,以后还会写教程贴出来的。 游戏处理过程: 获取随机数----移动到随机位置----获取输入----处理输入----判断是否攻击了----发射子弹----检测碰撞----处理击中事件。 大体就是这样了,希望对您有所启发和帮助,-exclusively with the API (pure system API) of the game. Now to be a 45-degr
BinaryFileRandomAccess
- C++中实现二进制文件随机存取的两种方法。-achieve binary random access to the two methods.
Bank_Simulation
- 银行业务情况模拟(银行有四个柜台。客户随机地进入银行办理业务,每个人办理业务需要的时间也是随机确定。客户进入银行后选择队列最短的队列排队,如果队列都一样长,则随机选择一个队列排队。客户进入队列后,如果是队列第一个,则接受银行服务,直到服务完成,然后离开银行。-banking business of simulation (4 bank counters. Random access to customer bank business, Everyone transacting business
我的SDRAM资料收藏
- RAM(Random Access Memory)随机存取存储器对于系统性能的影响是每个PC用户都非常清楚的,所以很多朋友趁着现在的内存价格很低纷纷扩容了内存,希望借此来得到更高的性能。不过现在市场是多种内存类型并存的,SDRAM、DDR SDRAM、RDRAM等等,如果你使用的还是非常古老的系统,可能还需要EDO DRAM、FP DRAM(块页)等现在不是很常见的内存-RAM (Random Access Memory) random access memory system performa
完全硬件手册
- RAM(Random Access Memory)随机存取存储器对于系统性能的影响是每个PC用户都非常清楚的,所以很多朋友趁着现在的内存价格很低纷纷扩容了内存,希望借此来得到更高的性能。不过现在市场是多种内存类型并存的,SDRAM、DDR SDRAM、RDRAM等等,如果你使用的还是非常古老的系统,可能还需要EDO DRAM、FP DRAM(块页)等现在不是很常见的内存-RAM (Random Access Memory) random access memory system performa
DOS4G
- DOS下进入Protect Mode,任意访问0-4GB内存地址数据。-DOS into Protect Mode, random access memory address 0-4GB of data.
RandomAccessProcedure
- 随机接入过程包括传输随机接入前导序列和随机接入响应。一个随机接入信道占用预留给随机接入前导传输的一个子帧或者多个连续子帧中的6个资源块。eNode B 没有禁止向预留给随机接入信道前导传输的资源块中进行数据调度。被高层调度到共享数据信道的剩余消息传输未包括在物理层随机接入过程中。-Random access process, including transmission random access preamble sequence and the random access response.
Calculator
- 一套图形化心算的设计程序,功能,随机获取。-A set of graphical design of mental arithmetic procedures, functions, random access.
randomaccessfile
- 体会RandomAccessFile随机访问文件的用法-Random access files RandomAccessFile experience usage
bfrm
- 二进制文件随机存取的两种方法,在windows VC++下运行,比较简单。-Random access binary files of the two methods, in the windows VC++ under the operation is relatively simple.
filesort
- 本程序为演示对随机访问的磁盘文件的排序,同时演示如何运用这种方法进行字符串排序-This procedure for the presentation of random access disk file to sort, at the same time demonstrate how to use this method to sort strings
OS
- 编写一个程序测试大文件随机访问时三种访问模式的效率,三种模式使用类似的程序框架,只是产生文件对象的时候使用不同的模式。产生一个50M的大文件dummy,作为测试的数据文件。-The preparation of a program to test large file random access mode, when the efficiency of the three visits, the three models using the framework of a similar proc
Sorted_Link
- Linked lists are among the simplest and most common data structures, and are used to implement many important abstract data structures, such as stacks, queues, hash tables, symbolic expressions, skip lists, and many more. The principal benefit o
JokeBook
- A simple program in VB.net to explain begginer how to use access and VB. This program is a simple Jokebook app with the database(empty). Features: Random datasets Search for a data Moving one dataset ahead or back.
Computer_Programming_Concepts_And_Visual_Basic.zi
- A great book containing basic computer programming concepts with the use of Visual Basic. This includes, VB objects, datatypes (both built-in and user defined), procedures, built-in features of VB, graphical display, random access files, database man
several-random-access-protocols
- CAJ文件,几种随机接入协议的仿真性能比较分析-caj paper, several random access protocols for a comparative analysis of simulation performance
RANDOM-ACCESS
- C++编写的随机访问文件程序,支持对文件的读,写,修改文件,添加文件,删除文件-C++ write random access file program that supports file read, write, modify the file, add files, delete files
吞吐量Simulation
- 对随机接入中退避算法过程的模拟实现,通过仿真验证理论值(Simulation of backoff algorithm in random access)