搜索结果
找到约 106 项符合
too 的查询结果
按分类筛选
- 全部分类
- 技术资料 (10)
- 文件格式 (10)
- 书籍 (9)
- 其他 (9)
- 其他书籍 (7)
- VC书籍 (6)
- Java编程 (4)
- 通讯/手机编程 (3)
- 汇编语言 (3)
- matlab例程 (3)
- 数值算法/人工智能 (2)
- 可编程逻辑 (2)
- Linux/Unix编程 (2)
- 游戏 (2)
- USB编程 (2)
- 单片机开发 (2)
- 数据结构 (2)
- 微处理器开发 (2)
- VHDL/FPGA/Verilog (2)
- 行业发展研究 (2)
- 单片机编程 (1)
- 加密解密 (1)
- 数据库系统 (1)
- 软件工程 (1)
- 模拟电子 (1)
- 教程资料 (1)
- allegro (1)
- 手机短信编程 (1)
- 编译器/解释器 (1)
- 数学计算 (1)
- 技术管理 (1)
- 其他数据库 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- 文章/文档 (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- Windows CE (1)
- 中间件编程 (1)
- 软件设计/软件工程 (1)
- 其他嵌入式/单片机内容 (1)
- GPS编程 (1)
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 ...
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 ...
书籍 Switch-Mode Power Supply Simulation
Thepredecessorvolumeofthisbookwaspublishedin1996.Intheyears
since then, some things have changed and some have not.
Two of the things that have not changed are the desire for better
models and faster simulations. I performed the original simulations on
my “hyperfast” 133-MHz computer! At the time, ...
汇编语言 ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file.
&#8226 Assume a file with correct data (no garbage, characters, etc.).
&#8226 you must check and provide appropriate execution for 2 extra cases, namel ...
数值算法/人工智能 北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard
北京大学ACM比赛题目
In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture:
Every even number greater than 4 can be
written as the sum of two odd prime numbers.
For example:
8 = 3 + 5. Both 3 and 5 are odd prime n ...
VHDL/FPGA/Verilog Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was t
Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was to generate complex models with a movable camera. We wanted to be able to render complex images that consisted of hundreds to thousands of triangles. We wanted to apply interpolated shading on the obje ...
行业发展研究 SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service be
SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service better delivered to the end device users by bridging with back-end content providers. Operators rely on the content provider to create & distribute data content to different types of devices. This is di ...
行业发展研究 SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service be
SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service better delivered to the end device users by bridging with back-end content providers. Operators rely on the content provider to create & distribute data content to different types of devices. This is di ...
微处理器开发 The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t
The AVRcam source files were built using the WinAVR distribution
(version 3.3.1 of GCC). I haven t tested other versions of GCC,
but they should compile without too much difficulty.
* The source files for the AVRcam had the author name and copyright
information added back into them after the judgin ...
书籍 Code Craft: the practice of writing excellent code
This book addresses programmer attitudes, but it’s not some kind of psychology
textbook. We’ll investigate many topics, including:
Source code presentation
Defensive coding techniques
How to debug programs effectively
Good teamworking skills
Managing your source code
Take a quick glance through ...