-
本书通过420页的pdg文件深入描述了高级dos编程所应有的知识。是一本不错的dos学习资料...
本书通过420页的pdg文件深入描述了高级dos编程所应有的知识。是一本不错的dos学习资料-Book through the 420-depth pdg document describes the senior dos should have knowledge of programming. Is a good learning materials dos
- 2022-07-26 23:40:54下载
- 积分:1
-
The function will detect whether the input sequence is a balanced sequence, in o...
该函数将检测输入的序列是否是平衡的序列,以加以挑选,例如在扩频通信中的地址码就需要具有良好平衡性的gold序列-The function will detect whether the input sequence is a balanced sequence, in order to be selected, for example, in Spread Spectrum Communication address code on the need to have a good balance of the gold sequence
- 2022-06-02 09:53:44下载
- 积分:1
-
手机版推箱子游戏,运行于展讯平台,测试通过。
手机版推箱子游戏,运行于展讯平台,测试通过。-Sokoban Games Mobile, running on Spreadtrum platform for the test.
- 2022-01-29 01:33:07下载
- 积分:1
-
学生管理系统
系统主要实现了以下功能:
l 学生信息录入
l 学生成绩录入
l 程序等级设置
l 学生违规处理
l 学生成绩排行
- 2022-03-19 18:50:19下载
- 积分:1
-
vb方面的编程,条形码编程。希望对大家有用。
vb方面的编程,条形码编程。希望对大家有用。-vb aspects of programming, bar code programming. Want to be useful to everyone.
- 2022-03-23 23:52:29下载
- 积分:1
-
软件开发过程文档规范。需要的快下
软件开发过程文档规范。需要的快下-Standardize the software development process documentation. Needed soon
- 2022-01-25 22:53:17下载
- 积分:1
-
gps lpws0[1].6.0Javadoc.zip
gps lpws0[1].6.0Javadoc.zip
- 2022-04-10 16:26:02下载
- 积分:1
-
这个小程序是使用c语言编写的矢量量化的一个小程序,在vc界面下操作的一部分....
这个小程序是使用c语言编写的矢量量化的一个小程序,在vc界面下操作的一部分.-this procedure is the use of small-c language prepared by the Vector Quantization a small procedure, the interface vc part of the operation.
- 2022-02-22 10:43:59下载
- 积分:1
-
USB
USB-串口管理芯片FT245BM的Win驱动,不容易找到的-USB-serial chip FT245BM management of the Win-driven, it is not easy to find
- 2022-08-17 08:52:08下载
- 积分: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