-
求最长公共子系列,即给出两序列,求得相同的序列
求最长公共子系列,即给出两序列,求得相同的序列-Seeking the longest common sub-series, that is, given two sequences, obtained the same sequence of
- 2022-06-29 19:24:27下载
- 积分:1
-
DOS下,C语言实现界面开发的模板,可以根据此代码自由添加菜单功能...
DOS下,C语言实现界面开发的模板,可以根据此代码自由添加菜单功能-DOS, C language interface development template, we can add this code free menu function
- 2022-05-27 15:50:43下载
- 积分:1
-
可以聊天传送文件抓取屏幕 ,用VC实现的,解压即可用,功能比较简单...
可以聊天传送文件抓取屏幕 ,用VC实现的,解压即可用,功能比较简单-can chat screen crawls transmission of documents, with VC, decompression can be used, relatively simple function
- 2022-03-21 14:11:17下载
- 积分:1
-
labview 声卡配置实例,利用函数选板里提供的函数配置好参数,连线即可...
labview 声卡配置实例,利用函数选板里提供的函数配置好参数,连线即可-labview examples of the sound card configuration
- 2022-03-13 15:06:47下载
- 积分:1
-
贸易公司做为商品供应商和客户的中介机构,储存并管理着大量的商品供应商所提供的商品信息和客户需求的信息,要处理大量的输入,修改,查询信息,该软件能解决该问题,并能...
贸易公司做为商品供应商和客户的中介机构,储存并管理着大量的商品供应商所提供的商品信息和客户需求的信息,要处理大量的输入,修改,查询信息,该软件能解决该问题,并能清晰的显示出所有的信息,并提供管理者权限,供不同管理员查询。 运行环境 操作系统:Microsoft 系列操作系统 支持环境:IIS 5.0 数 据 库:Microsoft ACCE-commodity trading companies as suppliers and customers of the intermediary, storage and management of a large quantity of goods provided by the suppliers of goods and information needs of the customers information, a great deal of input, modify, for information, the software can solve the problem, and clearly demonstrated that all of the information, managers and provide authority for different administrators inquiries. Runtime Environment Operating System : Microsoft operating system support environment : IIS 5.0 database : Microsoft Acce
- 2022-07-19 17:14:18下载
- 积分:1
-
在开发过程中,最难的事情是司机到电视。
linux下的程序开发,最难的要数驱动程序的开发,此教程方便大家入门-linux procedures under development, the most difficult thing for the driver to the development of this guide to facilitate entry
- 2023-05-03 02:25:04下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1
-
游戏地图编辑器及源代码,有什麽功能自己看看吧
游戏地图编辑器及源代码,有什麽功能自己看看吧-game map editor and source code, a function of their own to see what it
- 2022-07-14 10:21:49下载
- 积分:1
-
本书是为工科高年级学生写的教科书,可以作为控制系统领域的首门课程的教材。本书详尽地论述了连续控制系统的分析和研究方法,各章节包括动态系统的数学模型、瞬态响应和稳...
本书是为工科高年级学生写的教科书,可以作为控制系统领域的首门课程的教材。本书详尽地论述了连续控制系统的分析和研究方法,各章节包括动态系统的数学模型、瞬态响应和稳态相应分析、根轨迹分析、控制系统设计的根轨迹法、频率响应分析、控制系统设计的频率响应法,以及PID控制与二自由度控制系统等内容。-This book is for the engineering of high-grade students to write the textbooks, can serve as a control system for the field of teaching the first door. The book discusses in detail a continuous control system analysis and research methods, including dynamic system of various sections of the mathematical model, the corresponding transient response and steady-state analysis, root locus analysis, control system design of the root locus method, frequency response analysis, control System frequency response method, as well as PID control and two degrees of freedom control system, etc..
- 2022-03-07 09:12:55下载
- 积分:1
-
linux C编程手册,相信一般的程序员都需要它
linux C编程手册,相信一般的程序员都需要它-linux C programming manual, I believe that programmers generally need it
- 2022-01-21 18:52:47下载
- 积分:1