搜索结果
找到约 620 项符合
any 的查询结果
按分类筛选
- 全部分类
- Java编程 (36)
- 其他 (35)
- 书籍 (31)
- 单片机开发 (30)
- matlab例程 (28)
- 其他书籍 (26)
- 单片机编程 (24)
- 微处理器开发 (20)
- 技术资料 (16)
- 数学计算 (15)
- 压缩解压 (15)
- VHDL/FPGA/Verilog (14)
- 可编程逻辑 (13)
- Linux/Unix编程 (13)
- 人工智能/神经网络 (13)
- 汇编语言 (11)
- 通讯编程文档 (11)
- 加密解密 (11)
- 嵌入式/单片机编程 (11)
- 模拟电子 (10)
- 其他嵌入式/单片机内容 (10)
- VC书籍 (10)
- 数据结构 (9)
- 其他行业 (9)
- Internet/网络编程 (9)
- Delphi控件源码 (9)
- 软件设计/软件工程 (8)
- 教程资料 (7)
- 驱动编程 (7)
- 软件工程 (7)
- 数值算法/人工智能 (7)
- 网络 (6)
- 文章/文档 (6)
- 编译器/解释器 (6)
- 电子书籍 (6)
- 其他数据库 (6)
- 通讯/手机编程 (6)
- 电源技术 (5)
- 游戏 (5)
- 嵌入式Linux (5)
- 无线通信 (4)
- Java书籍 (4)
- 操作系统开发 (4)
- GPS编程 (4)
- 书籍源码 (4)
- J2ME (4)
- JavaScript (4)
- DSP编程 (3)
- Windows CE (3)
- 文件格式 (3)
- 系统设计方案 (3)
- ARM (2)
- Windows Mobile (2)
- SQL Server (2)
- Symbian (2)
- FlashMX/Flex源码 (2)
- VxWorks (2)
- 手机短信编程 (2)
- Jsp/Servlet (2)
- MySQL数据库 (2)
- 源码 (2)
- uCOS编程 (1)
- 资料/手册 (1)
- 多媒体处理 (1)
- allegro (1)
- PCB相关 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 教程资料 (1)
- C/C++语言编程 (1)
- 测试测量 (1)
- Applet (1)
- Delphi/CppBuilder (1)
- 技术管理 (1)
- uCOS (1)
- TAPI编程 (1)
- 电子政务应用 (1)
- 并行计算 (1)
- 数据库系统 (1)
- 中间件编程 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- CA认证 (1)
- USB编程 (1)
- Ajax (1)
- 酒店行业 (1)
- Windows编程 (1)
- 源码/资料 (1)
- 实用工具 (1)
- Matlab (1)
- 接口技术 (1)
- 软件 (1)
- 电路图 (1)
- 笔记 (1)
- VIP专区 (1)
驱动编程 This is a serial mouse driver, which is compliant with Plug and Play, supports dynamic detection (vi
This is a serial mouse driver, which is compliant with Plug and Play, supports dynamic detection (via serenum) and removal (either hotplug or via the device manager). The code serves as a sample for any serial-enumerable device. The behavior of the various routines is documented in the source code f ...
数据结构 解决时钟问题
解决时钟问题,acm竞赛题
A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of eac ...
数据结构 The government of a small but important country has decided that the alphabet needs to be streamline
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B ...
VHDL/FPGA/Verilog 一个游戏 the hardware for the game includes a number of displays, each with a button and -- a light, t
一个游戏
the hardware for the game includes a number of displays, each with a button and
-- a light, that each represent a bin that can store marbles (beans).
--
-- The display indicates the number of marbles in each bin at any given time.
-- The light indecates that the present bin is not empty a ...
Linux/Unix编程 Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not
Micro In-System Programmer Brief Installation Notes
Enter the src directory.
If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the
Makefile to remove support for direct I/O port access (that may be
necessary on non-PC architectures). Parallel port access should still
work if you ...
游戏 MantisChess -- A Chinese Chess Program Copyright (C) Chen Chengtao, China This program is f
MantisChess -- A Chinese Chess Program
Copyright (C) Chen Chengtao, China
This program is free software you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation either version 2
of the License, or (at your option) ...
其他 Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this mo
Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution
%
...
数据结构 Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. ...
网络 Linux 虚拟网络接口 实例 In the Linux (or Unix) world, most network interfaces, such as eth0 and ppp0, are a
Linux 虚拟网络接口 实例
In the Linux (or Unix) world, most network interfaces, such as eth0 and ppp0, are associated with a physical device that is in charge of transmitting and receiving data packets. However, some logical network interfaces don t feature any physical packet transmission. The most ...
Delphi控件源码 This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the
This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2).
Improvements in this new version includes:
This new version allows the programmer to not use Delphi heavy units which will greatly reduce the size of the final executable.
R ...