搜索结果
找到约 242 项符合
Same 的查询结果
按分类筛选
- 全部分类
- 书籍 (23)
- 单片机编程 (21)
- Linux/Unix编程 (12)
- matlab例程 (11)
- 单片机开发 (11)
- 其他书籍 (11)
- 数学计算 (9)
- VC书籍 (8)
- 可编程逻辑 (7)
- 其他 (7)
- Java编程 (6)
- 电源技术 (5)
- Java书籍 (5)
- 软件设计/软件工程 (5)
- 技术资料 (5)
- 教程资料 (4)
- 人工智能/神经网络 (4)
- 数据结构 (4)
- 微处理器开发 (4)
- 软件工程 (4)
- Jsp/Servlet (4)
- 文章/文档 (4)
- 电子书籍 (4)
- 通讯编程文档 (4)
- Internet/网络编程 (3)
- GPS编程 (3)
- 通讯/手机编程 (3)
- 系统设计方案 (3)
- 嵌入式/单片机编程 (3)
- Delphi控件源码 (3)
- 模拟电子 (2)
- PCB相关 (2)
- 游戏 (2)
- VHDL/FPGA/Verilog (2)
- 数值算法/人工智能 (2)
- 加密解密 (2)
- 驱动编程 (2)
- 其他数据库 (2)
- 压缩解压 (2)
- 无线通信 (1)
- 测试测量 (1)
- uCOS (1)
- 串口编程 (1)
- Windows CE (1)
- SQL Server (1)
- 书籍源码 (1)
- 中间件编程 (1)
- 网络 (1)
- 汇编语言 (1)
- 教育系统应用 (1)
- 操作系统开发 (1)
- 文件格式 (1)
- MacOS编程 (1)
- 其他行业 (1)
- 人物传记/成功经验 (1)
- 行业发展研究 (1)
- 编译器/解释器 (1)
- *行业应用 (1)
- 其他嵌入式/单片机内容 (1)
- CA认证 (1)
- STL (1)
- 多国语言处理 (1)
- 源码 (1)
数值算法/人工智能 z-trenning z-tickets. mipt lucky tickets. Count of numbers with 2*n digits in base k such that sum o
z-trenning z-tickets. mipt lucky tickets. Count of numbers with 2*n digits in base k such that sum of first n digits is same as second n digits.
Java编程 Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I ...
Java编程 What I am trying to introduce here is a full fledged Java Instant messenger, which has all the featu
What I am trying to introduce here is a full fledged Java Instant messenger, which has all the features supplied by commercial messengers like Yahoo or MSN. Although it cannot compared to be in par with those messengers, it is an attempt by me to learn Advanced Java and JNI concepts. The challenges ...
软件设计/软件工程 A class--the basic building block of an object-oriented language such as Java--is a template that de
A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like other instances of the same class. The data associate ...
GPS编程 This is GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of each ch
This is GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of
each channel. The preamble is verified by check of the spacing between
preambles [6sec] and parity checking of the first two words in a
subframe. At the same time function returns list of channels, that a ...
Jsp/Servlet Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will ne
Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will need to change the xxxxxx of "con=DriverManager.getConnection["jdbc:mysql://localhost/"+db,user,"xxxxxxx"] " to reflect your MySQL password. Copy the HTML form above to the same directory above or to ...
人物传记/成功经验 nearest neighbour clustering is an algoithm that puts data in categories. This algotithm is a data m
nearest neighbour clustering is an algoithm that puts data in categories. This algotithm is a data mining subject. Similar data is put in the same cluster.
编译器/解释器 c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlyin
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths ...
软件工程 Fortran 90 versions of all the Numerical Recipes routines appear in the following Chapters B1 throu
Fortran 90 versions of all the Numerical Recipes routines appear in the following
Chapters B1 through B20, numbered in correspondence with Chapters 1 through 20
in Volume 1. Within each chapter, the routines appear in the same order as in Volume
1, but not broken out separately by section number wit ...
*行业应用 I was trying to develope a programme to make a slide show of all the pictures of a folder using vb.n
I was trying to develope a programme to make a slide show of all the pictures of a folder using vb.net. I have spent lot of time in net for searching this but all in vain, I didn t get a simple programme to solve the same and lastly I gave myself a try for the same and developed the code, I have use ...