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

Main

  • This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup

    This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the Main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the Main program runs in the foreground. The only operation that the Main program implements is sending mouse data to the PC via USB.

    标签: firmware mouse translates translator

    上传时间: 2015-04-26

    上传用户:cuiyashuo

  • 常用的子串替换、去除空格、找子串等

    常用的子串替换、去除空格、找子串等,以包含文件用,将Main()注释去掉,将.h改名.c就可以进行测试。

    标签:

    上传时间: 2015-04-27

    上传用户:hxy200501

  • GIF87a的压缩

    GIF87a的压缩,解压缩及一些工具的源代码,稍微修改就可以支持GIF89a, 可以在vc中使用,解码的话只需要一个文件DGIF_LIB.C(头文件还是需要的),加入工程中就可以使用,显示实例可以参考文件gif2herc.c中的Main函数

    标签: GIF 87a 87

    上传时间: 2013-12-22

    上传用户:希酱大魔王

  • 一个用面向对象方法封装和编写的JAVA Logicgate(逻辑门)运算程序,内附有详细的开发/说明文档(Doc文件)和分析流程图

    一个用面向对象方法封装和编写的JAVA Logicgate(逻辑门)运算程序,内附有详细的开发/说明文档(Doc文件)和分析流程图,主程序Main()存在于:And.java 文件 请先编译其余文件,最后编译运行And.java文件

    标签: Logicgate JAVA 对象

    上传时间: 2014-01-07

    上传用户:qwe1234

  • 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数

    传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在Main中调用该函数,并打印输出该路径。

    标签: 人工智能 程序 定义 函数

    上传时间: 2013-12-23

    上传用户:我们的船长

  • 周立功的lpc2104、05、06的ads模版

    周立功的lpc2104、05、06的ads模版,可直接使用,在Main中添加自己的程序

    标签: 2104 lpc ads 模版

    上传时间: 2015-05-02

    上传用户:lepoke

  • 这个无限位计算器

    这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。 这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到Main()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理+*.java打成了个压缩包传了上来~~

    标签: 计算器

    上传时间: 2015-05-03

    上传用户:rishian

  • This little program shows how to use COM technology in Win32Asm. When it s run it lets the user fr

    This little program shows how to use COM technology in Win32Asm. When it s run it lets the user freely decide about the presence of the program with the WS_EX_TOOLWINDOW style on the taskbar. The Main goal is to show the easiest possible example instead of killing people with the details about virtual tables, polymorphism, inheritance and using nested macros etc., etc.

    标签: technology program little shows

    上传时间: 2015-05-03

    上传用户:kernaling

  • DSP启动源代码

    DSP启动源代码,功能:初始化堆栈段,初始化数据段,跳转到Main函数。

    标签: DSP 源代码

    上传时间: 2014-01-11

    上传用户:上善若水

  • 急转弯程序

    急转弯程序,可添加数据到数据表中,在VF下可连编成exe文件(Main.prg作主文件)

    标签: 转弯 程序

    上传时间: 2014-01-09

    上传用户:CSUSheep