-
闭区间覆盖问题,是用贪心实现的!程序很简洁啊!
闭区间覆盖问题,是用贪心实现的!程序很简洁啊!-closed interval coverage is used to achieve the greedy! Very simple procedures ah!
- 2022-01-31 16:46:35下载
- 积分:1
-
Design of Filters using GUI
Design of Filters using GUI -The code provides the user friendly GUI usage in filter design
- 2022-03-21 10:44:06下载
- 积分:1
-
108个常见编程问题的解决源代码
108个常见编程问题的解决源代码-108 common programming problems to solve source code
- 2023-03-26 23:25:03下载
- 积分:1
-
工作流模版设计工具,本来是为一个项目配套开发的,
后来因种种原因没有使用。非立项的东西,自然是自己
的了。欢迎共同探讨联。
源代码是Delph...
工作流模版设计工具,本来是为一个项目配套开发的,
后来因种种原因没有使用。非立项的东西,自然是自己
的了。欢迎共同探讨联。
源代码是Delphi实现的,Templet中本来有很多图的,都
删掉,自己尝试画吧
Mail: Hanfi@163.com
MSN gdsoft@msn.com
行水流云-workflow template design tool was originally a project for supporting the development, and later, for various reasons, have not used. Non-establishment of the things that is naturally of their own. Welcome to explore together. Source code is Delphi, which was originally Templet many of the plans are deleted, try to plan it Mail : Hanfi@163.com MSN gdsoft@msn.com flow goes OK
- 2022-05-21 09:38:02下载
- 积分:1
-
欲望ONLINE游戏服务端程序
完整版本~不过没有源代码~可惜了
欲望ONLINE游戏服务端程序
完整版本~不过没有源代码~可惜了-desire ONLINE game server version of the integrity of the process but it is source-code-pity
- 2023-06-01 09:55:03下载
- 积分:1
-
java统计当前在线数
java统计当前在线数-few online
- 2022-05-29 06:14:44下载
- 积分:1
-
DMC2000系列运动控制卡的测试软件.需安装运动控制卡后才能运行....
DMC2000系列运动控制卡的测试软件.需安装运动控制卡后才能运行.-DMC2000 series of motion control card test software. To be installed after the motion control card to run.
- 2022-03-29 12:53:47下载
- 积分:1
-
.修改kspublib.jar文件中DBConfig.xml,将数据库配置为自己的数据库。 2.将optiontree.jar,kspublib.jar(需要x...
.修改kspublib.jar文件中DBConfig.xml,将数据库配置为自己的数据库。 2.将optiontree.jar,kspublib.jar(需要xml解析器xerces.jar)拷贝到应用的web-inf/lib目录下-. Kspublib.jar to amend the document DBConfig.xml, the database is configured to its own database. 2. Optiontree.jar, kspublib.jar (need xml parser xerces.jar) copies to the application WEB-INF/lib directory
- 2022-06-30 23:09:05下载
- 积分:1
-
实现了vc++中的动态链接库,适合初学者学习使用
实现了vc++中的动态链接库,适合初学者学习使用-Realize the vc++ In the dynamic link library, suitable for beginners learning to use
- 2022-02-09 14:36:22下载
- 积分:1
-
cdecl 将声明翻译成通俗语言
国际上著名的cdecl的超级简化版 , 也算是一个另类的中文版吧。。。可以将C 语言的声明翻译成中文哦!!!例子(上面一行是输入,下面一行是输出):int a标识符a是int型int a[]标识符a是int型的数组int *a[]标识符a是指向int型的指针的数组int *a()标识符a是返回值为指向int型的指针的函数int (*a)()标识符a是指向返回值为int型的函数的指针
- 2022-10-21 19:15:04下载
- 积分:1