搜索:Times
找到约 197 项符合「Times」的查询结果
结果 197
按分类筛选
- 全部
- 单片机编程 (22)
- 技术资料 (18)
- 电源技术 (14)
- 书籍 (12)
- 模拟电子 (12)
- 源码 (10)
- 其他 (10)
- 无线通信 (7)
- 可编程逻辑 (5)
- 其他文档 (4)
- PCB相关 (3)
- 其他书籍 (3)
- Linux/Unix编程 (3)
- Java编程 (3)
- 数学计算 (3)
- 数据结构 (3)
- matlab例程 (3)
- 软件 (2)
- 经验 (2)
- 设计相关 (2)
- 数值算法/人工智能 (2)
- 资料/手册 (2)
- 测试测量 (2)
- Matlab (2)
- 嵌入式综合 (2)
- 图形图像 (2)
- 压缩解压 (2)
- Internet/网络编程 (2)
- 通讯编程文档 (2)
- 单片机开发 (2)
- 文章/文档 (2)
- 软件设计/软件工程 (2)
- SQL Server (2)
- 教程 (1)
- 电路图 (1)
- 手册 (1)
- 笔记 (1)
- C/C++语言编程 (1)
- 接口技术 (1)
- 学术论文 (1)
- 仿真技术 (1)
- 集成开发环境源码 (1)
- 技术教程 (1)
- 软件工程 (1)
- 开发工具 (1)
- ARM (1)
- 工控技术 (1)
- 电子书籍 (1)
- 教程资料 (1)
- autocad教程 (1)
- 游戏 (1)
- 编译器/解释器 (1)
- 网络 (1)
- 嵌入式/单片机编程 (1)
- 嵌入式Linux (1)
- VxWorks (1)
- VHDL/FPGA/Verilog (1)
- 系统设计方案 (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- 行业发展研究 (1)
- Jsp/Servlet (1)
- VIP专区 (1)
https://www.eeworm.com/dl/518/286897.html
数值算法/人工智能
北京大学ACM比赛题目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input
北京大学ACM比赛题目
Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digits, or punctuation) appe ...
https://www.eeworm.com/dl/696/292115.html
Jsp/Servlet
simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu
simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu option. Count the number of times each side of the coin appears. Display the results. The program should call a separate method flip that takes no arguments and returns false for ...
https://www.eeworm.com/dl/542/487355.html
其他书籍
Behavioral models are used in games and computer graphics for realistic simulation of massive crowd
Behavioral models are used in games and computer graphics for
realistic simulation of massive crowds. In this paper, we present a
GPU based implementation of Reynolds [1987] algorithm for simulating
flocks of birds and propose an extension to consider environment
self occlusion. ...
https://www.eeworm.com/dl/512574.html
源码
1602数字时钟
# include < reg52.h >
# include < 24C02.h>
# define uint unsigned int
# define uchar unsigned char
&nbsp;
sbit rs = P3^5; &nbsp;//定义lcd1602的rs端
sbit lcden = P3^4;//定义lcd1602的lcden端口
sbit s1 = P3^0;//定义功能键s1
sbit s2 = P3^1;//定义功能键s2
...
https://www.eeworm.com/dl/569/41407.html
工控技术
继电器与可编程控制器教材
可编程控制器(PLC)是在传统的继电器基础上结合计算机技术的一种数字运算操作的控制装置,应用非常广泛。
本书是为初学继电器顺序控制、可编程控制器以及传感器使用方法的读者而编写的实用入门书。本书基本按照&ldquo;问题一电路设计一接线一实施&rdquo;步骤,利用丰富实例、通俗易懂地讲解相关内容 ...
https://www.eeworm.com/dl/505/24146.html
电源技术
电感开关稳压器提高输入电压
Abstract: Uses the MAX641 switching controller and an external discrete charge pump to step up the input voltage. This circuitcan service low loads and is efficient when the output is two, three, four times the input voltage. Adding the MAX627 MOSdriver can further increase the ...
https://www.eeworm.com/dl/502/28732.html
单片机编程
P89LPC912英文资料
The P89LPC912/913/914 are single-chip microcontrollers in low-cost 14-pin packages, based on a high performance processor architecture that executes instructions in two to four clocks, six times the rate of standard 80C51 devices. Many system level functions have been incorporate ...
https://www.eeworm.com/dl/540/217268.html
软件工程
Developers use algorithms and data structures every day of their working lives. Having a good under-
Developers use algorithms and data structures every day of their working lives. Having a good under-standing of these algorithms and knowledge of when to apply them is essential to producing softwarethat not only works correctly, but also performs efficiently.
This book aims to ...
https://www.eeworm.com/dl/652/406241.html
文章/文档
To review what a metaball is, and how to render them and to describe a new optimization I ve made
To review what a metaball is, and how to render them and to describe a
new optimization I ve made for rendering metaballs. For complex scenes,
it can render hundreds of times faster, though I m certain others have
discovered this trick as well. It does very slightly change t ...
https://www.eeworm.com/dl/648/193633.html
单片机开发
* CONSTRAINTS * This module does not handle data which is considered out of range by the * appli
* CONSTRAINTS
* This module does not handle data which is considered out of range by the
* application(i.e. fixed constants which represent error condition)
*
* Maximum weight value must be limited to 128 to prevent an overflow
* condition during the calculation.
*
* The i ...