CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - runs
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Linux-Unix
Exploit
Scanner
Crack Hack
CA auth
Linux driver
Search - runs - List
[
OS program
]
KS8995_ETC_48123
DL : 0
The KS8995 contains five 10/100 physical layer transceivers, five MAC (Media Access Control) units with an integrated layer 2 switch. The device runs in two modes. The first mode is a five port integrated switch and the second is as a five port switch with the fifth port decoupled from the physical port. In this mode access to the fifth MAC is provided using a MII (Media Independent Interface).
Date
: 2008-10-13
Size
: 23.56kb
User
:
liang
[
OS program
]
elbeem-src
DL : 0
his a short introduction how to use the El Beem library and API. This release supports two versions that can be built: - a standalone test program that runs a small fluid simulation - a command line executable, that can be used to run fluid simulations using a text file for setup. To successfully compile you should have the following software installed: - a Linux/BSD systems with - gcc (3.4 or higher recommended) - the zlib libaries and headers.stay
Date
: 2008-10-13
Size
: 245.28kb
User
:
williams1113
[
OS program
]
snort
DL : 0
snort是一个赫赫有名的网络入侵检测系统,但是一般都是运行在linux下,这里是一个运行在windows下的snort-Snort is a famous system that detect inbreaking into network,but it usually runs on linux.Whereas this is a snort which runs on windows.
Date
: 2008-10-13
Size
: 2.14mb
User
:
雨晨
[
OS program
]
openswan-2.6.14.tar
DL : 0
Openswan is an implementation of IPsec for Linux. It supports kernels 2.0, 2.2, 2.4 and 2.6, and runs on many different platforms, including x86, x86_64, ia64, MIPS and ARM. -Openswan is an implementation of IPsec for Linux. It supports kernels 2.0, 2.2, 2.4 and 2.6, and runs on many different platforms, including x86, x86_64, ia64, MIPS and ARM.
Date
: 2025-12-24
Size
: 5.52mb
User
:
nihao
[
OS program
]
KS8995_ETC_48123
DL : 0
The KS8995 contains five 10/100 physical layer transceivers, five MAC (Media Access Control) units with an integrated layer 2 switch. The device runs in two modes. The first mode is a five port integrated switch and the second is as a five port switch with the fifth port decoupled from the physical port. In this mode access to the fifth MAC is provided using a MII (Media Independent Interface).
Date
: 2025-12-24
Size
: 23kb
User
:
liang
[
OS program
]
r0code
DL : 0
在delphi中实现让ring3的程序运行在ring0-In delphi to achieve so that the program runs ring3 in ring0
Date
: 2025-12-24
Size
: 18kb
User
:
pp
[
OS program
]
elbeem-src
DL : 0
his a short introduction how to use the El Beem library and API. This release supports two versions that can be built: - a standalone test program that runs a small fluid simulation - a command line executable, that can be used to run fluid simulations using a text file for setup. To successfully compile you should have the following software installed: - a Linux/BSD systems with - gcc (3.4 or higher recommended) - the zlib libaries and headers.stay
Date
: 2025-12-24
Size
: 245kb
User
:
[
OS program
]
cputicker
DL : 0
CPU 的精确计时器 This class implements an MFC wrapper class for the Pentium-specific (or better) time stamp counter which can be accessed using the "RDTSC" assembly language instruction. This counter has a resolution in terms of PCLKS (processor clocks) so if you have a 200 MHz CPU then this class will give a frequency of 200 MHz. The value returned is an 64 bit integer so assuming your CPU runs at 200 MHz, the value will take roughly 3000 years to roll over. As the value also starts counting from 0, the value returned is the number of cpu ticks since the computer was turned on. Because the timer is part of the CPU hardware, it is unaffected by processor activity and workload. The class has only been tested on Intel CPU s (486, Pentium, Pentium Pro & Pentium 2). Feedback about its behaviour on other CPU types would be appreciated. The class can also be used on Windows NT without any problems. -CPU precise timer This class implements an MFC wrapper class for the Pentium-specific (or better) time stamp counter which can be accessed using the
Date
: 2025-12-24
Size
: 15kb
User
:
谢兵
[
OS program
]
BatchRen
DL : 0
将某一目录下的文件批量改名。程序运行时,就可以查看电脑上的文件夹了。-Will be a batch file directory name. Program runs, the computer can view the folder.
Date
: 2025-12-24
Size
: 34kb
User
:
李良
[
OS program
]
bochs-20081123.tar
DL : 0
Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a 386, 486, Pentium/PentiumII/PentiumIII/Pentium4 or x86-64 CPU, including optional MMX, SSEx and 3DNow! instructions. Bochs is capable of running most Operating Systems inside the emulation, for example Linux, DOS, Windows 95/98/NT/2000/XP or Windows Vista.-Bochs is a highly portable open source IA-32 (x86) PC emulatorwritten in C , that runs on most popular platforms. It includesemulation of the Intel x86 CPU, common I/O devices, and a customBIOS. Currently, Bochs can be compiled to emulate a 386, 486, Pentium/PentiumII/PentiumIII/Pentium4 or x86-64 CPU, including optionalMMX, SSEx and 3DNow! instructions. Bochs is capable of runningmost Operating Systems inside the emulation, for example Linux, DOS, Windows 95/98/NT/2000/XP or Windows Vista.
Date
: 2025-12-24
Size
: 3.74mb
User
:
simba Jiang
[
OS program
]
vh2sc
DL : 0
将VHDL转换为C的软件 将VHDL转换为C的软件-VH2SC is a free basic VHDL to SystemC converter. The converter handles a small subset of Synthesisable VHDL 87/93 language constructs. The current version translates all VHDL IEEE types to sc_int/sc_uint/integers and booleans this in order to maximise performance. The aim of the converter is to produce a cycle accurate model of synthesisable VHDL code. The converter runs on Windows Example1: Simple counter Convert the counter.vhd file to SystemC, c:VHDL2SystemCexample1>vh2sc-v-mti count.vhd VH2SC-> VHDL to SystemC Converter Ver 0.21** Alpha Release** (c)HT-Lab 2007 SQLite Version : 3.3.13 Parsing File : count.vhd Line 9** Info : library ieee ignored Line 28** Info : VH2SC Translation Disabled Line 32** Info : VH2SC Translation Re-Enabled Line 37** Info : process() translated to process_line37 Writing Header File : cnt.h Writing C++ File : cnt.cpp ** Info : Modelsim SC_MODULE_EXPORT(cnt) macro added The-v is a verbose flag and-mti is requi
Date
: 2025-12-24
Size
: 800kb
User
:
whiz
[
OS program
]
FreeExe
DL : 0
程序运行时,可以释放可执行程序资源到系统中-Program runs, can release resources to the system executable program
Date
: 2025-12-24
Size
: 5.97mb
User
:
wuxiangfei
[
OS program
]
CacheSetSource
DL : 0
CacheSet is an applet that allows you to manipulate the working-set parameters of the system file cache. Unlike CacheMan, CacheSet runs on all versions of NT and will work without modifications on new Service Pack releases. In addition to providing you the ability to control the minimum and maximum working set sizes, it also allows you to reset the Cache s working set, forcing it to grow as necessary from a minimal starting point. Also unlike CacheMan, changes made with CacheSet have an immediate effect on the size of the Cache. Use CacheSet to performance tune the system Cache size in a way not possible without tweaking internal variables the way CacheMan does. Note: To use CacheSet on NT 4.0 Service Pack 4 and later you must have the "Increase Quota" privilege (administrator accounts have this privilege by default). CacheSet has been updated to enable this privilege so that it works on SP4.
Date
: 2025-12-24
Size
: 66kb
User
:
ghasemimor
[
OS program
]
XSeekerNew
DL : 0
实现xml文档的文档索引和简单的文档查询,该程序运行必须在内存空间大于2G的-Achieve the xml document the document index and simple document check, the program runs in memory space must be greater than 2G of
Date
: 2025-12-24
Size
: 42.7mb
User
:
alax wu
[
OS program
]
9052db-20
DL : 0
The PCI 9052 PCI I/O Accelerator provides low cost connectivity for PCI slave designs. It is specifically targeted at easing the transition of existing ISA designs to the more feature rich and performance oriented PCI bus. The PCI 9052 provides direct slave PCI functions by interfacing the adapter s I/O circuitry (control, address and data lines) to a host computer s microprocessor / memory architecture via the 32-bit PCI bus, which typically runs at 33MHz. The PCI 9052 is offered in a 31.2 x 31.2 mm 160-pin PQFP. This device is available in leaded and lead-free packaging.
Date
: 2025-12-24
Size
: 1.06mb
User
:
mike
[
OS program
]
CloudSetup0.9beta3_1027
DL : 0
云端软件平台,将软件安装在此软件上,可免去重装的烦恼。将文件.rar改为.exe!-the software that runs in the cloud!
Date
: 2025-12-24
Size
: 1.85mb
User
:
付宁
[
OS program
]
12
DL : 0
Each directory contains a simple batch file named "runpgms.bat" that runs the executables made in that directory. Note that on some systems, the default setting for the PATH variable does not include the current directory. So, for example, if you try to execute -Each directory contains a simple batch file named "runpgms.bat" that runs the executables made in that directory. Note that on some systems, the default setting for the PATH variable does not include the current directory. So, for example, if you try to execute
Date
: 2025-12-24
Size
: 7kb
User
:
hx
[
OS program
]
HideFile
DL : 0
自己写的隐藏文件的方法。主要是利用注册表。程序运行时,需要界面为空白的时候,请按Q键显示界面。-Write hidden files. Mainly using the registry. Program runs, a blank screen when needed, press the Q key display.
Date
: 2025-12-24
Size
: 256kb
User
:
yang
[
OS program
]
program_mutex
DL : 0
程序互斥运行,很不错的vc源码,希望能对大家有所帮助-Exclusive program runs very good vc source, I hope you can help
Date
: 2025-12-24
Size
: 36kb
User
:
[
OS program
]
df
DL : 0
df - this a command-line tool that runs under windows or dos. better than *nix clone of df (disk free): tells the disk free space, percentage of free space, disk used, and total disk space in SI or IEC (computer) units or as a plain number of bytes in verbose mode or as a number of unit-size you define. Has ASCII mode for graph in case you want to paste into email or communicate with tech support. you can even mix and match modes. This program supports large-sector disks (not hard-coded-df- this is a command-line tool that runs under windows or dos. better than*nix clone of df (disk free): tells the disk free space, percentage of free space, disk used, and total disk space in SI or IEC (computer) units or as a plain number of bytes in verbose mode or as a number of unit-size you define. Has ASCII mode for graph in case you want to paste into email or communicate with tech support. you can even mix and match modes. This program supports large-sector disks (not hard-coded
Date
: 2025-12-24
Size
: 5.11mb
User
:
欣娃
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.