Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Archive.rar 葫芦岛有色金属集团档案管理系统,系统实现了对该公司所有书籍档案的管理,用hibernate和struts开发。
  • archive.zip PKU ACM 1469 COURSES PKU ACM 1579 Function Run Fun
  • fft.rar ... for Fast Fourier Transforms on arbitrary length complex data. It is based on old FORTRAN code, found in a signal processing archive. I dissected the FORTRAN code, since it worked with normal arrays and I wanted everything to work with my own complex ...
  • BUCKET.rar It s a multithread Win32 sample as WinRar archive.
  • Archive.rar 自己做的计算器。欢迎大家参考。。。。。。。。
  • FileCatalogLoader.rar ... window, and handles the events generated by the list. In this assignment, you will implement the method getDataFieldsPanel that returns a JPanel displaying the product details. An incomplete implementation of CatalogGUI is provided in the student archive.
  • Archive.rar 华北电力大学管理学考研真题,2006年至2008年
  • PCX.rar Source code to operate (read/write) image files in .pcx format. Reading every layer of image in separate matrix. Writing in simple pcx archive.
  • LISTINGS.zip ... & etc) v1apps Programs built for DJGPP V1 v1misc Other DJGPP V1 stuff The following files contain information about this archive: README This file FILES Locations of all the files LISTINGS.zip all text files and listings of all the zip ...
  • Archive.rar 实现一个三维点(x,y,z)的Point类。包含一个构造函数,一个复制构造函数,一个把这个点变成负的函数negate( ),一个返回到(0,0,0)点的距离的函数norm( )和一个print( )函数。 (1)为类Point实现一个重载的赋值运算符。 (2)为类Point实现重载的流插入运算符。 (3)为类Point实现重载的比较关系运算符==和!=。 (4)为类Point实现重载的加法+和减法运算符-。 (5)实现一个重载的乘法运算符*来返回两个Point类对象的点积。