资源列表
LinqToXML
- Explain LinqToSql & samples codes
ReadRinex
- 读取rinex的观测值文件,并提供了blewitt方法探测周跳的功能。-Read rinex observations document and provides methods to detect cycle slips blewitt function.
ThunderDownload
- 实现了调用迅雷软件进行下载。主要与vc调用其他外部程序的知识有关。-Implements software download called Thunder. Mainly with vc call other external programs knowledge.
3D_flashcar
- 一个酷的360度flash展示的汽车系统-A cool 360-degree flash display of automotive systems
TextEditor
- 模仿linux vi文档编辑器的c语言文本编辑器 -Linux vi editor copy the document c-language text editor
03
- 光驱控制程序,学习vc初学者可的参考一下-CD-ROM control program can be a reference for beginners
showTime
- 一个自己编的小程序,用于根据需要显示系统时间。-Compiled its own small program used to display system time as needed.
chengxu
- 汇编程序设计 悬赏分:100 - 解决时间:2009-6-23 13:22 编写建立、写入、读出磁盘文件的程序要求: (1) 设计一个包括:建立文件、写入文件、读出文件的主菜单。 (2) 能用输入的文件名,在磁盘建立文件。 (3) 向已有文件中写入数据。 (4) 读出已有文件的内容(ascii码或16进制数)。 -Program designed to reward sub-assembly: 100- resolving time :2009-6-23 13:
mycorecompression
- window gif development made easy
114
- 连网的五子棋,有客户端和服务器端,用mfc制作完成,配有详细解释。-Gobang networked, there are client and server-side, using mfc finished, with a detailed explanation.
DEMO
- ATAPI-CDROM 驱动程序 // // // // 这源码为ATAPI基本驱动程序,main()中只有 // // 几个基本功能,为演示版,存在一些很多BUG-ATAPI-CDROM driver//////// This is the basic source code for the ATAPI driver, main () only//// a few basic functions, for the demo, there are a lot of BUG
odd_square_matrix
- 输入一个奇数,返回奇数矩阵。矩阵中数字有1到n。使矩阵每行,每列以及对角线上所有数之和相等。-If you input an odd number, you will get a matrix which consist of n*n numer from 1 to n^2,and the sum of every line,every column and numbers on the diagonals are equal.