这是一个大学编译原理实验课上老师让做的无符号数词法分析器,代码完整可运行,可以集成环境下运行,也可在cmd控制台编译运行
1
Cocos Creator 游戏框架功能封装与设计,已实现模块化管理,各个功能支持随意调用,大厅与小游戏的相互关联,是学习实现的好demo
2020-03-21 09:19:08 334KB cocos cocos2d creator
1
超市进存销系统采用C/S结构,使用Java Eclipse 编程,利用Sql Server2014 建立数据库。系统的用户权限分为管理员和普通员工两种,不同权限用户登入到不同的操作界面。管理员部分由八个子模块组成:员工信息管理、商品信息管理、商品采购管理、商品销售管理、库存管理、报表管理、数据分析、系统维护。而普通员工部分由四个子模块组成:商品信息管理、商品销售管理、库存管理、系统管理。
2020-03-04 03:01:33 3.54MB java sql
1
farrow滤波器的verilog语言设计实现,大家可以参考一下
2020-01-20 03:05:17 1KB farrow滤波器 verilog
1
编程思路:首先在程序开始处,开通语句#include引入头函数,建立函数,然后定义结构体变量Snow,并且编写雪花的一系列操作的函数;最后在main函数的内部实现对各子函数的调用,实现雪花飘落的过程。 三.主要解决问题的方法及技术关键 1.用keyx,keyy函数完成对内存空间保存,用DrawSnow函数完具体实现,change函数改变雪的颜色,Choose选择演示内容Init(void),Close(void)函数完成图形驱动和关闭等。 2.结构体函数实现图形的关闭,区域保存,在雪中输出文字等.用While,for循环,If语句等完成雪花的设计,包括速度、颜色、显示标题、闪烁效果等 。 3.用起泡排序、汉诺塔、双链表、起泡排序、基数排序、二分查找、二叉树遍历等设置雪花颜色。
2020-01-13 03:10:06 51KB 雪花飘落 C语言程序设
1
C++哈夫曼编码与译码课程设计实现源代码,可直接运行。
2020-01-03 11:43:38 357KB 哈夫曼编码与译码
1
基于ARM的银行排队系统的设计实现,使用qt绘制界面,多线程多进程编程,Linux系统下可完美运行,并可移植到开发板,附上源码以及论文原文
2020-01-03 11:42:41 1.01MB 银行排队系统 ARM QT
1
通过研究Linux的线程机制和信号量实现生产者消费者(Bounded Buffer)问题的并发控制。 实验条件要求:每人一台与Linux主机联网的Windows主机,普通用户权限。 (1) 每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容、当前指针位置和生产者/消费者线程的标识符。 (2) 生产者和消费者各有两个以上。 (3) 多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。
2020-01-03 11:35:47 803KB 操作系统 课程设计 生产者消费者
1
用c++实现了短视存储管理系统 实现 1.创建进程 2.回收进程 3.回收段 4.显示段表 5.显示页表 6.展示内存 7.显示进程状态 0.离开 用linux代码实现一个简单的功能
1
启发式算法设计与实现 ISBN: 978-0-470-27858-1 Hardcover 624 pages June 2009 This book provides a complete background on metaheuristics and shows readers how to design and implement efficient algorithms to solve complex optimization problems across a diverse range of applications, from networking and bioinformatics to engineering design, routing, and scheduling. It presents the main design questions for all families of metaheuristics and clearly illustrates how to implement the algorithms under a software framework to reuse both the design and code. Throughout the book, the key search components of metaheuristics are considered as a toolbox for: Designing efficient metaheuristics (e.g. local search, tabu search, simulated annealing, evolutionary algorithms, particle swarm optimization, scatter search, ant colonies, bee colonies, artificial immune systems) for optimization problems Designing efficient metaheuristics for multi-objective optimization problems Designing hybrid, parallel, and distributed metaheuristics Implementing metaheuristics on sequential and parallel machines Using many case studies and treating design and implementation independently, this book gives readers the skills necessary to solve large-scale optimization problems quickly and efficiently. It is a valuable reference for practicing engineers and researchers from diverse areas dealing with optimization or machine learning; and graduate students in computer science, operations research, control, engineering, business and management, and applied mathematics.
2019-12-21 22:21:39 6.69MB 启发式算法,设计实现
1