搜索结果
找到约 1,070 项符合
First-out 的查询结果
VC书籍 Many of the designations used by manufacturers and sellers to distinguish their products are claime
Many of the designations used by manufacturers and sellers to distinguish their products are
claimed as trademarks. Where those designations appear in this book and Addison Wesley
Longman Inc., was aware of a trademark claim, the designations have been printed in initial caps
or all caps.
The author ...
SQL Server SQL 合计函数 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式
SQL 合计函数
使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 Recordset对象时。
Avg 函数
Count 函数
First, Last 函数
Min, Max 函数
StDev, StDevP 函数
Sum 函数
Var 和 VarP 函数 ...
单片机开发 遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar d
遥控解码通过电脑串口显示
/* 晶振:11.0569MHz */
#include <REGX52.h>
#define uchar unsigned char
uchar data IRcode[4] //定义一个4字节的数组用来存储代码
uchar CodeTemp //编码字节缓存变量
uchar i,j,k //延时用的循环变量
sbit IRsignal=P3^2 //HS0038接收头OUT端直接连P3.2(INT0)
/************************** ...
企业管理 [smith.rar] - smith原图
[smith.rar] - smith原图,希望能给学射频的一些帮助
[CommandPattern.rar] - ,Head First 设计模式原书用的是JAVA写的代码,网络上也有C#的,但没有见到用C++实现的。这是我用C++实现的命令模式的代码
[网吧管理系统客户端源程序.zip] - 这里是源码。 宛枫书社图书管理系统 V1.0 Beta 测试版 面向中小型书店、个体 ...
手机彩信(MMS)编程 MMS Developer Guide This document provides a general introduction to how MMS messages are composed
MMS Developer Guide
This document provides a general introduction to how MMS messages
are composed. It does not cover the relaying, delivery, or receiving of
MMS messages. It gives particular focus to MMS messages and
presentation format that adheres to the conformance agreements
between Ericsson an ...
其他 This a cube of power of 3D Graphics. Very simple OpenGL example that shows how to create Your s fir
This a cube of power of 3D Graphics.
Very simple OpenGL example that shows how to create Your s first 3D scene
单片机开发 C51源程序集锦 This a demo program showing a way to perform simultaneous RS-232 transmit and receive us
C51源程序集锦 This a demo program showing a way to perform simultaneous RS-232
transmit and receive using only one hardware timer.
The transmit and receive routines divide each bit time into 4 slices to
allow synchronizing to incoming data that may be out of synch with outgoing
data. ...
Linux/Unix编程 一般而言
一般而言,文字模式下的输入法并没有特殊的规范或协议,程序所要做的,只有取得使用者的字键输入,再将中文输出到「标准输出 (standard out)」管道,系统自然会将这些文字喂入应用程序中。只要应用程序能够接受并处理 8位字符码,则不会有任何问题。 ...
数值算法/人工智能 anb 版的LBM程序 This code was written to show beginners in a simple and c short way the relevant proce
anb 版的LBM程序 This code was written to show beginners in a simple and
c short way the relevant procedures of a lattice Boltzmann solver,
c pointing on how everything works "in principle". Nearly all
c procedures could be implemented other (and better) as it is done
c here, and even the algorithm ...