CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - CHAR

搜索资源列表

  1. 可预置的8位计数器源程序

    0下载:
  2. 可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在da
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21028
    • 提供者:wyq
  1. Linux Char Driver ppt

    0下载:
  2. 簡介Linux的Char driver model,並提供範例
  3. 所属分类:软件工程

  1. sunxuzhan

    0下载:
  2. 顺序栈的出栈、入栈、求栈长等基本操作 #include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef struct-#include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:924
    • 提供者:陈志峰
  1. File

    0下载:
  2. const char *与char * const的区别-const char* and char* const distinction
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:283307
    • 提供者:song
  1. GraphUN

    0下载:
  2. 本程序演示无向网的操作,顶点为字符型(char),权值为整型(int)-This program demonstrates the operation of an undirected network, vertex for the character (char), the right value of an integer (int)
  3. 所属分类:Software Testing

    • 发布日期:2017-04-05
    • 文件大小:6083
    • 提供者:sunnylaisy
  1. 4

    0下载:
  2. 读入N位学生的{学号(char型6位)、姓名(char型10位)、性别(char型1位)、年龄(int)和籍贯(char型20位)、班级(char型6位)},建立学生人事文件;读入M门课的{课号(char型6位)、课名(char型20位)、学分(float)、授课教师姓名(char型10位)、先修课课号(char型6位)(无先修课则用“NO”表示)},建立课程档案文件;读入L个{学号(char型6位)、课号(char型6位)、成绩(float)、选修学期(int)}建立选修关系文件 。分别以二进
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:21546
    • 提供者:吴超
  1. const_char-char_const-char_const

    0下载:
  2. const char*和char const*以及char*const的区别问题几乎c开发与面试过程都会友的问题-const char* and char const*, char* const issue of the distinction is almost c development and interview process will be the Friends of
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:104076
    • 提供者:wfnic
  1. Linux_kernel_char

    0下载:
  2. 通俗易懂的讲述了Linux kernel里面字符设备的机制,不用看书,就能写好一个char字符设备驱动-Easy to understand about the mechanism of the Linux kernel inside the character device, can not read, you can write a char character device driver
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:5510
    • 提供者:sunnorth
  1. lcd

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

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

    0下载:
  2. #include<reg51.h> #define uint unsigned int #define uchar unsigned char-# Include <reg51.h># Define uint unsigned int# define uchar unsigned char
  3. 所属分类:Software Testing

    • 发布日期:2017-11-09
    • 文件大小:763
    • 提供者:yihao
  1. AD

    0下载:
  2. ad转换描述unsigned char i ADMUX = 0x67 /*基准AVCC、左对齐、通道7*/ ADCSRA = 0xC2 /*使能、开启、4分频*/ while(!(ADCSRA & (1 << ADIF))) /*等待*/ i = ADCH ADCSRA &= ~(1 << ADIF) /*清标志*/ ADCSRA &= ~(1 << ADEN) /*关闭转换*/ -unsig
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:689
    • 提供者:zhu
  1. ldd3

    0下载:
  2. Linux设备驱动系列书籍,这是适合任何人群的一本书籍,个人觉得是工作中不错的-the book of Linux Char Devcie,I think this book is fit for everyon,it can help you do good job
  3. 所属分类:software engineering

    • 发布日期:2014-04-16
    • 文件大小:901120
    • 提供者:陈爱国
  1. 2

    0下载:
  2. 51单片机实现modbus协议 是一个程序~-#include <REGX52.H> #include<intrins.h>//_nop_() #define OSFREQ 11059200 char TimeInterval char MyAddress char data DI[6]={1,2,3,4,5,6} char data DO[6]={6,7,8,9,10,11} char data A
  3. 所属分类:Software Testing

    • 发布日期:2017-04-26
    • 文件大小:10221
    • 提供者:`1234567890-=
  1. daozhi

    0下载:
  2. 编译工具:VC6 功能描述:从键盘输入一个8位十六进制数,把一个8位十六进制(unsigned char 型)的数据转换成二进制,再把得到的二进制数的每一位倒置,最后再转为8位十六进制(unsigned char 型)的数据。 应用:对单片机IO操作时,外部器件和IO口的连接正好相反,可用该程序内的子函数。-Compilation Tools: VC6 Function Descr iption: Enter a 8 hexadecimal number from the keyb
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:2744
    • 提供者:采葛
  1. Get-LED-Char

    0下载:
  2. 用labviewz作为上位机软件,编写上位机程序,在程序中通过设置变量,将变量发布到网上,然后在Ipad上用dashboard就可以完成布尔灯的远程控制了。-use labview for the up computer,write the up program,though variable to set the variable in the program,publish the variables to the web,then via the ipad to finish the c
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:7642
    • 提供者:郑鹏
  1. C

    0下载:
  2. 1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将cha
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:142846
    • 提供者:唐进
  1. i2c-dev

    0下载:
  2. i2c-dev.c - i2c-bus driver, char device interface - i2c-dev.c - i2c-bus driver, char device interface
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:6168
    • 提供者:金寅鎬
  1. 1122

    0下载:
  2. 其实操作系统在调用 main 函数时是传参数的,main 函数最标准的形式应该是 int main(int argc, char *argv[]),在第 6 节 “指向指针的指针与指针数组” 详细介绍。C 标准也允许 int main(void)这种写法,如果不使用系统传进来的两 个参数也可以写成这种形式。但除了这两种形式之外,定义 main 函数的其它写法都 是错误的或不可移植的。-The 88-bytes (704-bits) in the Configuration zon
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3274
    • 提供者:zecion
  1. ascii_table

    0下载:
  2. 常见ascii码表查询,方便在编程时查找某个字符的asscii.-asscii talble, it is esay to look up char!
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:97623
    • 提供者:albert
  1. SSD2828-Application-Notes

    5下载:
  2. SSD2828应用笔记,内附初始化序列说明-SSD2828 application note,including initial flow char
  3. 所属分类:Project Design

    • 发布日期:2015-12-27
    • 文件大小:302080
    • 提供者:JackTong
« 12 »
搜珍网 www.dssz.com