搜索结果
找到约 200 项符合
Count 的查询结果
按分类筛选
- 全部分类
- 技术资料 (103)
- 其他 (9)
- 单片机编程 (7)
- VHDL/FPGA/Verilog (6)
- 单片机开发 (6)
- Java编程 (5)
- matlab例程 (4)
- 源码 (4)
- 电源技术 (3)
- *行业应用 (3)
- Linux/Unix编程 (3)
- 汇编语言 (3)
- DSP编程 (3)
- VC书籍 (2)
- 数学计算 (2)
- 操作系统开发 (2)
- 通讯/手机编程 (2)
- 数据结构 (2)
- SQL Server (2)
- 数值算法/人工智能 (2)
- 其他行业 (2)
- 学术论文 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 传感与控制 (1)
- 无线通信 (1)
- 开发工具 (1)
- 可编程逻辑 (1)
- 仿真技术 (1)
- 微处理器开发 (1)
- 书籍源码 (1)
- 文件格式 (1)
- 其他数据库 (1)
- Delphi/CppBuilder (1)
- 其他嵌入式/单片机内容 (1)
- 人工智能/神经网络 (1)
- Jsp/Servlet (1)
- 系统设计方案 (1)
- 网络 (1)
- 嵌入式/单片机编程 (1)
- 家庭/个人应用 (1)
- Windows编程 (1)
- 书籍 (1)
- 习题答案 (1)
- 软件 (1)
- VIP专区 (1)
单片机开发 The FM24C256/C256L/C256LZ devices are 256 Kbits CMOS nonvolatile electrically erasable memory. Thes
The FM24C256/C256L/C256LZ devices are 256 Kbits CMOS
nonvolatile electrically erasable memory. These devices offer the
designer different low voltage and low power options. They
conform to all requirements in the Extended IIC 2-wire protocol.
Furthermore, they are designed to minimize device pin cou ...
其他 用个开关作为表决器的7个输入变量
用个开关作为表决器的7个输入变量,输入变量为‘1’时表示“赞同”;输入变量为‘0’时表示不赞同。输出接到一二极管上,灯亮表示通过,灯不亮表示不同。采用行为描述的设计,用一变量count表示选举通过的总人数,即7个开关中按下的总数,如果count>3,则表示通过。 ...
其他 实现对四个人进行抢答
实现对四个人进行抢答,有抢答鉴别模块,转换模块,3选1模块,倒计时模块COUNT,该模块实现答题时间的倒计时,在计满100s后送出声音提示。
SQL Server SQL 合计函数 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式
SQL 合计函数
使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 Recordset对象时。
Avg 函数
Count 函数
First, Last 函数
Min, Max 函数
StDev, StDevP 函数
Sum 函数
Var 和 VarP 函数 ...
操作系统开发 这是大学操作系统进程调度实验的其中一个算法。实验中应该要注意的是关于C中指针的用法
这是大学操作系统进程调度实验的其中一个算法。实验中应该要注意的是关于C中指针的用法,因为指针的用法比较灵活又非常容易出错,一不小心应用不严密就会出错。如在实行按短作业优先算法调度进程的过程中,每一次输入无论是周转时间,运行时间,还是响应时间都要用指针返回arrivetime,否则就出错。还有在插入和释放结点时 ...
单片机开发 public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public fi
public class CircleMenuCanvas extends Canvas implements Runnable{
double pi = Math.PI
public final int MENURIGHT = 1
public final int MENULEFT = 0
Image menuImage[] = new Image[6]
int []jiaodu = {330,30,90,150,210,270}
String menuName[] = {"新游戏","继续游戏","游戏设置","高分榜","游戏帮助 ...
数学计算 cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide.
the method dates ba ...
VHDL/FPGA/Verilog Enhanced version of the Serial Peripheral Interface available on Motorola s MC68HC11 family of CPUs.
Enhanced version of the Serial Peripheral Interface available on Motorola s MC68HC11 family of CPUs.Enhancements include a wider supported operating frequency range, 4deep read and write fifos, and programmable transfer count dependent interrupt generation.
As with the SPI found in MC68HC11 processo ...
Java编程 Program Description: The program asks the user to choice from the menu an option
Program Description: The program asks the user to choice from the menu an option
A. Check to see if a number is prime.
B. Count the number of vowels in a line.
X. Exit the program.
DSP编程 This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a
This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine. EVA Timer 1 has the shortest period while EVB Timer4 has the longest period.