资源列表
Sudoku
- sudoku source in vb.net
DBMS
- 一个数据库DBMS的源代码,比较简单,实现了基本的插入,查询等功能,实现了基本的sql语句-A database DBMS source code is relatively simple to achieve the basic insert, query and other functions, to achieve the basic sql statement
bicubicBcurvecode
- 双三次B样条曲面源代码,是学习B样条编程的好程序-Bicubic B-spline surface source code, is to learn from a good B-spline programming procedures
bicubicBsplinecode
- 双三次B样条曲线的拟合代码,有助于进一步了解B样条曲线-Bicubic B-spline curve fitting code, and contribute to a better understanding of B-spline curve
MFCWindowsprogramming
- MFC Windows程序设计的随书源代码,经典书籍-MFC Windows Programming with source code for the book, classic books
timertest_ex
- s3c2410 lab for samsung s3c2410
ADC_Calibration
- ADC calibration for ADuC842
EtenROMimgfs
- EtenROM的分解制作里面的ExtROM_pack.bat是写入命令,ExtROM_unpack.bat是释放命令!!ETEN的ROM文件是temp.dat,把此文件和命令们放在同一目录,运行ExtROM_unpack.bat会释放出ExtROM目录和内容(修改,提取,增减!随你便了,但不要乱来哦!)改好后再运行ExtROM_pack.bat,就会把ExtROM的内容写入TEMP.DAT了~~简单吧~~! -EtenROMimgfs Cannot map file imgfs_raw_da
Calculator
- 实现计算器基本功能,如基本的加减乘除,还有三角函数等-Achieve the basic function calculator
68f
- 简便无刷新文件上传系统 .net版.主要是针对单个file控件的,便携版,使用更简单,还有更深入的分析。-Simple and non-refresh file upload system. Net version. Is mainly directed against a single file controls, portable version, the use of more simple, there are more in-depth analysis.
KRUSKAL
- This an implementation of Kruskal s algorithm. This program finds minimum cost using Kruskal algorithm.-This is an implementation of Kruskal s algorithm. This program finds minimum cost using Kruskal algorithm.
PRIMS
- This is an implementation of prims algorithm.