搜索结果
找到约 168 项符合
ARTicle 的查询结果
按分类筛选
- 全部分类
- 文章/文档 (14)
- 软件设计/软件工程 (13)
- 电源技术 (8)
- 无线通信 (8)
- 其他 (8)
- 单片机编程 (7)
- 系统设计方案 (7)
- Java编程 (7)
- 驱动编程 (6)
- 文件格式 (5)
- 单片机开发 (5)
- 模拟电子 (4)
- 电子书籍 (4)
- matlab例程 (4)
- 通讯/手机编程 (4)
- 源码/资料 (3)
- Internet/网络编程 (3)
- VC书籍 (3)
- 通讯编程文档 (3)
- 数据库系统 (3)
- 行业发展研究 (3)
- 书籍 (3)
- 测试测量 (2)
- 其他书籍 (2)
- 书籍源码 (2)
- Linux/Unix编程 (2)
- 人工智能/神经网络 (2)
- 压缩解压 (2)
- 数学计算 (2)
- 源码 (2)
- 多媒体处理 (1)
- 教程资料 (1)
- PCB相关 (1)
- 通信网络 (1)
- 传感与控制 (1)
- 可编程逻辑 (1)
- 接口技术 (1)
- Windows CE (1)
- 家庭/个人应用 (1)
- 加密解密 (1)
- SQL Server (1)
- 技术管理 (1)
- 汇编语言 (1)
- 多国语言处理 (1)
- 数据结构 (1)
- Applet (1)
- 编译器/解释器 (1)
- RFID编程 (1)
- 软件工程 (1)
- FlashMX/Flex源码 (1)
- 其他行业 (1)
- 嵌入式/单片机编程 (1)
- 其他嵌入式/单片机内容 (1)
- DSP编程 (1)
- Symbian (1)
- VHDL/FPGA/Verilog (1)
- Jsp/Servlet (1)
VC书籍 This article shows that by using the tools available and understanding the programming system, it is
This article shows that by using the tools available and understanding the programming system, it is possible to improve programming productivity. Microsoft Foundation Classes (MFC) and other tools let the user build GUIs while working in the same development program that was used to write the rest ...
系统设计方案 This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that combin
This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that
combines the advantages of small size, low cost, high accuracy, zero maintenance, low energy
consumption and portability. This technology has applications in a wide range of fixed and
portable secured devic ...
系统设计方案 This article mainly introduced the field busthe MODBUS correspondence protocol and some method of th
This article mainly introduced the field busthe MODBUS correspondence protocol and some method of the VB apply in the serial communication
SQL Server An article about How to Save Old Versions of Records Using MSSQL Server 2005 Xml Column
An article about How to Save Old Versions of Records Using MSSQL Server 2005 Xml Column
软件设计/软件工程 This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile
This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile script to insert it into web page.from this ,it displays the strong life of the ActiveX controll in the development of netware.
系统设计方案 The development of a data acquisition card based on USB bus is introduced in this article.It first d
The development of a data acquisition card based on USB bus is introduced in this article.It first describes the configuration and principle of this card in the part of hardware design,and then the application program and device driver in the part of software design.Data acquisition program in firmw ...
其他 http://www.bc-cn.net/Article/kfyy/cyy/jc/200409/5_4.html float aver(float a[5]) { int i float a
http://www.bc-cn.net/Article/kfyy/cyy/jc/200409/5_4.html
float aver(float a[5])
{
int i
float av,s=a[0]
for(i=1 i<5 i++)
s=s+a[i]
av=s/5
return av
}
void main()
{
float sco[5],av
int i
汇编语言 Because is the effects thing, pastes the chart also not to be able to look, therefore in the article
Because is the effects thing, pastes the chart also not to be able to look, therefore in the article the truncation chart, has not wanted to look the effect on directly moves source code demo
文件格式 In this article, we present an overview of methods for sequential simulation from posterior distribu
In this article, we present an overview of methods for sequential simulation from posterior distributions.
These methods are of particular interest in Bayesian filtering for discrete time dynamic models
that are typically nonlinear and non-Gaussian. A general importance sampling framework is develop ...
Applet 分词程序//db.executeUpdate("UPDATE article SET tag= "+server.codestring(tempword)+" WHERE id="+id+"")
分词程序//db.executeUpdate("UPDATE article SET tag= "+server.codestring(tempword)+" WHERE id="+id+"")
out.print("原题目:"+title+"<br>"+"分词结果:"+tempword+"<br>")
//System.out.println("id:"+id+"---原题目:"+title)
//System.out.println("分词结果:"+tempword)