资源列表

排序选择:

« 1 2 ... .51 .52 .53 .54 .55 46556.57 .58 .59 .60 .61 ... 267454 »

[其他小程序蓝牙耳机编程流程

说明:蓝牙耳机编程流程,介绍开发者在开发蓝牙无限耳机时的相应的流程,非常有用-Bluetooth headset programming process, introduced developers to unlimited Bluetooth headset when the corresponding flow, very useful
<> 在 2025-06-28 上传 | 大小:110kb | 下载:1

[编译器/词法分析用Bison实现pl0语言编译器

说明:简介:PL0语言是pascal语言的一个子集。编译VC工程之前,需要运行run.bat将词法分析脚本和语法语义分析脚本编译成C语言。-Profile : pascal PL0 language is a language subset. VC compiler works, will also need to run the scr ipt lexical analysis and semantic analysis scr ipt syntax into C language compiler
<罗鹏魁> 在 2025-06-28 上传 | 大小:919kb | 下载:2

[数据结构常用算法传教士与野人问题

说明:传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missionaries and Savage is a classic A
<罗鹏魁> 在 2025-06-28 上传 | 大小:33kb | 下载:0

[其他小程序C5.0

说明:THE DECISION TREE ALGORITHM USED VC
<董权> 在 2025-06-28 上传 | 大小:71kb | 下载:0

[其他小程序nasm

说明:masm is a important thing.-can is a important thing.
<洋洋> 在 2025-06-28 上传 | 大小:64kb | 下载:0

[数据结构常用算法01背包算法

说明:一个简单的01背包算法,物品数量限制在10以内。-a simple 01 backpack algorithm, the number of items within the limit of 10.
<凌寒> 在 2025-06-28 上传 | 大小:173kb | 下载:0

[人工智能/神经网络/遗传算法八数码问题(A星算法)

说明:用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A* algorithm eight digital problem. A* algorithm also called the plan the best search algorithm, it is instructive function to meet not more than the actual value of
<罗鹏魁> 在 2025-06-28 上传 | 大小:89kb | 下载:0

[单片机(51,AVR,MSP430等)FW_gmZx

说明:LCD液晶控制芯片GM5020的原程序,无须解码。-LCD controller chip GM5020 the original procedure without decoding.
<张亮> 在 2025-06-28 上传 | 大小:4kb | 下载:0

[数据库编程AutoExcel

说明:自己位好友编的一个处理Execel数据的程序,利用里数据库,还包含一个例子文件,很好的!-friends who own a series of the Execel data processing procedures, the use of the database Lane, also includes an example, good!
<周帆> 在 2025-06-28 上传 | 大小:749kb | 下载:0

[操作系统开发Linux内存管理模拟器

说明:Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
<罗鹏魁> 在 2025-06-28 上传 | 大小:4kb | 下载:0

[游戏GreadySnake(MVC)

说明:
<罗鹏魁> 在 2025-06-28 上传 | 大小:37kb | 下载:0

[串口编程实战串行通讯

说明:串行通讯 本文不是全面的讲述如何编写串行通讯程序,而是讨论一些实际遇到的问题。 -serial communication is not fully explained how to prepare the serial communication procedures, Instead, we will discuss some of the practical problems encountered.
<lhs> 在 2025-06-28 上传 | 大小:6kb | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 46556.57 .58 .59 .60 .61 ... 267454 »

源码中国 www.ymcn.org