-
课程自动安排系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。...
课程自动安排系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。
-Course automatically schedule system uses a " parallel backtracking" algorithms, just to set a good school all the basic information and arranging schedule constraints, the remaining things from your computer to complete.
- 2022-05-09 13:24:36下载
- 积分:1
-
一个CShape版本的操作符号重载,本来是项目用的,发给大家参考下!...
一个CShape版本的操作符号重载,本来是项目用的,发给大家参考下!
- 2022-05-10 14:34:35下载
- 积分:1
-
C-mex files for MATLAB encounter the following problem when compiling
them with WATCOM 11.0: All access-functions to files (fprintf, fscanf)
cannot handle double variables, only integer and strings are read or
written correctly. The file convert.c contains two functions: You may
read a double-variable as a string from the file and convert it to a
double (function string2double) and you may convert a double to a string
(function double2string) and write it to a file (see main() in
convert.c).
The file conditio.dat is an example of numbers read by convert.c. The
conv.exe was compiled on a Windows95-system.
The files were tested for MATLAB 5.2 and WATCOM 11.0a
result of "ver" is: MATLAB Version 5.2.1.1420 on PCWIN-C-mex files for MATLAB encounter the following problem when compiling them with WATCOM 11.0: All access-functions to files (fprintf, fscanf) cannot handle double variables, only integer and strings are read or written correctly. The file convert.c c
- 2022-06-01 01:50:17下载
- 积分:1
-
Python实现验证码识别
基于tensorflow+keras的深度学习环境,对于captcha库验证码的识别
- 2022-12-24 03:30:04下载
- 积分:1
-
C++通用算法之修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。这些代码都是经过自己推敲研究...
C++通用算法之修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。这些代码都是经过自己推敲研究过的-C generic algorithms correction algorithms, including the search for packaging the same elements, Vessel Statistics same elements, and so on, these algorithms are more efficient and can directly copy, in particular convenience. These codes are weighing himself studied the
- 2022-01-25 23:35:22下载
- 积分:1
-
Windows ce下的改变时间控件的程序 !
Windows ce下的改变时间控件的程序 !-Windows ce under the control of the procedure to change the time!
- 2022-02-04 20:59:06下载
- 积分:1
-
婚姻匹配器
采用MFC 框架更加某种规则实现最佳婚姻配对 (中兴程序大赛作品) 基于单文档的应用程序 学习MFC的童鞋可以下载看看
- 2022-03-19 08:32:54下载
- 积分:1
-
用 ddraw 编写的一个RPG游戏源码,资源文件太大没有上传。
用 ddraw 编写的一个RPG游戏源码,资源文件太大没有上传。-Written with an RPG game ddraw source code, resource files do not upload too much.
- 2022-03-05 01:32:00下载
- 积分:1
-
利用动态规划技术和递推的办法,求出两个字母表A和B的最大公共字串长度。...
利用动态规划技术和递推的办法,求出两个字母表A和B的最大公共字串长度。-The use of dynamic programming techniques and recursive approach to find the two alphabets A and B, the largest public string length.
- 2022-08-13 06:57:52下载
- 积分:1
-
dll generation reference code
创建一个自己的dll文件,步骤:建一个“Win32 Dynamic~Link Library”工程,是一个单纯的Win32动态库,是一个空的工程,把你的CPP文件加入工程中,还要在你的CPP文件里加入动态库入口:
- 2022-03-12 09:13:45下载
- 积分:1