CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CHAR

搜索资源列表

  1. DELPHI源代码-读卡器开发

    0下载:
  2. DELPHI源代码-读卡器开发 #ifndef _EXPORT_FUNC_H_ #define _EXPORT_FUNC_H_ //return successful result #define LIB_SUCCESS 0 //return failed result #define LIB_FAILED 1 #define MAX_RF_BUFFER 1024 /******** 功能:获取动态库版本号 2字节 ****************
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-03-06
    • 文件大小:315777
    • 提供者:testsb
  1. char-device-drivers

    0下载:
  2. 字符设备驱动模板,方便新手学习字符设备驱动,gcc交叉编译即可-Character device driver templates, easy for novices to learn the character device driver, gcc cross-compiler can
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:2055
    • 提供者:znn
  1. char

    0下载:
  2. android 聊天界面设计 -android chat interface design
  3. 所属分类:Java Develop

    • 发布日期:2017-11-06
    • 文件大小:207530
    • 提供者:huanghai
  1. sceneFace

    0下载:
  2. Source smile nice. 20 char
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-11-21
    • 文件大小:16686080
    • 提供者:Hieug
  1. core-cdev

    0下载:
  2. Char device for device raw access.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:10897
    • 提供者:jingxuru
  1. jquery-from-validation

    0下载:
  2. 目前支持对以下格式的值进行验证: cnum*-*(纯数字), char*-*(纯字母), zwen*-*(中文), bysc*-*(字母开头), mail(邮箱), yzbm(邮政编码) * 其中的‘*’表示长度,比如“zwen1-5”表示中文1-5位的长度。同时支持“zwen”(只能是中文),“zwen5-*”(5位长度的文字),其他的数据类型如同上面所示。-Support of the value of the forma
  3. 所属分类:JavaScript

    • 发布日期:2017-12-03
    • 文件大小:1833
    • 提供者:gpudn14
  1. RageAgainstTheCage

    0下载:
  2. * Copy from sdcard to /sqlite_stmt_journals/exploid, chmod 0755 and run. * Or use /data/local/tmp if available (thx to ioerror!) It is important to * to use /sqlite_stmt_journals directory if available. * Then try to invoke hotplug by click
  3. 所属分类:Driver develop

    • 发布日期:2017-11-26
    • 文件大小:20134
    • 提供者:jek239
  1. salary-system-2

    0下载:
  2. 在程序一的基础上进行了一些修改,重载了<<和>>,实现Employee和Payment等类型对象的输出和输入.写了一个函数find(int,char*)用于ID和Password的匹配和相应的操作。-Output and input. Were some changes in the program based on overloading the < < and > > Employee and Payment type object used to
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:1537700
    • 提供者:tyj
  1. 2-2

    0下载:
  2. 输入一个字符,输出其二进制以及十六进制的ASCII值-input a char,then show its value of ASCII
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:675
    • 提供者:bell
  1. lcd

    0下载:
  2. char lcd driver whit at91sam7x256
  3. 所属分类:Project Design

    • 发布日期:2017-11-30
    • 文件大小:1252
    • 提供者:usef
  1. shiyansan

    0下载:
  2. 利用分类二叉树实现数据的排序处理等功能,结构体struct student{int num;char name[10] }-Classification binary tree sort of data processing functions, structure struct student {int num char name [10] }
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:302780
    • 提供者:包璐
  1. song

    0下载:
  2. 利用蜂鳴器播放設定的音樂 只要將需要的音樂轉成數字即可,code char music為譜, 第一個值代表音調,第二個值代表要持續多久-Buzzer play set music as long as the music of the need to turn into digital can, code char music for the spectrum, a value representative of the tone, the second value represents las
  3. 所属分类:SCM

    • 发布日期:2017-12-06
    • 文件大小:17657
    • 提供者:鄭洋基
  1. type-conversion

    0下载:
  2. 字符串、char数组、byte数组等类型之间的转换,以及与图片的转换-String char array byte array type etc conversion between, and pictures of the conversion
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:1641
    • 提供者:王中平
  1. LCD

    0下载:
  2. lcd源代码程序,,用于单片机的LCD。。。/*************************************************************/ /* SPI写LCD函数 */ /*************************************************************/ void LCD_write_byte(unsigned char data, unsigned char command) { SCE
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:4499
    • 提供者:lee
  1. OrcDemo20130203

    0下载:
  2. 能识别图片中的英文字母数字,以及读取条形码。-Scan the picture and read the char or numer.Also can read the barcode.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-08
    • 文件大小:779302
    • 提供者:陈成
  1. UDP.rar

    0下载:
  2. 1、首先需要定义的对象: SOCKET ReceivingSocket //接收端的Socket SOCKADDR_IN ReceiverAddr //接收端的地址信息 char ReceiveBuf[1024] //接收数据缓冲区大小 int BufLength //缓冲区长度 SOCKADDR_IN SenderAddr //发送数据端地址信息 int SenderAddrSize = sizeof(SenderAddr) //发送
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:5223461
    • 提供者:xiaoxiao
  1. 8051-powerfactor-16x2lcd-4bit

    0下载:
  2. code for Power factor meter in 8051-mcu, 16x2 char lcd in 4-bit mode.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-06
    • 文件大小:1460
    • 提供者:Dinesh
  1. ThanLong_101387_2009

    0下载:
  2. ThanLong v101387 au to tianlongbabu help char hp, mp ang run from map to map and very-ThanLong v101387 au to tianlongbabu help char hp, mp ang run from map to map and very...
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:4396203
    • 提供者:lehuynhbao
  1. NS73

    0下载:
  2. liunx驱动NS73驱动程序 //#include "fmtrans.h" #include <linux/i2c.h> #include <linux/delay.h> // // #define FM_TRANS_ADDR 0xCC #define AMD_DEBUG 0 // // extern int au1xxx_i2c_write(unsigned char addr, unsigned char reg,
  3. 所属分类:Driver develop

    • 发布日期:2017-11-08
    • 文件大小:124983
    • 提供者:张绪礼
  1. SEBEST---Calendario

    0下载:
  2. //1 de enero del 2000 fue sabado #include "calendario.h" int dia int mes int anyo const char cantDiasMes[12]= {31, 0, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} const char *nombreDia[7]= {"SA","DO", "LU", "MA", "MI", "JU", "VI"}
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-12
    • 文件大小:1130
    • 提供者:pablojg
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com