-
C语言工程的学生一本书。
a book on c language for engineering students..
engineering students can find this book very useful
- 2023-08-28 19:05:04下载
- 积分:1
-
udp打洞穿透局域网
一个udp穿透事例,能够穿透局域网,实现基于公网地址的多方通信和处理,采用C#语言编写,能够给你良好的体验和学习,非常好的一段代码 [丿丶]
- 2022-05-20 16:52:30下载
- 积分:1
-
Base64 Content-Transfer-Encoding standard
这个小实用程序实现RFC1113中描述的Base64内容传输编码标准(http://www.faqs.org/rfcs/rfc113.html).
- 2023-05-21 23:10:03下载
- 积分:1
-
这是MTeX套装中的一个重要命令行工具,用于支持编译ConTeXt文件。编译ConTeXt文件过程中需要对*.tui文件进行处理生成*.tuo文件。MTeX中为...
这是MTeX套装中的一个重要命令行工具,用于支持编译ConTeXt文件。编译ConTeXt文件过程中需要对*.tui文件进行处理生成*.tuo文件。MTeX中为了不依赖perl就能编译context文件,中间需要的文件转换*.tui-->*.tuo通过这个小程序来实现。-This is a suite MTeX an important command-line tool, used to support the compiler Context document. Document the process of compiling Context*. tui documents need to be processed to generate*. tuo file. MTeX in order not to rely on the perl compiler will be able to document context, intermediate file conversion needs*. tui-
- 2022-03-26 12:51:53下载
- 积分:1
-
动态规划
动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(ij)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the
- 2022-06-17 10:27:59下载
- 积分:1
-
用户的聊天程序
这个程序是用于聊天应用程序*/它是用Java编写的一个简单的方法
- 2022-04-29 12:11:20下载
- 积分:1
-
用于酒店管理方面 PB开发的程序,用于初学PB的朋友。
用于酒店管理方面 PB开发的程序,用于初学PB的朋友。-It is a hotel management software, using PB, and suitalbe for the beginner of PB.
- 2022-07-05 08:45:56下载
- 积分:1
-
这是一个用VB实现的变换颜色的小程序。
这是一个用VB实现的变换颜色的小程序。-This is a VB transform the color of small programs.
- 2022-01-31 23:49:08下载
- 积分:1
-
SqueakVM
SqueakVM-Win32-3.10.6 source code
- 2022-02-01 02:38:53下载
- 积分:1
-
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = dat...
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us -j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
-close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us-j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
- 2022-03-22 09:48:08下载
- 积分:1