-
相当经典的信息论导论和编码的课件哦~~ 2009年9月18号更新的,我们上学期刚刚用过的~~ 网上估计是没有的哦...
相当经典的信息论导论和编码的课件哦~~ 2009年9月18号更新的,我们上学期刚刚用过的~~ 网上估计是没有的哦-Quite a classic introduction to information theory and coding courseware oh ~ ~ September 18, 2009 update, we have just spent last semester ~ ~ Online estimates are not, oh ~ ~
- 2022-07-25 11:06:03下载
- 积分:1
-
Dreamweaver 8 web design and website building, 2nd edition. Rar
Dreamweaver 8网页设计与网站建设 第2版.rar-Dreamweaver 8 web design and website building, 2nd edition. Rar
- 2022-06-28 11:43:39下载
- 积分:1
-
风速
说明: MATLAB 风速程序,可用于计算湍流度(MATLAB,The wind speed program can be used to calculate the turbulence intensity.)
- 2021-01-21 11:38:40下载
- 积分:1
-
this document is about fluidization c2
说明: this document is about fluidization.
- 2020-06-24 05:00:01下载
- 积分:1
-
d3dx9_43_dll_64bit_9_29_952_3111
说明: Download this file when you experience d3dx9 error
- 2020-06-17 04:00:01下载
- 积分:1
-
加减计算器
(1) 加减数和被加减数的输入位数为1-4位;
(2) 相加结果显示要考虑进位的输出显示(即5位输出);
(3) 注意对“0”—“9”、“+”、“=”以外按键输入的处理;
(4) 注意对相加结果进行十进制处理;
(5) 输入加数和被加数时,显示器上显示的数字要像平时用的计算器输入一样,即:每输入一个数字,原来显示的数字要往左移;
(6) 可以完成累加功能。((1) The input digits of the additions and subtractions and the additions and subtractions are 1-4 digits;
(2) The additive result shows that the carry output display (i.e. 5-bit output) should be considered.
(3) Attention should be paid to the processing of keyboard input other than "0"-"9", "+" and "=";
(4) Attention should be paid to decimal processing of the additive results.
(5) When the additive and the additive are input, the number displayed on the display should be the same as that input by the usual calculator, that is, every number input, the original number displayed should move to the left;
(6) Accumulative function can be completed.)
- 2020-12-26 15:09:03下载
- 积分:1
-
上海地铁查询系统
代码为flash环境下使用action script 3.0编写的上海地铁查询系统。
可查询每个站点、每条线路的相关信息;
支持中英文切换;
支持快速搜索站点位置;
可通过D算法计算两站点间的最短路径以及所需时间、票价等。
- 2022-02-19 23:01:31下载
- 积分:1
-
Segy文件分析 v1.4
功能:
1、查看卷头、道头的主要信息
2、工作站格式与微机格式的相互转换
3、各道数据的波形显示,及其频谱分析
4、多种形式的数据输出,可输出文本文件
5、三维数据体的分析,得出工区角点坐标
6、原始炮数据扫描,找出缺炮的道号
7、对数据体进行任意道及时间段的切割
8、对多个Segy文件进行合并处理
9、给出读取微机格式数据的示意性代码(Function:
1. Check the main information of the header and header
2. The conversion between workstation format and microcomputer format
3. Waveform display of each channel data and its spectrum analysis
4, a variety of forms of data output, can output text files
5, three dimensional data volume analysis, obtained the work area corner coordinate
6, the original data scan to find the missing gun, gun No.
7, the data body for any lane and time segment cutting
8. Merging and processing multiple Segy files
9. The schematic code of reading the data of microcomputer format is given)
- 2021-03-15 21:09:22下载
- 积分:1
-
C#修改Windows电脑的计算机名
Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:
[DllImport("kernel32.dll")]
private static extern int SetComputerName(string ipComputerName);//重写API函数
private void Frm_Main_Load(object sender, EventArgs e)
{
Computer computer = new Computer();//创建计算机对象
textBox1.Text = computer.Name;//显示计算机名称
}
private void button1_Click(object sender, EventArgs e)
{
if (textBox2.Text == "")//判断计算机名称是否为空
{
MessageBox.Show("计算机名称不能为空!");
}
else
{
SetComputerName(textBox2.Text);//修改计算机名称
MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");
}
}
- 2022-03-07 15:38:03下载
- 积分:1
-
很多有趣的小程序,对学习C语言有很大的帮助哦 大家一定要
很多有趣的小程序,对学习C语言有很大的帮助哦 大家一定要-many interesting small program, to learn C language is a great help, oh we must Kankan
- 2023-07-26 23:05:03下载
- 积分:1