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

搜索资源列表

  1. Simpwin

    0下载:
  2. Previous data and addr can be reused. Just enter command char to repeat. "Set Double" command is used to write into EEPROM. Avoid changing the port bits shared with USB signals. Use & , | or ^ to modify the port direction. Use PIN* to togg
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:8742
    • 提供者:phong
  1. CRC-CCITT

    0下载:
  2. LabVIEW 的串口CRC-CCITT校验程序 用于无符号字符型数据的校验码生成!-CRC-CCITT checksum program LabVIEW serial port for data unsigned char checksum generation!
  3. 所属分类:Com Port

    • 发布日期:2017-11-06
    • 文件大小:11807
    • 提供者:刘庆文
  1. LabVIEW-checksum-generated--CRC

    0下载:
  2. LabVIEW 校验码生成 用于检测串口无符号字符型数据的正确性-LabVIEW checksum generated for detecting of serial unsigned char data correctness
  3. 所属分类:Com Port

    • 发布日期:2017-11-02
    • 文件大小:11829
    • 提供者:刘庆文
  1. AnalyseFrame

    0下载:
  2. 词法分析器。 词法分析程序,分析C源代码,找出其中的单词,并确定单词的类型-Lexical analyzer. /*** Sample application analysing C code to accidence file* lexical analysis procedures, analysis of the C source code, find the word, and to determine the type of word* Keyword KEY* identifi
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:4340
    • 提供者:pz
  1. digital-display-analog-8-clock

    0下载:
  2. 數碼時鐘設計 unsigned char Tab[ ]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} //control shape unsigned char port[8]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f} unsigned char int_time //中斷次數計數變量 unsigned char second //秒計數變量 unsigned char mi
  3. 所属分类:SCM

    • 发布日期:2017-11-05
    • 文件大小:30782
    • 提供者:Poter
  1. The-T0-way-count-digital-display

    0下载:
  2. 用LED數碼管顯示計數器對T0的計數值 unsigned char Tab[ ]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} //段碼表 共陽 unsigned char x //計數 sbit P34=P3^4 //K3 輸入阜-LED digital tube display counter count value of T0 unsigned char Tab [] = {0xc0, 0xf9, 0xa4, 0xb0,
  3. 所属分类:SCM

    • 发布日期:2017-03-21
    • 文件大小:1121
    • 提供者:Poter
  1. gobang

    0下载:
  2. 五子棋小游戏 要求: 1、用VS控制台程序完成,键盘输入坐标下子。 2、拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏等。 3、包含五子棋的基本规则,五个棋子连成一线即宣告胜利。 4、加入多步悔棋功能,要求能一互悔到无法再悔(即空棋盘)。 5、加入撤销悔棋功能,要求悔棋之后还可以再撤销悔棋,跟悔棋一样,悔了多步,照样可以撤销悔棋多部(如开头一直悔棋到空棋盘,然后一直执行撤销悔棋就可以将棋盘恢复到原状态)。 6、要求整个工程全部用C++代码完成,不允许出现C风格代
  3. 所属分类:Chess Poker games

    • 发布日期:2017-12-05
    • 文件大小:450560
    • 提供者:aoleieli
  1. saoleibeta

    1下载:
  2. 扫雷小游戏 要求: 用VS2010控制台程序完成,键盘输入要点开的格子和要排的雷的格子。 拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏、死亡成功后的提示及操作等;拥有游戏最基本的一些文字提示,拥有基本的一些错误判断。 要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。-Minesweeping game requirements: VS2010 console program completed, keyboa
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:432370
    • 提供者:敖磊
  1. BANK

    0下载:
  2. 银行卡管理系统开户、存款、取款、修改密码、重置密码、销户 c-#include<iostream> #include<cstring> using namespace std class count { public: friend class ATM count (char Name[],char Num[],float Money,char Password[]) //初始化
  3. 所属分类:Console

    • 发布日期:2017-11-10
    • 文件大小:1821
    • 提供者:丁探
  1. types-transformation

    0下载:
  2. VC++中常用的数据类型之间的转换,包括CString,string,int ,double,char等变量之间的转换-The transformation between the common types variables in VC++
  3. 所属分类:File Operate

    • 发布日期:2017-11-20
    • 文件大小:3747
    • 提供者:zxl_hust
  1. student

    0下载:
  2. 一个简单的servlet程序,其中包含了对用户名的增删改查功能,数据库字段为id,name,pwd,age,均为char(20)其中在search.jsp delete.java register.java research.java update.java user.java 均含有数据库连接字段,需要自己修改链接代码。能完美运行-a little servlet java with function of search insert update delete,the
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-28
    • 文件大小:823187
    • 提供者:王骞
  1. linux-device(char)

    0下载:
  2. 粤嵌教育的嵌入式培训课件,关于驱动的,网上暂时还没人上传过。-Guangdong embedded in the education of embedded training courseware, driven, on-line temporarily not uploaded people.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-02
    • 文件大小:593379
    • 提供者:李继滨
  1. Linux-char-device(Advanced)

    0下载:
  2. 粤嵌教育的嵌入式培训课件,关于驱动的,网上暂时还没人上传过。这个是字符设备驱动的进阶课件,之前上传过基础版。-Guangdong embedded in the education of embedded training courseware, driven, on-line temporarily not uploaded people. This is a character device driver Advanced courseware, before uploading the b
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:328583
    • 提供者:李继滨
  1. chardev_driver

    0下载:
  2. 基于Linux-2.6.35内核下的字符设备驱动-The program is char device driver of linux
  3. 所属分类:Driver develop

    • 发布日期:2017-12-01
    • 文件大小:68115
    • 提供者:刘建林
  1. I2C

    1下载:
  2. extern void Delay(unsigned int n) extern void I2cPortInit(void) extern void Start(void) extern void Stop(void) extern void WriteByte(unsigned char WriteData) extern unsigned char ReadByte(void) extern void ReceiveAck(void) extern
  3. 所属分类:Other Embeded program

    • 发布日期:2016-01-27
    • 文件大小:2048
    • 提供者:shin
  1. charexample2

    0下载:
  2. java Socket聊天程序.可以实现1对1,1对多聊天。大家可以参考,有待完善-Java Socket Char Program
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:29898
    • 提供者:jack
  1. tongjizifu

    0下载:
  2. 统计用户输入的字符的个数 -counter char
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:168347
    • 提供者:徐沈
  1. char

    0下载:
  2. 字符串读出和写入操作 字符串读出和写入操作字符串读出和写入操作-String read out the string read out the string read out the string read out the string read out a string readout
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:187001
    • 提供者:徐沈
  1. file_operations

    0下载:
  2. ssize_t (*read) (struct file * filp, char __user * buffer, size_t      size , loff_t * p) (指针参数 filp 为进行读取信息的目标文件,指针参数buffer 为对应放置信息的缓冲区(即用户空间内存地址),参数size为要读取的信息长度,参数 p 为读的位置相对于文件开头的偏移,在读取信息后,这个指针一般都会移动,移动的值为要读取信息的长度值)这个函数用来从设备中获取数据. 在这个位
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-21
    • 文件大小:9100
    • 提供者:秦凯
  1. eeprom

    0下载:
  2. #include <intrins.h> #include <reg52.h> //52系列单片机头文件 #include <51hei.H> #define uchar unsigned char #define uint unsigned int #define RdCommand 0x01 //定义ISP的操作命令 #define PrgCommand 0x02 #define EraseCommand 0x
  3. 所属分类:SCM

    • 发布日期:2016-01-26
    • 文件大小:2048
    • 提供者:秦凯
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com