Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Shape_Recognition.zip The program should recognize objects like circles, rectangles, and squares from the input image.
  • RTconsoleDemo.zip the redirection of Console process input/output using pipes.利用管道进行控制台输入输出重定向.
  • winput.zip Winput offers an input window to get a user s input string for batch processing.
  • cubeKeybroad.rar 一个随机产生颜色的立方体,按不同的键位完成不同的功能。实现旋转,拉伸,位移, A cube will be colored by random, it can rotate,scaling,shear,translate,if you press the assign key,input your data on command windows
  • K_MEANS.rar ... K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the ...
  • fib.rar 定义:f0=f1=1, fn=fn-1+fn-2(n>=2)。{fi}称为Fibonacci数列。 输入n,求fn mod q。其中1<=q<=30000。 Input format: 第一行一个数T(1<=T<=10000)。 以下T行,每行两个数,n,q(n<=109, 1<=q<=30000)、 Output format: 文件包含T行,每行对应一个答案。
  • driverdev_src2.zip ... drivers. In this article, we will be building on the same example source code used in part one. In this article, we will expand on that code to include Read functionality, Handle Input/Ouput Controls also known as IOCTLs, and learn a bit more about IRPs.
  • frame7.03.rar FMC实现密码探测器功能FILE *input,*output char temp if(strcmp(infile,outfile)!=0 && ((input=fopen(infile,"rb"))!=NULL) && ((output=fopen
  • strcook.py.rar #str cooking #string file input, modification, output general purpose #input: ascii text file #modification: do some modification on specified lines and generate new string #output: output new string #Creating date: Mar 29, 2007 #Author: Chuan ( ...
  • ShortestPathviaFibonacciHeap.rar This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.