搜索结果
找到约 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)
单片机开发 // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p
//
// Histogram Sample
// This sample shows how to use the Sample Grabber filter for video image processing.
// Conceptual background:
// A histogram is just a frequency count of every pixel value in the image.
// There are various well-known mathematical operations that you can perform on an image ...
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 tails and true for ...
单片机开发 K3:--- P1.6 K4:--- P1.7 BEEP:--- P3.7 K3 --- 控制按键 K4 --- 清零按键 开机显示: SECOND-CLOCK 0 TIM
K3:--- P1.6
K4:--- P1.7
BEEP:--- P3.7
K3 --- 控制按键
K4 --- 清零按键
开机显示:
SECOND-CLOCK 0
TIME 00:00:00:00
K3 --- 控制按键:
第一次按下时,开始计时。
显示
BEGIN COUNT 1
TIME 00:00:01:88
第二次按下时,暂停计时。
显示
PAUST COUNT 2
TIME 00:00:01:88
第三次按下时,累计计时。 ...
Java编程 Java: 在n 张扑克牌中找出顺子 题目是这样的:有n张扑克牌
Java: 在n 张扑克牌中找出顺子
题目是这样的:有n张扑克牌,每张牌的取值范围是:2,3,4,5,6,7,8,9,10,J,Q,K,A。在这n张牌中找出顺子(5张及5张以上的连续的牌),并将这些顺子打印出来。
思路:我的思路其实很简单,首先就是要去掉重复的牌,因为同样的顺子之算一个,显然JAVA中的Set很适合这个工作。同时又 ...
操作系统开发 操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct
操作系统课程设计_进程调度演示源程序
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
typedef struct node
{
char name[10] /*进程标识符*/
int prio /*进程优先数*/
int round /*进程时间轮转时间片*/
int cputime /*进程占用CPU时间*/
int needtime /*进程到完成还要的时间*/
int count /*计数器* ...
Linux/Unix编程 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后
用多线程同步方法解决读者阅览问题
1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。
2) 至少有10个读者,每人阅览至少3秒钟。
3) 多个读者须共享操作函数代码。
2总的设计思想及系统平台、语言、工具:
设计思想:程序设定的是10个读者和5个座位,对读者 ...
系统设计方案 The P89LPC938 is a single-chip microcontroller, available in low cost packages, based on a high per
The P89LPC938 is a single-chip microcontroller, available in low cost 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
incorporated into the P89LPC938 in ...
VHDL/FPGA/Verilog // -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial //
// -*- Mode: Verilog -*-
// Filename : wb_master.v
// Description : Wishbone Master Behavorial
// Author : Winefred Washington
// Created On : 2002 12 24
// Last Modified By: .
// Last Modified On: .
// Update Count : 0
// Status : Unknown, Use with caution!
// Description Specification
// General ...
Linux/Unix编程 at91ARM9200串口例程
at91ARM9200串口例程,希望对大家有所帮助。
使用方式:
TestCom /dev/ttyS* -w count data
TestCom /dev/ttyS* -r