-
20090724074725
一个简单的仓库管理系统,界面简单了些,C#+sql2000(A simple warehouse management system, the interface simple and a bit, C#+ sql2000)
- 2010-03-09 16:56:03下载
- 积分:1
-
200562241642141
说明: 遍历文件夹并建成目录树,一个非常好的例子(Traverse Folder and build the directory tree, a very good example)
- 2008-11-26 18:55:39下载
- 积分:1
-
tu
说明: 、实验目的
1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程;
2 学会分析各种内排序算法的性能;
3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案;
4 熟练掌握图的存储结构;
5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。
6 了解图的最小生成树算法。
(Proficiency in the order of search, binary search and index search basic search algorithm, these algorithms are familiar with what kind of storage structure suitable for implementation two master binary sort tree characteristics, building methods, and dynamic search algorithm 3 master hash table of characteristics and construction methods.)
- 2009-12-30 21:15:29下载
- 积分:1
-
生成二维码的dll文件
thoughtworks.qrcode.dll是windows系统下的一个非常重要dll文件,对于系统正常运行来说至关重要,缺少它可以让游戏或软件发生未知错误。当你的电脑弹出提示“计算机缺少thoughtworks.qrcode.dll”或者“没有找到thoughtworks.qrcode.dll”等错误信息
- 2022-03-13 21:45:28下载
- 积分:1
-
Cmex.pdf
使用C 语言编制Mex算法程序,对于提高算法的性能有很大帮助。
希望该文档能帮助大家进入matlab 和 c 语言之间互动的世界,也期待你编制更多的原创程
序奉献给研学论坛,尤其是混沌和分形版面(The use of C language algorithm Mex procedures, for improving the algorithm performance of much help. I hope the document will help us to enter the matlab and c language of interaction between the world, and also look forward to your program to produce more original Forum dedicated to research, especially the chaotic and fractal layout)
- 2008-12-21 17:05:36下载
- 积分:1
-
Demo
相当实用的windows设备管理程序,windows注册表相关信息(Very useful windows device manager, windows registry information)
- 2012-08-07 20:15:08下载
- 积分:1
-
LEDflow
说明: 流水心形灯,多种不同的效果,自上而下的循环以及左右循环还有循环闪烁等等(Water flow heart-shaped lamp, a variety of different effects)
- 2020-11-27 15:21:34下载
- 积分:1
-
flu_udf
ANSYS 13.0 (FLUENT UDF)
- 2020-12-13 14:59:15下载
- 积分:1
-
学生分数分ABCDEF级
实现读取excel 文件,处理数据分级,然后回写到数据库中
- 2022-05-28 06:44:57下载
- 积分:1
-
C# 创建线程实例JoinThread源码
C#创建一个基本简单的线程实例,演示了如何创建线程,面向C#新手的一个例子:
Thread myThread;//声明线程
//用线程起始点的ThreadStart委托创建该线程的实例
myThread = new Thread(new ThreadStart(createThread));
myThread.Start();//启动线程
myThread.Join();//阻止调用该线程,直到该线程终止
Console.ReadLine();
- 2022-11-16 06:35:03下载
- 积分:1