搜索结果
找到约 118 项符合
often 的查询结果
按分类筛选
- 全部分类
- 书籍 (28)
- 模拟电子 (10)
- 电源技术 (10)
- 其他书籍 (8)
- matlab例程 (7)
- 软件设计/软件工程 (6)
- 其他 (6)
- 单片机开发 (5)
- 无线通信 (4)
- 测试测量 (3)
- 电子书籍 (3)
- VC书籍 (2)
- 压缩解压 (2)
- 数据结构 (2)
- 文章/文档 (2)
- Java编程 (2)
- 数值算法/人工智能 (2)
- 教程资料 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- DSP编程 (1)
- Linux/Unix编程 (1)
- Internet/网络编程 (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- 编译器/解释器 (1)
- 软件工程 (1)
- 行业发展研究 (1)
- 人工智能/神经网络 (1)
- 嵌入式/单片机编程 (1)
- 通讯编程文档 (1)
- 嵌入式综合 (1)
- 技术资料 (1)
Linux/Unix编程 Memtest86 is thorough, stand alone memory test for Intel/AMD x86 architecture systems. BIOS based m
Memtest86 is thorough, stand alone memory test for Intel/AMD x86 architecture
systems. BIOS based memory tests are only a quick check and often miss
failures that are detected by Memtest86.
VC书籍 This note describes some key aspects of what C++ is and of how C++ has developed over the years. The
This note describes some key aspects of what C++ is and of how C++ has developed over the years. The spective is that of an experienced C++ user looking at C++ as a practical tool. No attempts are made to compare C++ to other languages, though I have
tried to answer some questions that I have often ...
其他 Many applications in computer graphics require complex, highly detailed models. However, the level
Many applications in computer graphics require complex, highly
detailed models. However, the level of detail actually necessary
may vary considerably. To control processing time, it is often desirable
to use approximations in place of excessively detailed models.
邮电通讯系统 OpenSS7 This the fourth public release of the OpenSS7 Master Package. See README in the release for
OpenSS7 This the fourth public release of the OpenSS7 Master Package. See README in the release for a sub-package listing. Most of the sub-packages in the release are production grade for Linux Fast-STREAMS. All existing validation test suites run clean on supported distributions and architectures. ...
软件设计/软件工程 Web technology is not evolving in comfortable and incremental steps, but i s turbulent, erratic, and
Web technology is not evolving in comfortable and incremental steps, but i s turbulent, erratic, and often rather uncomfortable. It is estimated that the Internet, arguably the most important part of the new technological environment, has expanded by about 2000 % and that is doubling in size every ...
VC书籍 Developing internationalized products is a continuous balancing act. Developers and their managers o
Developing internationalized products is a continuous balancing act. Developers and their managers often grossly underestimate the level of effort and attention to detail required to create either a world-ready, single-binary application ready for use in many different markets, or high-quality, fore ...
数据结构 Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li
Uniform random number generators
by Agner Fog, 2001 - 2007
randomc.zip contains a C++ class library of uniform random number generators of good quality.
The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ ...
其他 As science advances, novel experiments are becoming more and more complex, requiring a zoo of contro
As science advances, novel experiments are becoming more and more complex, requiring a zoo of control devices and electronics executing complicated sequences of steps. Device availability and monetary constrains usually lead to a highly heterogeneous setup with components from several different manu ...
其他书籍 The second volume in the Write Great Code series supplies the critical information that today s comp
The second volume in the Write Great Code series supplies the critical information that today s computer science students don t often get from college and university courses: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking ...
数值算法/人工智能 I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200 ...