Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • TSP(TravelingSalesmanProblem).rar ... nonlinear programming. TSP can be described as follows: Given a number of cities to visit and their distances from all other ... possible distance traveled. This is a simple problem with handful of cities but becomes complicated as the number increases.
  • K-meanCluster.rar How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following ...
  • Gauss-Seidel.rar Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods
  • a.rar ... a smoothing and differencing filter. The output of an individual filter is ambiguous.The output of 5 filters lets us find edges and corners. A small number of filters covers the entire image. This method is fast and discards irrelevant information
  • BigNum.rar A useful Big-Number class.
  • mwm2.rar when enter different number from 1 to 8 the litte character on the screen can make different activities accompanied by 8 different voice! and the program will terminated when you press the "enter " key
  • ParkingLotSimulation.rar Parking Lot Simulation: Parking lot attendants often park cars bumper-to-bumper, several cars deep. This maximizes the number of cars they can fit into a parking lot at the expense of complicating the process of retrieving someone s car when they want to ...
  • entre-casestudies.rar Foreword The four case studies that follow each have a number of common features. They each illustrate the birth of an idea and show how that idea can be realised into a marketable product. Each case study deals with engineering design and development ...
  • cel.rar This program don t special because it just can run some number,and I hope I can be a menber on this website
  • BankAccount.rar 简单的银行账号管理:银行账号包括以下信息:账户姓名(owner name),账号(account number)及本金(balance), 账户可以作存款,取款,查询操作。