#include #include #include #include #define ID struct id struct id { char name[20]; // xing ming int num; // xue hao int age; // nian ling char sex[2]; // xing bie char xi[20]; // xi bie char zhuan[20]; // zhuan ye char add[20]; // di zhi ID *next;
generates IBatisNet SQL mapping file and a group of CSharp classes from a database table. 产生IBatisNET的SQL映射文件和三层代码 Output for each database table Entity, the C# class that represents a database record. DaoIntf, the C# DAO interface contains a group
小巧的查找重复文件的小工具 Fast Duplicate File Finder is a powerful utility for finding duplicate files in a folder and all its sub folders. The duplicate remover has the following features: Find DUPLICATE files or find SIMILAR files in user specified folders, h
小型超市管理系统#include #include #include #include int k,i,n; long temp1,temp2; struct good { long int num; /*商品编号*/ char name[20]; /*商品名称*/ char sort[20]; /*商品类型*/ long int count; /*商品数量*/ long int price; /*商品价格*/ }goods[200]; void Input(); void Sequence(