登录
首页 » Windows开发 » gfg

gfg

于 2022-03-01 发布 文件大小:604.50 kB
0 101
下载积分: 2 下载次数: 1

代码说明:

小票打印机驱动程序,适合[Version]Signature="$Windows NT$"Provider=%AUTHOR%LayoutFile=ntprint.infClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}Class=PrinterDriverVer=3/22/2011;; Manufacturer section;[Manufacturer]"POS58"=Generic, NTx86, NTamd64, NTia64;; Model sections. ; ; Each section here corresponds with an entry listed in the; [Manufacturer] section, above. The models will be displayed in the order; that they appear in the INF file.;[Generic]"POS58"          = POS58Drv.GPD[Generic.NTx86]"POS58"          = POS58Drv.GPD[Generic.NTamd64]"POS58"          = POS58Drv.GPD[Generic.NTia64]"POS58"       &n

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 自编的MODBUS-RTU 读写DLL,附源码
    GMmodbusTerminal.dll--自编的MODBUS-RTU 串口读写DLL,VB.NETC#LABVIEW可直接调用,也可将源码GM8050_MODBUSClass1.vb中的函数复制到自己的代码中调用. 支持MODBUS-RTU命令集的“03”读和“06”写, 扩展命令(MODBUS“14”读,最多读2247字)需要下位机支持 GMmodbusTerminal       设置串口号和波特率                        打开串口       
    2022-06-01 04:29:11下载
    积分:1
  • C语言实现贪吃蛇
    //: Snake.c /* * * * * * * * * * * * * * * * * * * * * * * // Project: RedSnake(贪吃蛇) // Author: Problue // Version: 1.0 // Date: 19:55 2012-10-29 * * * * * * * * * * * * * * * * * * * * * * */ #include #include #include #include "pcc32.h" // 定义地图的尺寸及坐标 #define MAP_WIDTH 32 // 地图宽度 #define MAP_HEIGHT 32 // 地图高度 #define OFFSET_X 1 // 地图左右的边距 #define OFFSET_Y 1 // 地图上下的边距 #define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度 #define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度 #define GotoMap(x, y) gotoTextPos((x) * 2, (y)) // 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物 #define BS_SPACE 0 #define BS_SHEAD 1 #define BS_SBODY 2 #define BS_STAIL 3 #define BS_FOOD 4 // 蛇默认长度 #define SNAKE_MIN_LEN 5 // 定义蛇运动方向: 上、下、左、右 #define DIR_UP 1 #define DIR_DOWN 2 #define DIR_LEFT 3
    2022-05-15 19:59:34下载
    积分:1
  • VC2008写的一个桌面时钟程序,欢迎学习交流.
    VC2008写的一个桌面时钟程序,欢迎学习交流.-VC2008 write a desktop clock program, welcomed the study and exchange.
    2022-06-19 12:08:54下载
    积分:1
  • SelfDelete.rar,运行后自动销毁的程序,欢迎下载
    SelfDelete.rar,运行后自动销毁的程序,欢迎下载-SelfDelete.rar, run the self-destruct after the procedure, please download! !
    2022-02-04 12:15:21下载
    积分:1
  • 矢量
    如何在 c + + 中使用类向量的小示例
    2023-08-16 03:20:03下载
    积分:1
  • DAO数据库访问方法
    DAO数据库访问方法-DAO Database Access Method
    2022-02-01 09:57:15下载
    积分:1
  • 不用说了,实现“按键音”的源代码,绝对值得学习
    不用说了,实现“按键发音”的源代码,绝对值得学习-err
    2022-02-04 23:11:03下载
    积分:1
  • S3C2443主机驱动和USB20司机GIVEIO
    S3C2443的USB20主机驱动及GIVEIO驱动-S3C2443 host driver and the USB20 driver GIVEIO
    2022-04-17 03:11:21下载
    积分:1
  • The prisoner s dilemma constitutes a problem in game theory. It was originally f...
    The prisoner s dilemma constitutes a problem in game theory. It was originally framed by Merrill Flood and Melvin Dresher working at RAND in 1950. Albert W. Tucker formalized the game with prison sentence payoffs and gave it the "prisoner s dilemma" name (Poundstone, 1992).
    2022-01-26 05:35:13下载
    积分:1
  • 真情奉献国际ACM大赛的一些解题报告,供大家交流学习
    真情奉献国际ACM大赛的一些解题报告,供大家交流学习-tijie
    2022-01-25 20:14:46下载
    积分:1
  • 696518资源总数
  • 104569会员总数
  • 24今日下载