搜索结果
找到约 903 项符合
stRing-include 的查询结果
单片机开发 because I can not get the download rights, so I uoload this file.This is a wash program, include a c
because I can not get the download rights, so I uoload this file.This is a wash program, include a caculation of prograss for me,
单片机开发 89s51单片机控制继电器! 由s51io口输出低电平使三极管导通 从而控制继电器闭合 #include <reg51.H> sbit P0_0=P0^0 sbit P1_
89s51单片机控制继电器! 由s51io口输出低电平使三极管导通 从而控制继电器闭合
#include <reg51.H>
sbit P0_0=P0^0
sbit P1_7=P1^7
main()
{while(1)
{
if (P0_0==0)
P1_7==1
}
}
JavaScript clean all the event log, include Application, Security, System
clean all the event log, include Application, Security, System
数学计算 基于STL string的高精度计算 支持以string类为存放格式的整数的多精度运算(包括+、-、*、/(整除)、%(取余)、-(取负)、乘方、开平方)
基于STL string的高精度计算
支持以string类为存放格式的整数的多精度运算(包括+、-、*、/(整除)、%(取余)、-(取负)、乘方、开平方),部分允许string式的“整型”与int型混合运算,支持正负号,结果一律用string 型存放(多精度对单精度取余(用int)除外!) ...
Java编程 public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a
public void playerUpdate(final Player p, final String event, final Object eventData) {
// queue a call to updateEvent in the user interface event queue
Display display = Display.getDisplay(midlet)
display.callSerially(new Runnable() {
public void run() {
DRMPlayer.this.updateEvent(p, e ...
书籍源码 详细讲述了string的用法
详细讲述了string的用法,以及代码示例的详细说明
VC书籍 C++中string的详解
C++中string的详解
Linux/Unix编程 程序是根据vidcat改的,只能抓PPM的图. makefile的内容如下,请注意打小写: cc=gcc #cflags=-i/firendly-arm/kernel/include -i/
程序是根据vidcat改的,只能抓PPM的图.
makefile的内容如下,请注意打小写:
cc=gcc
#cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev=\"/dev/v4l/video0\" -dversion=\"0.7.2\"
cflags=-wall -dvideo_dev=\"/dev/video0\" -dversion=\"0.7.2\"
camsn ...
GPS编程 gps code include 頭文件和源程序
gps code include 頭文件和源程序
软件设计/软件工程 北京中软笔试题 1.不许用中间变量,把String ABCDE 倒转 2.10000个数求第2大的数,不许用排序算法. 3.排序算法的测试用例
北京中软笔试题
1.不许用中间变量,把String ABCDE 倒转
2.10000个数求第2大的数,不许用排序算法.
3.排序算法的测试用例