搜索资源列表
汉字区位码查询 ChsQwm 1.01
- 这个小软件能帮助你迅速而准确的同时查出1~12个汉字的区位码,并且记录你最近50次的查询记录,使你不再为一个个汉字的区位码而东翻西找。 而且这是一个纯绿色的小软件,你只需将它复制到一个新建的文件夹内,不需要时你只要将这个文件夹删除即可,绝不会在你的系统中留下任何垃圾文件。更重要的是这是一个完全免费的且不需要注册的小软件而已,如果你喜欢你可以将它推荐给任何人。-small software can help you quickly and accurately detect the same ti
fileexist2
- 检测文件是否在系统中存在.输入参数文件名,程序自动检测并返回结果-detect whether documents exist in the system. Document input parameters, and procedures for automatic detection and return results
check_os
- 此程序的功能为:0。读取mbr信息,取活动分区的dpt(分区表信息),从中取出分区的起始 柱面号,磁头号,扇区号 1。读取DBR字段,从中取出硬盘参数和FAT32文件系统的信息。 2。根据1中的信息,读取C盘根目录区 3。在根目录区中查找要检测的文件名,找到,则取出它的起始簇号和文件长度。 4。根据起始簇号找到此文件对应的扇区和在FAT表中的簇链 5。根据4的信息,控制读取文件的数据(用来做校验和)。 6。检测下一个文件名,重复3-5步-this progra
fenxing
- 为提高语音端点检测(VAD)在较低信噪比(10 dB)下的准确率,提出一种基于短时分形维数的改进算法。结合语音信号的特点,对2种常用的语音信号分形维数计算方法进行了比较和选择,同时采用动态跟随门限值实现语音端点的自适应检测。试验结果表明:对于信噪比6~10 dB的带噪语音,此方法可以实现整段语音的检测,而且具有一定的噪声鲁棒性,系统运行期间能够自适应调整门限值以适应环境噪声的变化,提高了VAD算法的准确率。这个是源码matlab。-In order to improve voice activi
E820.zip
- E820 Address Map描述(用C与Assembly混编) OS必须知道系统物理内存的数量,才能够有效的使用和管理这些物理内存。所以在booting阶段,我们必须通过某种手段来检测和获取物理内存的总量。因此我们利用BIOS中断获取内存容量,常用的是INT 15h, AX=E820h - Query System Address Map的中断方法 ,E820 Address Map describe (using C and Assembly mixed) OS system must
bxlsuper
- 自己写的超级变速齿轮,运用whoio调用系统底层,用效加速电脑速度,经本人调试通过,连防外挂系统都发现不了。-Write their own super-change gear, using whoio system is called the ground floor, with the effect to accelerate the computer speed, after I debug through, even against external systems are able t
xitongleixingtance
- GUI版系统类型探测 输入IP可以探测对方操作系统的类型如WIN2K/WINXP等-GUI version of the type of system to detect the importation of IP can detect the type of the other operating systems such as WIN2K/WINXP
colorDetection
- The provided Matlab functions demonstrate a simple method for training and testing a color detection system. In general, a color detection algorithm searches an image for pixels that have a specific color. In this demo the HSV color space has been us
1
- 本系统以AT89S52单片机为核心部件,外加温度采集电路、及显示电路和越限报警等电路。采用单总线型数字式的温度传感器DS18B20,使系统具有测温误差小、分辨率高、抗干扰能力强,动态显示的方式等特点。本设计既可以对当前温度进行检测又可以对温度进行数码显示,两位整数两位小数的显示方式具有更高的显示精度,若超越极限温度则触发蜂鸣器报警。利用功能强大的Keil和具有互动电路仿真的Proteus进行程序的编写和仿真。-The system AT89S52 microcontroller as its c
fsd
- 本系统采用MSC-51系列单片机ATSC51和可编程并行I/O接口芯片8255A为中心器件来设计交通灯控制器,实现了能根据实际车流量通过8051芯片的P1口设置红、绿灯燃亮时间的功能;红绿灯循环点亮,倒计时剩5秒时黄灯闪烁警示(交通灯信号通过PA口输出,显示时间直接通过8255的PC口输出至双位数码管);车辆闯红灯报警;绿灯时间可检测车流量并可通过双位数码管显示。本系统实用性强、操作简单、扩展功能强。 -The system uses MSC-51 Series Microcontroll
unusual-event-detect
- 基于HMM模型的轨迹识别监控系统稀有事件。-Identify the trajectory HMM model based control system rare event.
mitec_system_information_v10.7.0_full.source
- 一个很不错的系统信息控件,完全源码! 获取系统、硬件、磁盘等各种系统信息,可检测USB接口设备-A very good system of information control, full source code! Acquisition system, hardware, disk and other system information, can detect USB interface device
testwin
- 此程序可以用来检测操作系统bug,提高效率-This procedure can be used to detect the operating system bug, improve efficiency
dianziqin
- 简易电子琴,利用所给键盘的1,2,3,4,5,6,7,8八个键,能够发出8个不同的音调,并且要求按下按键发声,松开延时一段时间停止,中间再按别的键则发另一音调的声音。当系统扫描到键盘上有键被按下,则快速检测出是哪一个键被按下,然后单片机的定时器被启动,发出一定频率的脉冲,该频率的脉冲经喇叭驱动电路放大滤波后,就会发出相应的音调。如果在前一个按下的键发声的同时有另一个键被按下,则启用中断系统,前面键的发音停止,转到后按的键的发音程序,发出后按的键的音。-Simple keyboard, use t
IrisRecognition
- iris recognition System which is used to detect iris
LabVIEW-CNC-data
- 使用LabVIEW设计程序,采用ADO 技术构建具备数据录入和查询的数据库系统,运用为文本文件建立“基本名称加序号”的方式使系统自动检测并生成新的文件用以把工作参数保存为文本格式。-LabVIEW design process, using ADO technology to build a database with data entry and query system, use a text file to establish the basic name and serial numbe
msOS
- MS5基于STM32F103设计开发,可以在Keil下软件仿真调试,不需要实物硬件板子,UART1作为人机窗口。硬件测试是基于正点原子的miniSTM32F103RBT6板子测试,资料是开源的。MS5主要基于MS4(基于NXP Cortex M3)升级而来,因为在2011年基于MS4做了6KW高频焊接机,增加了界面部分,采用函数指针加消息机制,感觉比较简单而有效,性能比较不错,尤其是针对工业产品,系统节拍分时设计有进一步的体会,把这两点融入到MS5中,同时修改了串口UART发送系统等待问题,先把
Delphi_178640
- Delphi:Delphi列出枚举系统安装的所有打印机名称,会下一步打印做准备,当然,本程序不包括打印功能,仅是检测获取到所使用的打印机型号、名称等信息,如图所示,可得到安装的三台打印机型号。 -Delphi: Delphi enumeration system lists all installed printer name, the next step will be to prepare for print, of course, the program does not includ
Bag-Detection
- For security purpose and to detect stationary object in a place such as handbag, suitcase a system is implemented to find the static object if it exists in that place for more than 10 min.
JBVKSHZ82
- 系统检测工具,可以检测CPU的类型和可用物理内存-System testing tool, can detect the type of CPU and available physical memory