-
OPAL Architecture
这个项目提交的内容和资料都是法语,需要看法语资料的朋友可以下来看看。谢谢!
- 2022-04-10 10:33:02下载
- 积分:1
-
设计算法判断一个算术表达式的圆括号是否正确配对。 (提示:
对表达式进行扫描,凡遇到 ( 就进栈,遇 ) 就退掉栈顶的 ( ,表达式被扫描完毕,栈应为空。...
设计算法判断一个算术表达式的圆括号是否正确配对。 (提示:
对表达式进行扫描,凡遇到 ( 就进栈,遇 ) 就退掉栈顶的 ( ,表达式被扫描完毕,栈应为空。-Design algorithm to determine an arithmetic expression is correct matching parentheses. (Hint: regular expressions to scan for, in any case where (in the case into the stack, the event) on the Top-to return the (, expression was scanned, the stack should be empty.
- 2023-09-03 16:20:03下载
- 积分:1
-
Eliscpe简单应用...中文版电子说明书
Eliscpe简单应用...中文版电子说明书-... Eliscpe simple application of the Chinese version of the electronic prospectus
- 2022-03-22 00:00:33下载
- 积分:1
-
状态机的描述,基于EasyFPGAv1.04
用状态机描述流水灯,状态机在1s的周期下流水灯,方向又sel控制...
状态机的描述,基于EasyFPGAv1.04
用状态机描述流水灯,状态机在1s的周期下流水灯,方向又sel控制-Description of state machine, based on the state machine described by EasyFPGAv1.04 water lights, state machine at the cycle 1s under water lights, direction and control of sel
- 2023-01-28 20:20:03下载
- 积分:1
-
ASP.NET data binding function Eval () allows you to understand the mechanism of...
ASP.NET数据绑定函数Eval()的机制让你明白如何使用Eval()-ASP.NET data binding function Eval () allows you to understand the mechanism of how to use Eval ()
- 2022-12-03 04:20:03下载
- 积分:1
-
数据通讯与网络教程是进行网络编程和数据通信人员的一本圣经,共分为十部分,这是第一部分,尤其对准备从事网络编程、数据通信编程的工程人员具有指导意义。...
数据通讯与网络教程是进行网络编程和数据通信人员的一本圣经,共分为十部分,这是第一部分,尤其对准备从事网络编程、数据通信编程的工程人员具有指导意义。-data communication and network Guide is network programming and data communications staff of a Bible, is divided into 10 parts, This is the first part of preparations especially in network programming, data communications programming staff is instructive.
- 2023-08-03 18:15:05下载
- 积分:1
-
新的Python?这是开发商的开发指南!学习的…
New to Python? This is the developer s guide to Python development! q Learn the core features of Python as well as advanced topics such as regular expressions, multithreaded programming, Web/Internet and network development, GUI development with Tk(inter) and more
- 2022-03-24 23:45:53下载
- 积分:1
-
该书仅是对要学习编程的人的从事方向的一个指点,它对各种编程语言的的特点做了介绍,也对各个开发环境进行了简单介绍,适于初学者阅读,已经确定了学习方向的人也可以看看...
该书仅是对要学习编程的人的从事方向的一个指点,它对各种编程语言的的特点做了介绍,也对各个开发环境进行了简单介绍,适于初学者阅读,已经确定了学习方向的人也可以看看,可以对编程这门学问有更深的理解。书中也对很多经典范例和算法的文章进行了部分搜集,可供程序员门参考。-only is the book to learn programming engaged in the direction of a kind, it"s all programming languages of the characteristics of the introduction, the various development environment for a simple, suitable for beginners reading, the study has identified the direction of those who can see, this program can have a deeper knowledge door understanding. There are also many classic model and algorithm of some articles collect information for programmers door.
- 2022-03-04 19:29:38下载
- 积分:1
-
thinking in java4(中文版)
Java编程思想第四版Think in Java 4 (清晰完美版) java中的圣经
作者简介:Bruce Eckel是MindView公司的总裁,他在面向对象技术和设计模式方面提供公开的和内部的培训研讨会、咨询、指导和设计评论。他发表过150多篇文章,有20多年世界各地的研讨会和演讲经验,他是C++标准委员会拥有表决权的成员之一,拥有应用物理学学士和计算机工程学硕士学位。出版了6本书(其中4本是关于C++的),并且在全世界做了数百次演讲。他是《Thinking in Java》、《Thinking in C++》、《C++ Inside & Out》《Using C++》和《Thinking in Patterns》的作者,同时还是《Black Belt C++》文集的编辑。他的《Thinking in C++》一本书在1995年被评为“最佳软件开发图书”,《Thinking in Java》被评为1999年Java World“最爱读者欢迎图书”,并且赢得了编辑首选图书奖
- 2022-05-21 17:43:23下载
- 积分:1
-
背包问题动态规划算法JAVA
给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价...
背包问题动态规划算法JAVA
给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Knapsack problem dynamic programming algorithm for a given n species JAVA goods and one backpack. Item i is the weight of wi, the value for vi, knapsack capacity c. Question should be how to choose the items into the backpack, the backpack into the total value of the largest items? In the selection of the items into the backpack, for each of the items i have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times i load backpack can not only part of the goods loaded i. Therefore, the problem known as the 0-1 knapsack problem.
- 2023-04-22 23:20:03下载
- 积分:1