-
Practice1_14
字符串交叉输入,就是将一个字符串交叉的输入到了另一个字符串当中,比如:
char a[4]="ABCD" char b[4]="abcd"
则char c[8]="AaBbCcDd"
(Cross-string input, is to cross a string input to another string of them, such as:
char a [4] = "ABCD" char b [4] = "abcd"
While char c [8] = "AaBbCcDd" )
- 2009-02-19 18:26:20下载
- 积分:1
-
Huffman
霍夫曼编码是一种常见的不等长编码方式,该程序可实现霍夫曼编码和霍夫曼译码。(Huffman coding is a common unequal length encoding method.This file can implement Huffman coding and Hoffman decoding.)
- 2020-11-17 09:29:39下载
- 积分:1
-
stable
可以确定系统的解的稳定性,还可以做出系统解的时间图和相图。(The stability and bifurcation behavior of the system can be determined)
- 2018-07-20 11:05:52下载
- 积分:1
-
对于 c# 的 CPM 代码
此代码包含在 C# 语言中实现的关键路径方法。
- 2022-02-15 22:07:32下载
- 积分:1
-
atanua081116_pe
说明: software simulation for windows
- 2019-05-07 04:34:58下载
- 积分:1
-
Write Fruid in DOS system
Write Fruid in DOS system
- 2023-02-26 12:50:03下载
- 积分:1
-
MATLAB在振动信号处理中的应用1
求解频响函数,振动信号处理,时频域的转换等方面内容(Solving Frequency Response Function, Vibration Signal Processing, Time-Frequency Domain Conversion and so on)
- 2019-05-29 08:58:41下载
- 积分:1
-
This is a small version of the maze to improve the game. Which spent a boolean v...
这是一个小的改进版的迷宫游戏。其中用了一个boolean量的矩阵表示位置。-This is a small version of the maze to improve the game. Which spent a boolean volume matrix location.
- 2022-01-25 16:11:09下载
- 积分:1
-
Flash翻滚切换的网页焦点图特效
Flash翻滚切换的网页焦点图特效,当切换至当前张的时候,可看到对应的数字按钮下边会显示下划线,右下角的小按钮,可控制图片上一张、下一张切换显示,图片修饰了边框,看上去视觉效果更酷一些。基于Flash8打造。
- 2022-11-08 23:00:03下载
- 积分:1
-
Android手势识别的实现(源码)
Android手势识别的实现附上源代码,在屏幕上方划动手指,即可实现手机的响应,执行相应的操作,比如滑动、切换屏幕、图片放大、打开应用程序等,自动判断手势相似度,比较基础的安卓手势操作例子。
- 2022-01-25 16:02:59下载
- 积分:1