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

Search list

[SCSI-ASPIfpdumpw

Description: 一个使用aspiw32.dll可以读取交换机5ess备份磁带内容的程序- Uses aspiw32.dll to be allowed to read takes the switchboard 5ess backup magnetic tape content the procedure
Platform: | Size: 79872 | Author: 站长 | Hits:

[SourceCodewinmessage

Description: 一个数据截取程序,包括密码-A data interception procedures, including password
Platform: | Size: 55296 | Author: | Hits:

[DocumentsCRC循环校验的具体算法

Description: Filename: main.c * Description: A simple test program for the CRC implementations. * Notes: To test a different CRC standard, modify crc.h. * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the public domain and may be used for any purpose. However, this * notice must not be changed or removed and no warranty is either * expressed or implied by its publication or distribution. -Filename: main.c* Description: A simple test program for the CRC implementations.* Notes: To test a different CRC standard, modify crc.h.*** Copyright (c) 2000 by Michael Barr. This software is placed into* the public domain and may be used for any purpose. However, this* notice must not be changed or removed and no warranty is either* expressed or implied by its publication or distribution.
Platform: | Size: 2048 | Author: 韩卫东 | Hits:

[Windows Developaccesspwd

Description: 使用VB获得Access密码-use Visual Basic Access Password
Platform: | Size: 8192 | Author: 谷雨 | Hits:

[Windows Developtemp and press

Description: 这是我编的温度压力控制实验,可以通过开启或关闭风扇来加热或降温。并画出曲线,超出范围报警-This is my series of the experimental temperature and pressure control, can be opened or closed to fans heating or cooling. And he painted curves beyond Alarm
Platform: | Size: 89088 | Author: 解新梅 | Hits:

[Windows Develop设备检测记录软件

Description: 非常详细的一个设备检测记录软件,用VB6开发,自带Access数据库和控件,下载后注册控件和连接好ODBC后即能运行.-a very sound device checking recorder by vb6.it has an access database and controls.after download it ,register the controls and config odbc, then you can run it.
Platform: | Size: 338944 | Author: 成成 | Hits:

[Windows Develop5ess

Description: 电信5ESS交换机SCSI的读磁带机源程序,好用,太专业,对SCSI写程序有用-telecommunications 5ESS Switch SCSI Tape Reading source, convenient, too professional to write procedures useful SCSI
Platform: | Size: 217088 | Author: 陈惠金 | Hits:

[DocumentsCPU 测速(MHz)和高精度延时(微秒级)

Description: 一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。 在循环里用 QueryPerformanceCounter 不停的读出定时器值, 一直到经过了指定周期数再结束循环, 就达到了高精度延时的目的。 高精度延时的程序, 参数: 微秒 二.测速程序 利用 rdtsc 汇编指令可以得到 CPU 内部定时器的值, 每经过一个 CPU 周期, 这个定时器就加一。 如果在一段时间内数得 CPU 的周期数, CPU工作频率 = 周期数 / 时间 为了不让其他进程和线程打扰, 必需要设置最高的优先级 以下函数设置当前进程和线程到最高的优先级。 SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS) SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL) CPU 测速程序的源代码, 这个程序通过 CPU 在 1/16 秒的时间内经过的周期数计算出工作频率, 单位 MHz: -one. High-precision delay, the CPU speed is the basis of Windows within a very high accuracy of the timer, the microsecond precision, but in the system timer different frequencies, the frequency and hardware and the operating system are likely. Using API function can be QueryPerformanceFrequency the timing The frequency. Use QueryPerformanceCounter API function can be the current timer value. According to the delay time and the frequency of the timer, you could calculate the time to delay timer after a few cycles. The circle with QueryPerformanceCounter repeatedly read out the timer value, until after a specified number of cycles end the cycle again, it reached a high precision delay purposes. High-precision delay the procedure parameters : 2 microsecond. Gun utilize RDTSC instruction can
Platform: | Size: 1024 | Author: 马俊 | Hits:

[Bookspointonc

Description:
Platform: | Size: 4909056 | Author: 赵隽 | Hits:

[GUI Developmychess1

Description: 一个用C++写的中国象棋游戏 可执行-C write a Chinese chess game executable
Platform: | Size: 94208 | Author: 刘文学 | Hits:

[DVDdvdcollect

Description: 这是我2003年帮一个DVD网站写的DVD收藏软件,比较简单,主要是DELPHI6+ADO+ACCESS完成,初学的朋友可以拿来参考!! 用到的控件可以从delphibox网站下载 主要用到有以下控件: navbar ebar5 DevExpress.QuantumGrid v3.22 Pro_forD6_pwd DevExpress.DBTree Suite v1.31_d56 rxlib275d6 vcl_xpmenu -This is my 2003 site to help write a DVD collection of DVD software, more simple, the main DELPHI6 ADO ACCESS completed, beginner can use the reference to a friend! ! The controls can be used from the main website delphibox use the following controls : NavBar ebar5 DevExpress.QuantumGrid v3.22 Pro_forD6_pwd DevExpress.DBTree Suite v1.31_d56 rxlib275d6 vcl_xpmenu
Platform: | Size: 1675264 | Author: 任才才 | Hits:

[Windows DevelopACCESS2000

Description: ACCESS2000数据库文件密码的提取,大家欣赏。-ACCESS2000 database files password extraction, everyone to enjoy.
Platform: | Size: 2048 | Author: | Hits:

[GUI DevelopLoader

Description: This article describes the customization of existing applications through the use of custom Dynamic-Link Libraries (DLLs) and the process of, what I have titled, Remote Library Loading. It also presents a small utility I developed to make this process easier I titled it the Remote Library Loader. For the ideas here I give credit originally to Jeffrey Ricther in Programming Applications for Microsoft Windows with his "DLL Injection." The primary difference between our applications is that his works with running target processes, where mine also acts as a target process loader. In any case, much credit to him!-This article describes the customization of existing applications through the use of Miami tom Dynamic- Link Libraries (DLLs) and the proc ess of, and what I have titled, Remote Library Loading. It also presents a smal l utility I developed to make this process easie r I titled it the Remote Library Loader. For the i deas here I give credit to Jeffrey originally Ri cther in Programming Applications for Microso ft Windows with his "DLL Injection." The legs y difference between our applications is that h is works with running target processes, where mine also acts as a target process loader. In any case, much credit to him!
Platform: | Size: 18432 | Author: 李登煇 | Hits:

[Data structsfox

Description: Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分说明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"-Turbo C- (C) Copyright 1987. 1988 by Borland International* /# define S_IRE AD 0x0800/* from SYS \ STAT.H* /# define S_IWRIT E. 0x0040/* from SYS \ STAT.H* /# define TRUE de# 1 fine FALSE 0# define MSGHEADER "MICROCALC-A Tu rbo C Demonstration Program "# define MSGKEYPR ESS "Press any key to continue."# define MSGCOM MAND "Press/for the list of commands"# define M SGMEMORY "Memory Available : "# define MSGERROR" ERROR "explains# define MSGLOM EM "Not enough memory to allocate cell."# defin e MSGEMPTY "Empty"# define MSGTEXT "Text"
Platform: | Size: 991232 | Author: 狐狸 | Hits:

[Algorithm54154156489

Description: #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" #define MSGLOMEM "Not enough memory to allocate cell."-# define MSGHEADER "MICROCALC-A Turbo C De monstration Program "# define MSGKEYPRESS" Pr ess any key to continue. "# define MSGCOMMAND" P keypress/for the list of commands "# define MSGMEMO RY "Memory Available : "# define MSGERROR" ERROR "# define MSGLOMEM" N ot to allocate enough memory cell. "
Platform: | Size: 2048 | Author: 狐狸 | Hits:

[Otheri2cdrv

Description: 此为ESS 8381 I2C驱动,可通用,不错,与大家分享!-this as ESS 8381 I2C-driven, Common, yes, share with you!
Platform: | Size: 5120 | Author: jixian | Hits:

[matlabofdm-simulink

Description: ofdm simulink scramble b_ifft convo_process dec_to_bi interleaving-ofdm Simulink scramble b_ifft convo_proc ess dec_to_bi interleaving
Platform: | Size: 5120 | Author: 王海霞 | Hits:

[Bookssplus_lesson

Description: 国外的splus 教程,非常详尽,在国内很少找到 -abroad splus guides, very detailed, very few found
Platform: | Size: 277504 | Author: luyang | Hits:

[SCMtime_math

Description: * DEFINITION * This a set of math functions that deal with time. The functions accept * 4-digit time values and 4-digit time of day values. Time values are * interpreted as hours-minutes and are valid if all digits are numeric and * 9 or less, except the second-to-last digit must be 5 or less. Time of day * values are valid if they conform to normally accepted clock values of * 1:00 to 12:59 for a 12-hour clock or 00:00 to 23:59 for a 24-hour clock. -** This a set of math function 's that deal with time.* The functions accept 4-d igit time values and 4-digit time of day values.* Time values are interpreted as hours-minutes and are valid if all digits are numeric and* 9 or l ess. except the second-to-last digit must be five or les s.* Time of day values are valid if they conform t o clock normally accepted values of* 1:00 to 12 : 59 for a 12-hour clock or 00:00 to 23 : 59 for a 24-hour clock.
Platform: | Size: 5120 | Author: Qu chun lei | Hits:

[Linux-Unixlibusb-0.1.12.tar

Description: This libusb version 0.1.12. libusb is a library which allows userspace application access to USB devices. The official ftp site is: ftp://ftp.libusb.sourceforge.net/pub/libusb/ The official web site is: http://libusb.sourceforge.net/ A mailing list is located at: libusb-devel@lists.sourceforge.net -This libusb version 0.1.12. Libusb is a l ibrary which allows userspace application d' ess to USB devices. The official ftp site is : ftp :// ftp.libusb.sourceforge.net/pub/libusb/The official web site is : http :// libusb.sourceforge.net/A mailing list is l ocated at : libusb-devel@lists.sourceforge.net
Platform: | Size: 389120 | Author: 毕胜 | Hits:
« 1 2 3 45 6 7 8 »

CodeBus www.codebus.net