虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

ML-F

  • KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程

    KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程,读者可以从http://www.freewebs.com/four-f/下载最新的英文版本,为了使用本教程,你还需要下载Kernel mode驱动程序开发包KmdKit,更多信息请参考http://www.wasm.ru/(很不幸,是俄文的,倒ing~~~) 0.2 关于KmdKit KmdKit的全称是Kernel Mode Driver development Kit for assembly language programmers,即内核模式驱动程序汇编开发包,KmdKit中包括了用宏汇编编译器开发驱动程序需要用到的所有东西。 你可以从http://www.wasm.ru/或者http://www.freewebs.com/four-f/下载到最新版本的KmdKit。

    标签: KmdTut Kernel mode Win

    上传时间: 2014-01-11

    上传用户:Ants

  • This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. F

    This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. First you will be ask to what Port the Reader is connected (0=COM1, 1=COM2). Then the Class-Byte (CLA), Instruction-Byte (INS), Parameter 1 (P1), Parameter 2 (P2). If wou don愒 want to send Parameter 3 (P3) press Ctrl-d (^d). If you enter a number then you have to the Bytes of the Datafield. After the last Byte of the Datafield is entered the whole APDU is send the replay is displayed. After that you can send the next APDU.

    标签: CardReader the commands to

    上传时间: 2016-04-23

    上传用户:nanxia

  • matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内

    matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内,求解 f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。

    标签: matlab lt Xi 算法

    上传时间: 2013-12-31

    上传用户:gtzj

  • 用89S52做的NEC码的红外发射程序

    用89S52做的NEC码的红外发射程序,其中p10-p17口接按钮组成标准4*4键盘,发射后对应的按键解码为0-F

    标签: 89S52 NEC 红外发射 程序

    上传时间: 2016-05-02

    上传用户:wff

  • AppWizard has created this QMPlugin DLL for you. This file contains a summary of what you will f

    AppWizard has created this QMPlugin DLL for you. This file contains a summary of what you will find in each of the files that make up your QMPlugin application.

    标签: AppWizard you QMPlugin contains

    上传时间: 2016-05-03

    上传用户:坏天使kk

  • a screen handling program to provide a flashing message. You will have to design a screen layout f

    a screen handling program to provide a flashing message. You will have to design a screen layout for where messages are placed on the screen. You will also have to consider when to delay the program in order to give the user time to read the messages. That is, the program will use the curses library, signals and the sleep function.

    标签: screen handling flashing program

    上传时间: 2016-05-04

    上传用户:chongcongying

  • 定时1sLED显示的程序实例 单片机进阶教程的扩展程序

    定时1sLED显示的程序实例 单片机进阶教程的扩展程序,由原来的显示0~9到现在的0~F。

    标签: 1sLED 定时 单片机 程序实例

    上传时间: 2014-01-06

    上传用户:mikesering

  • 1、在Eclipse中导入工程

    1、在Eclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project; 2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscript.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据; 3、设置数据库连接配置,修改doc目录下的exam.xml文件,将其中的数据库用户名和密码设置为实际的用户名和密码; 4、将doc目录下的exam.xml文件拷贝到Tomcat的安装目录下的conf\Catalina\localhost文件夹下,并修改exam.xml文件中的docBase,将该值指向该工程目录,如"F:\jsp\21\WebRoot"; 5、确保Tomcat安装目录的common\lib下mysql-connector-java-3.0.16-ga-bin.jar类包文件,如果没有拷贝WebRoot\WEB-INF\lib目录下的mysql-connector-java-3.0.16-ga-bin.jar类包文件到Tomcat安装目录的common\lib下; 6、启动Tomcat,在浏览器输入http://localhost:8080/exam,使用账号s0001,密码s0001登陆,后台管理使用账号admin,密码dmin登陆。

    标签: Eclipse 工程

    上传时间: 2013-12-21

    上传用户:huannan88

  • Using LabVIEW 8.5 Language to control Tektronix AWG520. This program can select gain, sample rate, f

    Using LabVIEW 8.5 Language to control Tektronix AWG520. This program can select gain, sample rate, frequency and offset.

    标签: Tektronix Language LabVIEW control

    上传时间: 2013-11-26

    上传用户:invtnewer

  • 简单一元函数优化实例

    简单一元函数优化实例,利用遗传算法计算函数f(x)=x*sin(10pi*x)+2.0,-1<=x<=2的最大值

    标签: 函数优化

    上传时间: 2016-05-19

    上传用户:love_stanford