-
图书管理系统
这个系统是同学给我的,主要是要我熟悉Visual Studio 2008 与SQL Server 2008 的结合使用,她说这个系统比较简单也适合初学者使用,我从中学到了很多东西,希望有的同学也能用到这个系统,能简单使用Visual Studio 2008 。
- 2023-08-13 20:50:02下载
- 积分:1
-
VC编写的读取数据文件的源码
VC编写的读取数据文件的源码-VC compilation reads the fetching according to the document
source code
- 2022-01-25 19:58:28下载
- 积分:1
-
分别用C语言和C++语言写的用于三角网格划分的算法。划分效果和速度都不错...
分别用C语言和C++语言写的用于三角网格划分的算法。划分效果和速度都不错-Were used C language and C++ language written for the triangular meshing algorithms. Into the effectiveness and speed are good
- 2022-06-18 02:07:12下载
- 积分:1
-
pb 源码 日历控件
pb 源码 日历控件-pb source Calendar Control
- 2022-04-20 07:31:09下载
- 积分:1
-
图文资源管理程序,access数据库,保存图像到数据库,读取数据库图像并显示...
图文资源管理程序,access数据库,保存图像到数据库,读取数据库图像并显示-Graphic resources management program, access the database, save images to the database, read the database and display images
- 2022-02-14 20:33:34下载
- 积分:1
-
电位器控制电机转速
电位器控制电机转速。此代码由 proteus 8 仿真原理和 PIC C 组成pic16f877a 的编译器代码。
- 2023-08-09 06:25:03下载
- 积分:1
-
等级考试网上辅导系统
主要是用在学校里记录学生考试成绩,方便学生和老师在网上对成绩进行查询
- 2022-01-25 21:46:37下载
- 积分:1
-
在各种各样的搜索算法,AVL树搜索算法是SHO…
在各种各样的搜索算法中,AVL树的搜索算法可以将其最短的搜索时间做一个保证,本程序就是实现了AVL搜索算法-in a wide variety of search algorithm, AVL tree search algorithms can be the shortest time to do a search that The procedure is to achieve the AVL Search Algorithm
- 2023-05-23 18:45:03下载
- 积分:1
-
数据结构课程设计_任意大数的加减乘运算器
数据结构课程设计_任意大数的加减乘运算器-_ Data structure design curriculum arbitrary multiplication addition and subtraction of large numbers of devices
- 2022-01-26 06:17:45下载
- 积分:1
-
哈夫曼
将文件中的字符作为结点,每个字符在文件中出现的频率作为结点的权值,采用Huffman算法构造Huffman树,将字符用尽可能短的二进制数位表示(频率越低,二进制数位越长),而不是用8位的ASCII码进行存储,已达到节省存储空间,压缩文件的目的。
- 2022-06-18 16:41:32下载
- 积分:1