搜索结果
找到约 166 项符合
Next 的查询结果
按分类筛选
- 全部分类
- 书籍 (22)
- 其他 (10)
- 技术资料 (9)
- 单片机编程 (8)
- 数据结构 (7)
- 其他书籍 (5)
- Java编程 (5)
- 源码 (5)
- 教程资料 (4)
- 可编程逻辑 (4)
- VC书籍 (4)
- 操作系统开发 (4)
- 电源技术 (3)
- 人工智能/神经网络 (3)
- 网络 (3)
- 数学计算 (3)
- 软件下载 (2)
- ARM (2)
- 电子书籍 (2)
- 系统设计方案 (2)
- 其他行业 (2)
- SCSI/ASPI (2)
- 数值算法/人工智能 (2)
- 单片机开发 (2)
- Java书籍 (2)
- 加密解密 (2)
- 技术管理 (2)
- 软件工程 (2)
- 软件设计/软件工程 (2)
- 文章/文档 (2)
- matlab例程 (2)
- 软件 (2)
- 习题答案 (2)
- 技术书籍 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 开发工具 (1)
- PCB相关 (1)
- 数据库系统 (1)
- 教育系统应用 (1)
- 汇编语言 (1)
- 语音压缩 (1)
- 压缩解压 (1)
- VxWorks (1)
- DSP编程 (1)
- 编译器/解释器 (1)
- 中间件编程 (1)
- 通讯编程文档 (1)
- 游戏 (1)
- 微处理器开发 (1)
- J2ME (1)
- JavaScript (1)
- RFID编程 (1)
- Delphi控件源码 (1)
- Internet/网络编程 (1)
- Linux/Unix编程 (1)
- FlashMX/Flex源码 (1)
- 通讯/手机编程 (1)
- SQL Server (1)
- 行业发展研究 (1)
- MTK (1)
- MySQL数据库 (1)
- Linux/uClinux/Unix编程 (1)
- 技术教程 (1)
- 多媒体处理 (1)
- 论文 (1)
数值算法/人工智能 Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state
Solve the 8-puzzle problem using A * algorithme.
Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank.
There are 2 Heuristic:
1. N: Number of misplaced tiles
2. S: Sum of Manhattan distance of current location and target location.
...
单片机开发 Main program running when workpiece is ready on deferent belt(deferent_ready=ture). * Call Squ
Main program running when workpiece is ready on deferent belt(deferent_ready=ture).
* Call Square_Wave subroutine to generate 0.5ms square wave on P1.2 to drive
* electromotor,then drive deferent belt step forward. When it steps to the measure
* zone, it stops to be me ...
MySQL数据库 The book uses a task-oriented structure that allows you to work through the steps necessary to insta
The book uses a task-oriented structure that allows you to work through the steps necessary to install
MySQL 4.1 on Linux and Windows platforms, create and manage MySQL databases, query and manipulate
data stored in those databases, administer the MySQL database management system, and connect to
MyS ...
其他 这是KMP字符串匹配算法的实现代码
这是KMP字符串匹配算法的实现代码,其中next数组的求解算法也是该进型的,避免了重复搜索的问题
Linux/uClinux/Unix编程 两个链表的交集
两个链表的交集
#include<stdio.h>
#include<stdlib.h>
typedef struct Node{
&nbsp; int data;
&nbsp; struct &nbsp;Node *next;
}Node;
void initpointer(struct Node *p){
&nbsp; p=NULL;
}
int &nbsp;printlist(struct Node* head){
&nbsp; int flag=1;
&nbsp; head=head->next;
&nbsp; /*
&nbsp; 因为标记1的地 ...
单片机编程 7143_keilC51v612完全解密版
&nbsp; &nbsp; &nbsp; &nbsp; keil C51 v6.12 完全解密版的安装说明
&nbsp; &nbsp; &nbsp;安装方法是先将V6.12安装程序用复制到某个目录下,如复制到D:\keilC51
&nbsp;然后执行D:\keilC51\setup\setup.exe 安装程序,选择安装Eval Version版进
&nbsp;行安装。
&nbsp;注册码:K199U-20071-12A9U
&nbsp; &nbsp; &nbsp;当出 ...
多媒体处理 透明音乐播放器
[开源 绿色软件] [运行环境 Windows XP/7/8/10] [语言 简体/繁體/English/Unicode]
A cool music player. Powered by Bass and BassVis.
极简本地音乐播放器,透明、纯文本界面。支持轻媒体库、歌词、可视化。最小化到托盘,占用资源少,适合边听音乐边工作。
应网友要求,加入了Tag编辑、自动切换列表、播放队列、鼠标手 ...
源码 运动会源代码
#include&nbsp;<malloc.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdio.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<string.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#define&nbsp;NULL&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp ...
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...