-
Puzzle
基于遗传算法的八数码求解基于遗传算法的八数码求解(Eight digital-based genetic algorithm based on genetic algorithm for solving solving the eight digitalEight digital-based genetic algorithm based on genetic algorithm for solving solving the eight digital)
- 2010-11-30 21:56:26下载
- 积分:1
-
C8051-PCA
巧用C8051F410的PCA实现超声波测距(Using the PCA to achieve ultrasonic ranging C8051F410)
- 2011-10-18 18:59:45下载
- 积分:1
-
6102
调试通过可以使用,D-S证据理论数据融合,均值便宜跟踪的示例。( Debugging can be used, D-S evidence theory data fusion, Example tracking mean cheap.)
- 2017-05-22 23:56:05下载
- 积分:1
-
kkpcca11p
关于kpca算法的matlabb程序源码及其说明
(On kpca algorithm the matlabb program source code and its description)
- 2012-07-18 14:14:39下载
- 积分:1
-
绘制地图,通过鼠标事件绘制地图
用于游戏编程中,控制台字符游戏鼠标事件绘制地图调试使用
- 2022-08-13 09:31:28下载
- 积分:1
-
PMAC 中文手册(推荐详细)
PMAC 中文手册(推荐详细)PMAC(可编程多轴运动控制器),是美国Delta Tau Data System 公司于推出的PC 机平台上的运动控制器,是一个完全开放的系统。(PMAC Chinese Manual (Recommended Details))
- 2020-07-02 08:00:02下载
- 积分:1
-
Web实时聊天室源码
用纯js通过长轮询来实现
前端用Jquery ajax来实现
1 $(function () {
2 window.polling = {
3 ///长连接地址
4 connectionUrl: "/channel/polling",
5 ///发送方式
6 method: "POST",
7 ///事件载体
8 event_host: $("body"),
9 ///连接失败时重连接时间
10 period: 1000 * 20,
11 ///连接超时时间
12 timeOut: 180 * 1000,
13 v: 0,
14 ///连接ID
15 id: "",
16 error_num: 0,
17 Reconnect: function () {
18 polling.v++;
19 $.ajax({
20 url: polling.connectionUrl,
21 type: polling.method,
22 data: { id: polling.id, v: polling.v },
23 dataType: "json",
24 timeout: polling.time
- 2022-03-17 14:45:17下载
- 积分:1
-
DCTest
电池测试工装,采用PIC16F873设计的。通过PWM进行充放电电流测试(Battery test tooling, using PIC16F873 design. Through the PWM to charge and discharge current test)
- 2009-09-15 17:19:22下载
- 积分:1
-
Untitled2
Shannon-Fano implementation in C++
- 2014-11-18 03:51:48下载
- 积分:1
-
database
Simple database for 2-5 person. You can store name, lastname and phone number and edit in any way. For student which start with C++ language.
- 2010-01-06 08:54:28下载
- 积分:1