-
TSP problem (also known as: traveling salesman problem, traveling salesman probl...
TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) Common genetic algorithm matlab program
- 2022-03-19 09:44:08下载
- 积分:1
-
贪吃蛇游戏
贪吃蛇游戏 win32项目编译 非MFC程序
*游戏制作思想:
*通过一个二维数组来描述画面,
*-2代表墙,0代表空白,0以上代表蛇
*例以1,2,3,4表示蛇(4为蛇头)
*其移动时,数字依次减一,
*并在将要去的位置设为4,
*则完成了蛇的移动
*同时利用多线程获取按键事件,
*使屏幕绘制与按键监听同时进行
*/
- 2022-01-27 17:14:38下载
- 积分:1
-
一个简单的数据库C++读取的例子
一个简单的数据库C++读取的例子-a simple database access example C
- 2022-01-23 11:20:33下载
- 积分:1
-
Jabber IM服务器源码,开放源代码开发
jabber的源码,开源IM的服务器开发-jabber source, open source IM server development
- 2023-05-19 19:00:03下载
- 积分:1
-
读写注册表程序,非常好的一个程序,可以读写注册表
读写注册表程序,非常好的一个程序,可以读写注册表-Read and write registry program, a very good program
- 2023-06-25 15:35:04下载
- 积分:1
-
You may read code because you have to
You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse.
Code-reading requires its own set of skills, and the ability to determine which technique you use when is crucial. In this indispensable book, Diomidis Spinellis uses more than 600 real-world examples to show you how to identify good (and bad) code: how to read it, what to look for, and how to use this knowledge to improve your own code.
Fact: If you make a habit of reading good code, you will write better
- 2023-06-05 04:00:03下载
- 积分:1
-
A record on the keyboard, a total of all learning, hope we learn something, to s...
一个关于键盘的记录,共大家学习,希望大家从中学到点东西,加强自己-A record on the keyboard, a total of all learning, hope we learn something, to strengthen their
- 2023-05-20 09:30:03下载
- 积分:1
-
基于MFC的雷达图,用于显示激光扫描仪的扫描点。
资源描述
使用MFC的绘图功能,绘制雷达显示界面。通过SOCKET通讯接收激光扫描仪一帧256个扫描点的角度和距离信息。极坐标系和像素坐标系转换,将没个扫描点角度,距离一一对应打在雷达图显示界面上。使用双缓冲技术,去除闪烁现象。简化运算,将图像更新频率提高到10HZ,达到实时显示周边环境2维特征的效果。
- 2022-05-24 01:24:51下载
- 积分:1
-
小波变换程序
利用Morlet母小波对时间序列进行时频变换
- 2023-08-13 23:05:03下载
- 积分:1
-
数据结构车厢调度问题:
用栈的形式实现车厢调度,火车入口处的车厢序列编号为1到n...
数据结构车厢调度问题:
用栈的形式实现车厢调度,火车入口处的车厢序列编号为1到n -data structure train scheduling problem : stack trains in the form of scheduling, at the entrance to a train compartment of a serial number to n
- 2022-10-24 16:30:03下载
- 积分:1