-
Achieved a convolution coding and Viterbi decoding, but also a simple BPSK modul...
实现了卷积编码和维特比译码,也有简单的BPSK调制解调过程。-Achieved a convolution coding and Viterbi decoding, but also a simple BPSK modulation and demodulation process.
- 2022-01-31 01:09:18下载
- 积分:1
-
3d mmorpg worldforge 的服务端代码,脚本使用python,数据库使用mysql,在linux下编译...
3d mmorpg worldforge 的服务端代码,脚本使用python,数据库使用mysql,在linux下编译-3d mmorpg worldforge the service-side code, scripts using python, database, using mysql, in the compilation under linux
- 2022-02-25 05:17:23下载
- 积分:1
-
运行环境:win―tc。
能实现一下功能:
1)从键盘读入数据,分析出一个单词。
2)返回单词种别(用整数表示),
3)返回单词属性(不同的属性...
运行环境:win―tc。
能实现一下功能:
1)从键盘读入数据,分析出一个单词。
2)返回单词种别(用整数表示),
3)返回单词属性(不同的属性可以放在不同的全局变量中)。
输入数据例: 0 92+data> 0x3f 00 while
正确结果:这些单词的单词种别及其属性
INT10 0
INT10 92
+ _
IDN data
> _
INT16 63
INT8 0
WHILE _
-Operating environment: win-tc. To achieve some functions: 1) read from the keyboard data, analysis of a word. 2) to return to the word of other species (expressed by an integer), 3) the return of the word attribute (the attribute can be different in different global variables). Cases of input data: 0 92+ data> 0x3f 00 while the correct result: the word of these kinds of words and their properties do not INT10 0 INT10 92+ _ IDN data> _ INT16 63 INT8 0 WHILE _
- 2022-12-13 08:50:03下载
- 积分:1
-
C# 调用外部的EXE文件
C# 调用外部的EXE文件,程序中主要是使用System.Diagnostics.Process.Start(textBox1.Text);来执行外部的exe文件。
private void button1_Click(object sender, EventArgs e)
{
openFileDialog1.Filter = "exe文件(*.exe)|*.exe";//设置打开文件的格式
if (openFileDialog1.ShowDialog() == DialogResult.OK)//判断是否选择了exe而文件
textBox1.Text = openFileDialog1.FileName;//显示选择的文件
}
private void button2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(textBox1.Text);//执行exe文件
}
- 2023-06-03 22:35:03下载
- 积分:1
-
Visual Basic中列表框控件的精彩例题
Visual Basic中列表框控件的精彩例题-The list box control, Visual Basic, exciting Example
- 2022-02-02 06:51:53下载
- 积分:1
-
构建的非线性时间序列的混沌序列的研究劳伦兹。
产生Lorenz混沌序列,为下一步非线性时间序列研究打下基础-Construct Lorenz chaotic seris for the research of nonlinear time series.
- 2022-03-18 08:51:12下载
- 积分:1
-
DOSBox emulates a full x86 pc with sound and dos. Its main use is to run old dos...
DOSBox emulates a full x86 pc with sound and dos. Its main use is to run old dosgames on platforms which don t have dos(win2K/XP/linux/FreeBSD/Mac OS X)-DOSBox emulates a full x86 pc with sound and dos. Its main use is to run old dosgames on platfo rms which do not have dos (win2K/XP/linux/FreeB SD/Mac OS X)
- 2023-03-04 21:05:03下载
- 积分:1
-
c语言代码源程序c language code source
c语言代码源程序c language code source-c language code source c language code source
- 2022-07-03 22:18:42下载
- 积分:1
-
dkink the crazy bug attached to the map editor, it is suitable for novice game...
dkink的《疯狂虫子》附带地图编辑器,很适合新手的游戏。-dkink the crazy bug attached to the map editor, it is suitable for novice game.
- 2022-04-28 07:20:24下载
- 积分:1
-
带图片滚动的Flash产品图片展示放大显示
带图片滚动的Flash产品图片展示放大显示,非常动感的Flash图片展示效果,可用于产品图片的放大、滚动展示等。点击后下侧显示详细的产品,任意点击一个图片,左侧和右下侧会显示出该产品的大图片以及描述信息。
- 2022-02-04 17:37:37下载
- 积分:1