搜索结果

找到约 200 项符合 count 的查询结果

数学计算 一个很好的排序算法

一个很好的排序算法,void shaker(item ,count)
https://www.eeworm.com/dl/641/270326.html
下载: 113
查看: 1030

单片机开发 // // 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 ...
https://www.eeworm.com/dl/648/283388.html
下载: 27
查看: 1102

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 ...
https://www.eeworm.com/dl/696/292115.html
下载: 117
查看: 1055

单片机开发 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 第三次按下时,累计计时。 ...
https://www.eeworm.com/dl/648/294054.html
下载: 79
查看: 1062

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很适合这个工作。同时又 ...
https://www.eeworm.com/dl/633/307221.html
下载: 68
查看: 1069

操作系统开发 操作系统课程设计_进程调度演示源程序 #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 /*计数器* ...
https://www.eeworm.com/dl/531/330760.html
下载: 46
查看: 1096

Linux/Unix编程 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后

用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者 ...
https://www.eeworm.com/dl/619/331116.html
下载: 137
查看: 1136

系统设计方案 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 ...
https://www.eeworm.com/dl/678/342143.html
下载: 165
查看: 1064

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 ...
https://www.eeworm.com/dl/663/354895.html
下载: 51
查看: 1095

Linux/Unix编程 at91ARM9200串口例程

at91ARM9200串口例程,希望对大家有所帮助。 使用方式: TestCom /dev/ttyS* -w count data TestCom /dev/ttyS* -r
https://www.eeworm.com/dl/619/369352.html
下载: 45
查看: 1029