Welcome![Sign In][Sign Up]
Location:
Search - Easy Counting a

Search list

[Windows Developcn700_vc511678900355

Description: 求阶乘算法(0---10000)标准C++语言控制台应用程序 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助-The arithmetic for counting factorial(0 -10000) This is a standard C++ language console application, many people could want to relize the factorial of some large numbers, but the memory space of the standard data type provided by the C++ is too small, so it can not realize at all. But we can realize it by other method, the program realize the factorial of the number you give by a simple arithmetic ,this is a short and easy program, and there are remarks everywhere, I believe that everyone can easily understand it, after downloading the sound code you can open it in VC6.0, then edit and run it. you also can change something to realize the factorial of a larger number, the reader who is interesting in it can have a try, there are more happiness in it!! At last, I hope that the program can give you some help.
Platform: | Size: 1795 | Author: 张权 | Hits:

[Other resource子网掩码算法

Description: 有很多人肯定对设定子网掩码这个不熟悉,很头疼,那么我现在就告诉大家一个很容易算子网掩码的方法,帮助一下喜欢偷懒的人-sure a lot of people to set the subnet mask not familiar with a headache, then I will tell you a very easy way of counting subnet mask, a helping hand to people like the lazy
Platform: | Size: 4257 | Author: joy | Hits:

[Windows Developcn700_vc511678900355

Description: 求阶乘算法(0---10000)标准C++语言控制台应用程序 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助-The arithmetic for counting factorial(0-10000) This is a standard C++ language console application, many people could want to relize the factorial of some large numbers, but the memory space of the standard data type provided by the C++ is too small, so it can not realize at all. But we can realize it by other method, the program realize the factorial of the number you give by a simple arithmetic ,this is a short and easy program, and there are remarks everywhere, I believe that everyone can easily understand it, after downloading the sound code you can open it in VC6.0, then edit and run it. you also can change something to realize the factorial of a larger number, the reader who is interesting in it can have a try, there are more happiness in it!! At last, I hope that the program can give you some help.
Platform: | Size: 1024 | Author: 张权 | Hits:

[Grid Computing子网掩码算法

Description: 有很多人肯定对设定子网掩码这个不熟悉,很头疼,那么我现在就告诉大家一个很容易算子网掩码的方法,帮助一下喜欢偷懒的人-sure a lot of people to set the subnet mask not familiar with a headache, then I will tell you a very easy way of counting subnet mask, a helping hand to people like the lazy
Platform: | Size: 4096 | Author: joy | Hits:

[SCM15

Description: 我们制作的频率测量计, 合理利用单片机的各项性能, 对被测信号、标准信号进行脉冲计数。本产品能信号频率进行精确测量。 产品的产生, 将极大程度上突出价格便宜, 取材方便、就地, 电路简易的广泛适用特点, 值得推广! -We produced frequency measurement, the rational use of single-chip microcomputer of the performance, of the measured signal, the standard pulse counting signals. This product can carry out accurate measurement of signal frequency. Product generation, will highlight a great extent on cheap, easy, in situ, the circuit characteristics of simple widely applicable, it is worth promoting!
Platform: | Size: 3072 | Author: | Hits:

[SCM57

Description: 我们制作的频率测量计, 合理利用单片机的各项性能, 对被测信号、标准信号进行脉冲计数。本产品能信号频率进行精确测量。 产品的产生, 将极大程度上突出价格便宜, 取材方便、就地, 电路简易的广泛适用特点, 值得推广! -We produced frequency measurement, the rational use of single-chip microcomputer of the performance, of the measured signal, the standard pulse counting signals. This product can carry out accurate measurement of signal frequency. Product generation, will highlight a great extent on cheap, easy, in situ, the circuit characteristics of simple widely applicable, it is worth promoting!
Platform: | Size: 3072 | Author: | Hits:

[Otherfenwei

Description: 这是一个求盒维数的Matlab程序,具有简单易求的功能-This is a box-counting dimension for the Matlab program, with simple and easy for the function of
Platform: | Size: 3072 | Author: wliqun | Hits:

[Software Engineering66KeyLock

Description: 此题目是通过键盘来实现密码输入是否正确,正确的时候数码管亮,否则发出报警声。 判断是按键还是干扰是非常有用的,它体现了一个系统的抗干扰能力。高低电平在瞬间的变换是很正常的,如果没有这条语句,系统很容易出错。 其中2秒是由定时器0来完成的。 在程序的定时器中断中,用switch代替了if else结构,使得程序的可读性大大增强。 TH0 = (65536-50000) / 256 TL0 = (65536-50000) 256 使得TH0 = 3CH, TL0 = B0H,由于该单片机的晶振为12MHz 因此定时时间就为0.05ms.在定时器中断服务程序中用FLASH计数,当计数达到40时正好是2秒。-This topic is through the keyboard to realize the correct password is correct, when GuanLiang digital alarm sound, otherwise. Judgment is a key or interference is very useful, it reflects the anti-interference ability of a system. High level in the instant transformation is very normal, if not this statement, the system is very easy to make a mistake. 2 seconds is accomplished by the timer 0. In the process of the timer interrupt, switch with replaced if else structure, make the readability of the procedures enhanced greatly. TH0 = (65536-50000)/256, TL0 = (65536-50000) 256, Make TH0 3CH, TL0 = = B0H, because the MCU crystals for 12MHz, So regularly time is 0.05 ms in timer interrupt service routines, when using FLASH counting 40 count when exactly 2 seconds.
Platform: | Size: 55296 | Author: 辛文乐 | Hits:

[OtherShortest_path_counting

Description: acm算法设计: 描述: 国际象棋车可以水平或垂直的任何方在同一行或同一列的棋盘。 找到一些最短路径的一个车可以从一个角落里一个棋盘的斜对面角落。 输入: 一整数n为行数和列的棋盘。0 < n <=16 输出: 数量的最短路径。 例输入: 3或4 例输出: 6或20 -Description: A chess rook can move horizontally or vertically to any square in the same row or in the same column of a chessboard. Find the number of shortest paths by which a rook can move from one corner of a chessboard to the diagonally opposite corner。 Input: a interger number n is row and column of chessboard. 0 < n <=16 Output: the number of shortest paths. Sample Input: 3or4 Sample Output: 6or20
Platform: | Size: 211968 | Author: 张波 | Hits:

[matlabmtVector

Description: Vector is the basic data structure in MATLAB. It provides easy, fast, effective, and scalable data structures giving programming an algebraic view for data, even for complex data structures. Matlab allows you do develop fast technical solutions. However, MATLAB loops, and UIs are too slow :o. It is your responsibility to reformulate your code and data structures into matrices and vectors. For example, to sum up a vector, you can write a simple counting loop. However, it is faster to use inner product with a vector of ones.
Platform: | Size: 9216 | Author: belalsoboh | Hits:

[VHDL-FPGA-Verilogstates

Description: 数字钟是一个实用而简单的独立设计,但是根据不同的做法,变化和功能很多,数字钟设计到分频,计数,状态转换,进制转换,和特殊情况处理等。设计应该由易到难,先设计一个简单的数字钟,然后进行功能扩充。数字钟无论如何变化,都是一个独立芯片自成系统,不需要和其他的智能芯片进行通讯。本程序主要实现简单的计时功能。-Digital clock is a practical and simple for independent design, but according to different practices, changes and a lot of functions, designed to the sub-frequency digital clock, counting, state transition, binary conversion, and processing Deng special circumstances. Design should be easy to difficult, first to design a simple digital clock, and then expand the functionality. Digital clock in any case, is a separate chip, as a system, do not need, and other smart chip to communicate. This procedure mainly simple time-keeping.
Platform: | Size: 173056 | Author: 平凡 | Hits:

[WEB Codehdgl

Description: 单位活动现场管理系统 v1.0 是一套活动现场电子网络管理系统,可在线进行 web 应用,无需客户端,可联网操作、可单机操作、可在投影大屏上适时显示,包含了一般活动出席人员签到、竞赛活动选手评分、电子摇号、选举唱票计票等四大功能,体现各类活动现场的公开、公平、公正,完全能满足当前各类活动现场的管理需求。系统界面美观大方,功能强大并且易用,是各类活动现场管理的最佳工具。 -Activities on-site management system v1.0 is a set of activities on-site electronic network management system, available online for web applications, without the client, network operations can be stand-alone operation, a large projection screen in the time display, including the general activities to attend staff sign, contest players score, the electronic wave number, such as election tellers counting the four functions, reflecting the various activities of the site open, fair, impartial, and can meet the current needs of various activities on-site management. System interface elegant, powerful and easy to use, various activities on-site management is the best tool.
Platform: | Size: 967680 | Author: 王飞翔 | Hits:

[VHDL-FPGA-Verilogexp15

Description: 本实验的任务就是设计一个秒表,由于计时时钟信号为50MHz,因此需要对系统时钟进行500000分频才能得到。另外为了控制方便,需要一个复位按键、启动计时按键和停止计时按键,分别选用实验箱按键模块的KEY0、KEY1和 KEY2,按下KEY0,系统复位,所有寄存器全部清零;按下KEY2,秒表启动计时;按下KEY1,秒表停止计时,并且七段码管显示当前计时时间,如果再次按下KEY2,秒表继续计时,除非按下KEY0,系统才能复位,显示全部为0000--00。-The task of this experiment is to design a stopwatch, timing clock signal is 50MHz, 500000 divide to get the system clock. In addition to the easy to control, need a reset button to start the timer button and stop the clock buttons were selected KEY0 on the key module of the test box, KEY1 and KEY2 press the KEY0 on, system reset, all register all cleared press KEY2 start the stopwatch The timing Press KEY1 stopwatch stop the clock, and the seven segment display timing time pressed again KEY2, stopwatch to continue counting unless press KEY0, the system can reset all of 0000- 00.
Platform: | Size: 714752 | Author: 真三战魂 | Hits:

[OpenCV1234

Description: 银行等一些特殊部门要对大量的硬币进行高效的处理,如计数、分类、包装等以使其再流通,无人售票车、投币电话等需要对硬币进行实时识别,自动售货机除了识别之外,还要提供找零功能等。而且在目前在世界范围内,硬币以其成本低,流通次数多、耐磨损、易回-Banks and other special departments to the efficient handling of a large number of coins, such as counting, sorting, packaging, etc. so that it is recirculated, unmanned vehicles, payphone requires real-time identification of the coin, the vending machines in addition to the identification, but also provide a homing function. And at present in the world, the coin with its low cost, the number of circulation, wear-resistant, easy to back
Platform: | Size: 2301952 | Author: machao | Hits:

[Other Databases1235111

Description: 银行等一些特殊部门要对大量的硬币进行高效的处理,如计数、分类、包装等以使其再流通,无人售票车、投币电话等需要对硬币进行实时识别,自动售货机除了识别之外,还要提供找零功能等。而且在目前在世界范围内,硬币以其成本低,流通次数多、耐磨损、易回-Banks and other special departments to the efficient handling of a large number of coins, such as counting, sorting, packaging, etc. so that it is recirculated, unmanned vehicles, payphone requires real-time identification of the coin, the vending machines in addition to the identification, but also provide a homing function. And at present in the world, the coin with its low cost, the number of circulation, wear-resistant, easy to back
Platform: | Size: 2409472 | Author: machao | Hits:

[Streaming Mpeg4mp4

Description: 银行等一些特殊部门要对大量的硬币进行高效的处理,如计数、分类、包装等以使其再流通,无人售票车、投币电话等需要对硬币进行实时识别,自动售货机除了识别之外,还要提供找零功能等。而且在目前在世界范围内,硬币以其成本低,流通次数多、耐磨损、易回-Banks and other special departments to the efficient handling of a large number of coins, such as counting, sorting, packaging, etc. so that it is recirculated, unmanned vehicles, payphone requires real-time identification of the coin, the vending machines in addition to the identification, but also provide a homing function. And at present in the world, the coin with its low cost, the number of circulation, wear-resistant, easy to back
Platform: | Size: 2298880 | Author: machao | Hits:

[Dialog_Windowguolu

Description: 银行等一些特殊部门要对大量的硬币进行高效的处理,如计数、分类、包装等以使其再流通,无人售票车、投币电话等需要对硬币进行实时识别,自动售货机除了识别之外,还要提供找零功能等。而且在目前在世界范围内,硬币以其成本低,流通次数多、耐磨损、易回-Banks and other special departments to the efficient handling of a large number of coins, such as counting, sorting, packaging, etc. so that it is recirculated, unmanned vehicles, payphone requires real-time identification of the coin, the vending machines in addition to the identification, but also provide a homing function. And at present in the world, the coin with its low cost, the number of circulation, wear-resistant, easy to back
Platform: | Size: 1843200 | Author: machao | Hits:

[Windows Develop8458694

Description: 易语言仰卧起坐计数管理源码,应用程序编程源码,很好的参考资料。-Easy language to sit up counting management source, application programming source code, a good reference.
Platform: | Size: 22528 | Author: 什锦丁儿 | Hits:

[OtherCounting

Description: VC++版源代码统计工具.去找工作时经常会有人问我已编过多少行代码的程序,当真把每个程序都整理处理数一下行数实在太麻烦了, 因此我就自己编了一个小程序专门用来数文本格式的文件的行数,小巧好用。 贡献出来,与各位共享。-VC++ version of the source code of statistical tools when looking for work, I have often been asked how many lines of code compiled program, each program really put the finishing process a number of rows is too much trouble, so I own a The number of rows of small programs designed to document the number of text format, compact easy to use. Contribute, to share with you.
Platform: | Size: 84992 | Author: huajingtian | Hits:

[assembly languageASM-program-code-switch

Description: 编码开关计数程序,用汇编语言编写,每句都有文字注释,简洁明了,易读易懂。已仿真通过!可直接应用于所需编码开关的产品。-Coding switch counting program, written in assembly language, each sentence has a text note, concise, easy to read and easy to understand. The simulation through! Can be applied directly to the product of the desired coding switch.
Platform: | Size: 1024 | Author: cxg | Hits:
« 12 »

CodeBus www.codebus.net