搜索结果

找到约 903 项符合 stRing-include 的查询结果

游戏 海底潜艇游戏源代码 调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第

海底潜艇游戏源代码 调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。
https://www.eeworm.com/dl/625/295841.html
下载: 128
查看: 1053

通讯编程文档 string类应用方法 比较全面的介绍了STRING的应用

string类应用方法 比较全面的介绍了STRING的应用,值得收藏。 以后什么时候想不起来的时候可以当做资料查看下
https://www.eeworm.com/dl/646/296379.html
下载: 193
查看: 1070

Linux/Unix编程 linux下的CAN驱动程序。 分三个文件夹:include,driver,app

linux下的CAN驱动程序。 分三个文件夹:include,driver,app, 分别存放头文件、驱动程序和应用程序。 里边还有驱动程序的简要介绍,介绍了驱动程序的组成和编写应用过程。 很详细的一份驱动资料。 CAN程序分为两块:驱动程序的编写和应用程序的编写,分别放在driver文件夹和app文件夹中,而所有驱动程序和应用程序会用到的 ...
https://www.eeworm.com/dl/619/296491.html
下载: 48
查看: 1044

Linux/Unix编程 linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include

linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定 ...
https://www.eeworm.com/dl/619/296978.html
下载: 122
查看: 1031

J2ME J2EE手机开发时,手机只支持utf8格式的String,此程序应用于utf8向gb2312的转换,程序需要2个文件,一个类文件,一个转换表dat格式

J2EE手机开发时,手机只支持utf8格式的String,此程序应用于utf8向gb2312的转换,程序需要2个文件,一个类文件,一个转换表dat格式
https://www.eeworm.com/dl/660/296995.html
下载: 45
查看: 1073

游戏 五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h

五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169] ...
https://www.eeworm.com/dl/625/297545.html
下载: 148
查看: 1208

单片机开发 单字右移1616点阵右移C程序16bit #include<reg51.h> #include<intrins.h> sbit DAT=P1^0 /*"74HC59

单字右移1616点阵右移C程序16bit #include<reg51.h> #include<intrins.h> sbit DAT=P1^0 /*"74HC595第14脚 数据 ",0*/ sbit YW=P1^1 /*"74HC595第11脚 移位存 ",0*/ sbit SUO=P1^2 /*"74HC595第12脚 锁存 ",0*/
https://www.eeworm.com/dl/648/297627.html
下载: 33
查看: 1071

单片机开发 As mentioned, most computers include a serial port. The only hardware setup required is connecting t

As mentioned, most computers include a serial port. The only hardware setup required is connecting the serial cable to the serial port on the PC and the serial port on the instrument. The serial instrument may include some hardware drivers or software utilities for communication, and should include ...
https://www.eeworm.com/dl/648/300925.html
下载: 163
查看: 1053

单片机开发 //*********主机代码****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funt

//*********主机代码****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funtion.h" #include "Futions.h" #include "Host_Interrupt_Funtion.h" int num1=1 //从机数码管起始数 int num2=0 int num3=1
https://www.eeworm.com/dl/648/300927.html
下载: 183
查看: 1026

加密解密 已经封装好的MD5摘要生成算法。支持C/C++。如果不在MFC下使用请删除其中的include文件

已经封装好的MD5摘要生成算法。支持C/C++。如果不在MFC下使用请删除其中的include文件
https://www.eeworm.com/dl/519/301201.html
下载: 23
查看: 1032