-
用matlab编写的遗传算法例子,与传统比较改善用matlab编写的遗传算法例子,与传统比较改善...
用matlab编写的遗传算法例子,与传统比较改善用matlab编写的遗传算法例子,与传统比较改善-Prepared using genetic algorithm matlab example, compared with the traditional used to improve the preparation of the genetic algorithm matlab example of the improvement compared with the traditional
- 2022-02-28 10:59:57下载
- 积分:1
-
编写一个简单的聊天室程序,增加多客户端,实现聊天室
编写一个简单的聊天室程序,增加多客户端,实现聊天室-Write a simple chat program, increase the number of clients to achieve Chat Room
- 2022-04-12 11:27:45下载
- 积分:1
-
由于是基于Windows CE的程序,所以不能在普通的C++或者VC环境下调试.而应该在Microsoft Platform Builder 3.0开发系统中编...
由于是基于Windows CE的程序,所以不能在普通的C++或者VC环境下调试.而应该在Microsoft Platform Builder 3.0开发系统中编译和连接。 数据库文件存放在Windows CE 设备的CF(Compact Flash)存储卡上,程序运行时,要求设备有CF存储卡。-is based on the Windows CE procedures, it is not in ordinary C or VC debugging environment. Should the Microsoft Platform Builder 3.0 development system compiler and linker. Database files stored in the Windows CE devices CF (Compact Flash) memory card, operating procedures, require equipment CF memory card.
- 2022-02-25 01:59:13下载
- 积分:1
-
根据IP地址得出内网中相应主机的主机名,便于开发C/S程序
根据IP地址得出内网中相应主机的主机名,便于开发C/S程序 -come under the IP addresses within the network corresponding host name of the host to facilitate the development of the C/S procedures
- 2022-01-28 23:51:59下载
- 积分:1
-
能实现一般小型酒店的管理,VB+ACCESS。内有源码
能实现一般小型酒店的管理,VB+ACCESS。内有源码-Able to realize the general management of a small hotel, VB+ ACCESS. There are source
- 2022-10-09 00:40:03下载
- 积分:1
-
在VC集成环境下,编译,连接成可执行文件,在源码所在目录下,拷贝6个文本文件(名字为1.txt,2.txt,3.txt,4.txt,5.txt,6.txt,文本...
在VC集成环境下,编译,连接成可执行文件,在源码所在目录下,拷贝6个文本文件(名字为1.txt,2.txt,3.txt,4.txt,5.txt,6.txt,文本文件的内容是英文),运行即可进行练习。-in vc integration,translate and edit,and connect program to executable file
- 2022-09-14 00:10:03下载
- 积分:1
-
QR编码与解码
用C++编写的用于QR的编码与解码,在编写的时候遇到一些问题,有的解决了,有的没有,使用的时候需要注意
- 2022-07-17 03:30:23下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
这是一个万花筒程序,点击按钮,会变换不同的颜色和形状。...
这是一个万花筒程序,点击按钮,会变换不同的颜色和形状。-This is a kaleidoscope procedures, click a button, will transform the different colors and shapes.
- 2022-03-15 02:55:16下载
- 积分:1
-
design patterns VC example, can be used to study design patterns. I feel very us...
设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Build模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Build Model
- 2022-07-08 07:45:55下载
- 积分:1