-
longshu
编译原理龙书第二版中文版习题答案,答案比较齐全(Long answer to the second edition of the book)
- 2011-01-06 13:55:28下载
- 积分:1
-
8_7
说明: 计算机算法试题库问题,用最大流实现,运行正确(Computer algorithms questions Treasury issues, with the realization of maximum flow, operating correctly)
- 2008-12-07 14:43:16下载
- 积分:1
-
mcp2515
CAN控制器MCP2515的C程序源码,已测试有参考价值。代码写得很详细,有清晰的注释说明,全面解析了MCP2515的运行过程,很不错的学习材料。(CAN controller MCP2515 C program source code, has been tested for reference. The code is written in detail, with a clear description of the annotation, a comprehensive analysis of the running process of MCP2515, a very good learning material.)
- 2017-12-12 06:09:42下载
- 积分:1
-
图形库版贪吃蛇
说明: 自己做的图形界面小游戏,贪吃蛇。让想学的初学者,感受到图形的魅力(Make your own graphical interface games, greedy snakes. Let beginners who want to learn feel the charm of graphics)
- 2020-06-25 11:00:01下载
- 积分:1
-
02077-DSH-002-A(Hymax)
说明: 光模块芯片资料,包含芯片配置的各项说明。(Optical module chip information, including chip configuration instructions.)
- 2020-06-25 04:00:02下载
- 积分:1
-
Chapter 01src
c++练习文件,算法相关的源代码,感兴趣的可以看看(C++ practice files, algorithms related to the source code)
- 2017-09-24 09:34:36下载
- 积分:1
-
30.数据结构(C#语言版)
说明: 本书包含数据结构和算法的基本概念及数学和 C#的知 识,常用的数据结构以及在.NET 框架中相应的数据结构查找常用的各种方法及其应用以及在.NET 框架中相应的算法。(This book contains the basic concepts of data structure and algorithm, the knowledge of mathematics and C , the common data structure, the common methods and applications for finding the corresponding data structure in the Net framework, and the corresponding algorithm in the Net framework.)
- 2020-04-25 09:06:47下载
- 积分:1
-
iOS h264解码播放
一个 基于C语言的 H264解码播放的DEMO 好多年了
- 2022-10-01 19:55:04下载
- 积分:1
-
ForK1
我们的目的是将一个分数拆分成若干个分子是1分母是正整数的分数之和的形式。例如2/3可以拆分成1/2+1/6的形式。这里不考虑顺序,比如1/6+1/2和1/2+1/6相同。
输入p, q, a, n, 其中p/q为分数,对这个分数进行拆分,要求拆分的分数个数不能多于n个,所有分母的乘积不能大于a。求有多少种拆分方法?
输入:最多200组数据。在每行中都有四个数分别表示p, q, a, n,之间以空格隔开,并且满足p,q<=800,a<=12000,n<=7,最后以四个0做为输入的结束。
输入示例:
2 3 120 3
2 3 300 3
0 0 0 0
输出示例:
4
7
(Our aim is to split a fraction into a number of elements is a denominator is a positive integer fraction of the sum of form. For example, 2/3 can be split into 1/2+1/6 form. Not considered here, the order, such as 1/6+1/2 and 1/2+1/6 of the same. Input p, q, a, n, where p/q as a fraction of this split scores require no more than the number of split points n-all the product of the denominator can not be larger than a. How many kinds of demand split method? Input: Up to 200 sets of data. In each line has four numbers indicate the p, q, a, n, separated by a space between, and meet the p, q < = 800, a < = 12000, n < = 7, the end, four 0 as the input end. Input Example: 2,312,032,330,030,000 sample output: 47)
- 2009-11-12 09:54:17下载
- 积分:1
-
AI_dll
基于研华PCI-1710HG数据采集卡基于动态链接库的模拟量输入程序。用VC++6.0MFC实现。程序功能实现实时模式量值显示,绘制历史曲线及上下限报警指示。(Advantech PCI-1710HG-based data acquisition card is based on the dynamic link library analog input program. With VC++6.0MFC implementation. Program features to achieve real-time mode values displayed and plotted historical curve and lower limit alarm indication.)
- 2021-03-08 21:09:28下载
- 积分:1