Location:
Search - extender
Search list
Description: microsoft media center extender document
Platform: |
Size: 47260323 |
Author: xfken |
Hits:
Description: MAPWIN, written by Richard Smith (president of Phar Lap
Software), is a program that makes it easy to see what API functions
a Windows program uses, or what functions a dynamic-link library
(DLL) or device driver provides. Phar Lap generally uses this
utility to determine what API functions need to be implemented in
order to run a program under its 286|DOS-Extender environment. You
can use it to snoop around inside Windows, and uncover useful
undocumented API functions.
Platform: |
Size: 7884 |
Author: zhoukuan |
Hits:
Description: MaskedEditExtender控件的常用属性说明
Platform: |
Size: 12438 |
Author: yuechuan8@126.com |
Hits:
Description: microsoft media center extender document
Platform: |
Size: 47260672 |
Author: xfken |
Hits:
Description: MAPWIN, written by Richard Smith (president of Phar Lap
Software), is a program that makes it easy to see what API functions
a Windows program uses, or what functions a dynamic-link library
(DLL) or device driver provides. Phar Lap generally uses this
utility to determine what API functions need to be implemented in
order to run a program under its 286|DOS-Extender environment. You
can use it to snoop around inside Windows, and uncover useful
undocumented API functions.
Platform: |
Size: 7168 |
Author: zhoukuan |
Hits:
Description: analog device vdsp LAN driver and examples
Platform: |
Size: 2528256 |
Author: Shao Wenjian |
Hits:
Description: L2CasheD Extender [ClanSystem]
Platform: |
Size: 73728 |
Author: alchy |
Hits:
Description: Some functions to extender richtextbox
Platform: |
Size: 21504 |
Author: Daniel |
Hits:
Description: AJAX modal popup animation extender, with effetcs like fading in-out, fly, scaling etc-AJAX modal popup animation extender, with effetcs like fading in-out, fly, scaling etc..
Platform: |
Size: 609280 |
Author: Rachit Sehgal |
Hits:
Description: la2 sources extender c6
Platform: |
Size: 452608 |
Author: vurdalag666 |
Hits:
Description: l2sever sources no extender
Platform: |
Size: 586752 |
Author: vurdalag666 |
Hits:
Description: 包含:AjaxControlExtender
ToolkitTests
SampleWebsite -* AjaxControlToolkit- A set of sample ASP.NET AJAX controls and source
* SampleWebsite- A web site that demonstrates how to use the controls and
contains the rest of the Toolkit documentation
* ToolkitTests- A web site that contains automated tests for all controls
* AjaxControlExtender- A VSI installer that will install templates onto your
machine to enable creation of new ASP.NET AJAX extender controls using
Visual Studio 2005
Platform: |
Size: 2033664 |
Author: dayuan |
Hits:
Description: Fisher fractal encoder
This package contains the following files:
enc.c Dr. Fisher encoder C source patched to compile on PCs.
dec.c Dr. Fisher decoder C source patched to compile on PCs.
enc.exe 32 bit executable: enc.c compiled with MSVC4.0, needs Windows 95 or NT
dec.exe 32 bit executable: dec.c compiled with MSVC4.0, needs Windows 95 or NT
wenc.exe 16/32 bit executable: can run under DOS with DOS4GW extender.
wdec.exe 16/32 bit executable: can run under DOS with DOS4GW extender.
dos4gw.exe DOS extender.
readme.txt This file.
copying.txt The original copyright notice.
compile.txt Notes on how to compile enc.c, dec.c and how to patch them.
usage.txt The original usage file.
lenna.dat 256x256 grayscale "Lenna" image, in RAW format.-Fisher fractal encoder
This package contains the following files:
enc.c Dr. Fisher encoder C source patched to compile on PCs.
dec.c Dr. Fisher decoder C source patched to compile on PCs.
enc.exe 32 bit executable: enc.c compiled with MSVC4.0, needs Windows 95 or NT
dec.exe 32 bit executable: dec.c compiled with MSVC4.0, needs Windows 95 or NT
wenc.exe 16/32 bit executable: can run under DOS with DOS4GW extender.
wdec.exe 16/32 bit executable: can run under DOS with DOS4GW extender.
dos4gw.exe DOS extender.
readme.txt This file.
copying.txt The original copyright notice.
compile.txt Notes on how to compile enc.c, dec.c and how to patch them.
usage.txt The original usage file.
lenna.dat 256x256 grayscale "Lenna" image, in RAW format.
Platform: |
Size: 545792 |
Author: alexsheksna |
Hits:
Description: A very old source about a dos-extender I did to show how it is possible to run default 32-bit native instructions in real mode without the need to use 0x66 and 0x67 prefixes to compute 32-bit words or addresses.
Platform: |
Size: 56320 |
Author: hlide |
Hits:
Description: 采用Quatus II编译环境,使用Verilog HDL语言编写实现了五段流水线CPU。
能够完成以下二十二条指令(均不考虑虚拟地址和Cache,并且默认为小端方式):
add rd,rs,rt addu rd,rs,rt addi rt,rs,imm addiu rt,rs,imm sub rd,rs,rt
subu rd,rs,rt nor rd,rs,rt xori rt,rs,imm clo rd,rs clz rd,rs
slt rd,rs,rt sltu rd,rs,rt slti rt,rs,imm sltiu rt,rs,imm sllv rd,rt,rs
sra rd,rt,shamt blez rs,imm j target lwl rt,offset(base)
lwl rt,offset(base) lw rt,imm(rs) sw rt,imm(rs)
在本设计中,采取非常良好的模块化编程风格,共分十三个主要模块PIPE_LINING_CPU_TEAM_24.v为顶层实体文件,对应为PIPE_LINING_CPU_TEAM_24模块作为顶层实体模块,如下:
ifetch.v、regdec.v、exec.v、mem.v、wr.v分别实现五个流水段;
cpuctr.v用于产生CPU控制信号;
ALU.v用于对操作数进行相应指令的运算并输出结果;
DM.v数据存储器
IM.v指令存储器
datareg.v数据寄存器堆
extender.v位扩展
yiwei_32bits.v 实现32位四种移位方式的移位器
在顶层实体中,调用ifetch.v、regdec.v、exec.v、mem.v、wr.v这五个模块就实现了流水线CPU。顶层模块的结构清晰明了。对于学习verilog编程非常有用- Quatus II compiled by the environment, using Verilog HDL language to achieve a five-stage pipeline CPU.
To complete the following 22 commands (not considering the virtual address and Cache, and the default mode for the small end):
add rd, rs, rt addu rd, rs, rt addi rt, rs, imm addiu rt, rs, imm sub rd, rs, rt
subu rd, rs, rt nor rd, rs, rt xori rt, rs, imm clo rd, rs clz rd, rs
slt rd, rs, rt sltu rd, rs, rt slti rt, rs, imm sltiu rt, rs, imm sllv rd, rt, rs
sra rd, rt, shamt blez rs, imm j target lwl rt, offset (base)
lwl rt, offset (base) lw rt, imm (rs) sw rt, imm (rs)
In this design, take a very good modular programming style, is divided into 13 main modules PIPE_LINING_CPU_TEAM_24.v for the top-level entity file, the corresponding module as a top-level entity for the PIPE_LINING_CPU_TEAM_24 modules, as follows:
ifetch.v, regdec.v, exec.v, mem.v, wr.v water were to achieve the five paragraph
cpuctr.v used to generate CPU control signal
ALU.v accordingly
Platform: |
Size: 4946944 |
Author: 石 |
Hits:
Description: 现在通信系统中信号通过衰落信号引起的多普勒扩展程序-Now the signal communication system caused by the decline of the Doppler signal extender
Platform: |
Size: 1024 |
Author: 白文捷 |
Hits:
Description: Installer software for Nokia 22 PBX GSM extender
Platform: |
Size: 3046400 |
Author: Hackerland |
Hits:
Description: cat6613 source code, it is for SDI to HDMI extender.
Platform: |
Size: 143360 |
Author: johnsonkao |
Hits:
Description: USB Extender for longer cabel
Platform: |
Size: 1173504 |
Author: jancuk |
Hits:
Description: DPMI extender contains patched WinAPI DLLs, that allows to run win32 applications inside DOS! Also packages provides test utils (to ensure, that all functions works fine), comprehensive docs, sources! i gues HXDE - most powerfull DPMI DOS extender. I use it myself in daily work, in special cases it capable to replace true windows environment. Aparently, must have!
Platform: |
Size: 5504033 |
Author: SergeX31 |
Hits: