搜索结果
找到约 903 项符合
stRing-include 的查询结果
数学计算 Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary
Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary string representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.
嵌入式Linux 1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。 2) 解压此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 将zl
1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。
2) 解压此文件
tar zxvf libminigui-str-1.6.2.tar.gz
4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中
libminigui-1.6.2-linux/src/ial/
5) 修改相关宏定义使上述二文件加入库编译。
a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am
在29行增 ...
其他 1.left.aspx下部分实现了读取RDF(RDF format feeds
1.left.aspx下部分实现了读取RDF(RDF format feeds,是描述web资源的W3C XML格式)格式的feeds,可点击第三条“RDF Test”进行对比。
RDF与普通XML的主要区别是它的根节点下是<items>,而不是<channel>。
2.运行时,需要根据自己的机子改变RssReader.cs中的
String connStr = @"Data Source=6998D47256954C1\SQLEXPRESS ...
其他 SNVision Library (.dll).是法国SpikeNet公司的核心视觉分析软件。 SNVision Library (.dll) is the true core of our tec
SNVision Library (.dll).是法国SpikeNet公司的核心视觉分析软件。
SNVision Library (.dll) is the true core of our technology. It is made of 50 fully documented functions for image processing and analysis. It is provided with "how to use" examples for the main programming languages. SNVision Library is ...
书籍源码 《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码
《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下:
第1章 JSP技术概述
实例1 第一个JSP页面
第3章 Web开发基础
实例2 HTML与JavaScript交互示例
第4章 JSP语法
实例3 JSP程序的基本结构
实例4 简单数据类型综合应用实例
实例5 包装类综合应用实例
实例6 数组 ...
压缩解压 Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVri
Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVries. The C sources in this toolkit include an LZW compressor, AR002 archiver, a PPM like compressor using arithmetic compression, Huffman compressor, splay tree program, and LZRW1. Quite a variety.
其他书籍 This handbook presents a thorough overview in 45 chapters from more than 100 renowned experts in the
This handbook presents a thorough overview in 45 chapters from more than 100 renowned experts in the field. It provides the tools to help overcome the problems of video storage, cataloging, and retrieval, by exploring content standardization and other content classification and analysis methods. The ...
数据结构 自写的C语言队列的代码
自写的C语言队列的代码,include后可以直接使用
软件设计/软件工程 Text processing often involves matching text against a pattern. Although Java s character and assort
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After intro ...
J2ME 手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventL
手机游戏坦克大战import java.awt.*
import javax.swing.*
import java.awt.event.*
import java.util.EventListener
public class HsTank2 extends JFrame {
HsTank2(String title) {
this.setTitle(title)
this.setSize(608 , 630)
this.setLocation(300 , 100)
this.setBackground(Color.WHITE) ...