This is a complete but simple application of Video rental system written in java. It uses GUI and MS-Access database to rent and return a video. Best example for undergraduate students.
标签: application complete written simple
上传时间: 2017-07-21
上传用户:牛布牛
Linked list problem in C. It list down various link List problem and there solution
上传时间: 2017-07-31
上传用户:13215175592
RC4 SourceCode In C.it is a symetric algorithm
标签: SourceCode algorithm symetric RC4
上传时间: 2014-12-02
上传用户:wfl_yy
motion detection made in processing. it detects motion in stream taken from webcam using OpenCV specialised and dedicated library. It is based on Java and is free - made by Intel
标签: motion processing detection detects
上传时间: 2017-08-16
上传用户:nanshan
数据结构课程设计 数据结构B+树 B+ tree Library
上传时间: 2013-12-31
上传用户:semi1981
this is the document for the secure development in java. It covers in very good details the aspect of security programming in Java
标签: the development document details
上传时间: 2017-09-07
上传用户:黑漆漆
this is the document for the secure development in java. It covers in very good details the aspect of security programming in Java
标签: the development document details
上传时间: 2013-12-21
上传用户:xyipie
The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The floppy driver takes commands from the application and then calls routines in the controller which will in turn perform the actual interaction with the device. The sample compiles in 64-bit, but has not been tested in this environment. It is compatible with x86 and Alpha platforms.
标签: NtddkSrcStorageFdcFlpydsk directory flpydisk resides
上传时间: 2015-03-30
上传用户:龙飞艇
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
This is SvmFu, a package for training and testing support vector machines (SVMs). It s written in C++. It uses templates. The advantage of templates is that the types of kernel values and data points can be varied to suit the problem.
标签: machines training package testing
上传时间: 2015-07-03
上传用户:zhengzg