搜索资源列表
small-database
- 一个用C语言实现小型数据库的程序,能完成库的建立、修改、查询、排序和索引等功能-with a small C language database procedures can be completed for the establishment, modification, inquiries, Sorting and indexing functions
sqlite-3_3_7
- SQLite原代码.这是一个C语言实现的SQL数据库引擎-SQLite original code. This is a C language SQL database engine
3tree
- c语言实现的数据结构中二叉树的应用,包括二叉树结点的插入,删除,查询等
xuejiguanlifromsprife
- 功能较为全的c语言实现的学生学籍管理系统
odbcexcel
- 使用 C 语言实现的 odbc 操作 excel 的例程。本程序采用纯C实现,在 lcc-win32下编译通过。
studentmanager
- 使用C语言实现学生成绩统计分析管理统,包括增加、删除、修改学生信息;计算学生平均分总分名次、总平均分、单课平均分、输出学生名次表成绩表、划分总分分数段计算百分比等。
studentchoosecourse
- 大三时实训做的一个学生选课系统,c#语言编写,界面美观、实现查询、删除、添加、排序等功能。-Training to do a junior year student elective system, c# language, beautiful interface, to achieve query, delete, add, sorting and other functions.
xueshengshujukucaozuo
- 用c#语言实现数据库编程,实现对学生各种信息的操作,如插入,删除,查询等。里面有工程文件,可在元基础上进行修改,对数据库进一步学习!-With c# Database programming language, for students to achieve all kinds of information operations such as insert, delete, query and so on. There are project files can be modified bas
simple-database
- 简单数据库的c语言实现,提供轻量级的支持。重在介绍原理-C simple database language, providing lightweight support. Focuses on the principle described
MySQL-operation-using-C-language
- 用C语言对MySQL操作,在Linux环境下,C语言实现对MySQL数据库的插入、删除等操作。-MySQL with C language operations, in the Linux environment, C language implementation of the MySQL database, insert, delete files.
small-database-shixian
- 用c语言实现数据库的基本功能,包括增,删,改,查等-C language database with basic functions, including add, delete, change, search, etc.
QQ.c
- 用C语言实现QQ等级运算,通过此C语言实现的程序可以很容易的算出QQ等级,当然了,重要的是学习这个算法。-QQ with the C language level operations, implemented by the C language program can easily calculate the QQ level, of course, it is important to learn the algorithm.
DBMS_c
- 用C语言实现数据库增删改查 用C语言实现数据库增删改查-Using C language database CRUD
hamilton_code
- 使用C++语言实现哈密顿回路的程序,是原创哦!-Procedures to use C++ language Hamiltonian loop, original Oh!
rili-C
- 用C语言实现日历功能,即输入你所要的年份和月份则可将那年的此月的日历显示出来。-C language calendar function, enter the year and month you can be that this month' s calendar is displayed.
ODBC-example
- C语言实现ODBC对Access数据库的访问-ODBC example
fast_sort
- 快速排序是一种重要的排序算法,本代码用c语言实现,效果理想-Quicksort is an important sorting algorithm, the code using c language, the desired effect
hill_sort
- 希尔排序有着特殊的优点,对于特定的数据,排序速度很快。本代码用c语言实现了算法功能。-Hill has a special sort of advantage, for specific data, sorted quickly. This code implements the algorithm using c language function.
stu
- 使用C语言实现操作数据库的程序,包含连接数据库,插入数据,删除,查询等。-Using C language program operation of the database, the database contains the connection, insert data, delete, query and so on.
huffman
- 哈弗曼树的实现,使用最简单的c语言实现,供初学者学习-Huffman tree implementation, use the simplest c language for beginners to learn