-
RMSD
这是计算生物大分子结构RMSD的程序,采用C实现,供大家分享(This is a program to calculate the structure of biological macromolecules RMSD, using C to achieve, for all to share)
- 2020-09-05 03:28:08下载
- 积分:1
-
turbofangzhen
这是关于turbo码的编译码的仿真程序,并附有仿真图(This is a turbo code codec on the simulation program, together with the simulation of Figure)
- 2008-03-20 21:44:45下载
- 积分:1
-
HDR的C代码实现在Linux平台
HDR算法的实现用C语言在Linux平台。你可以下载和编译在Linux操作系统下的gcc编译器。另外,你可以研究它一步调试GDB的Linux平台,如Ubuntu,CentOS ;ETS。原来的Matlab代码代码参考。
- 2022-03-16 06:34:49下载
- 积分:1
-
EventNote
Memorandum Management Software
- 2014-11-26 18:08:43下载
- 积分:1
-
ALIENTEK MINISTM32 实验1跑马灯
说明: led 程序,循环点灯。闪烁延时,基于stm32F103的代码(Led program, cycle lighting. Scintillation Delay, Code Based on stm32F103)
- 2020-06-18 16:20:02下载
- 积分:1
-
Terrain3DTest
三维地形的模拟,用的工具是opengl,对于研究大规模地形的绘制非常有用,把源码拿出来与大家分享(Three-dimensional terrain modeling, using tools opengl, for the study of large-scale terrain rendering is very useful to share with you source out)
- 2010-08-30 22:02:36下载
- 积分:1
-
快速扩展随机树(RRT)算法的实现
快速扩展随机树(RRT)算法的实现
visual c++开发
rar格式,无需解压密码
- 2022-03-11 15:41:44下载
- 积分:1
-
DataGridViewContextMenuSample (DataGridView加入右鍵選單)
DataGridViewContextMenuSample (DataGridView加入右鍵選單)
private void DataGridView1_RowContextMenuStripNeeded(object sender, DataGridViewRowContextMenuStripNeededEventArgs e)
{
if (contextMenu == null)
{
contextMenu = new ContextMenuStrip();
toolstrip.Text = "刪除";
contextMenu.Items.Add(toolstrip);
}
e.ContextMenuStrip = contextMenu;
//dgvData.Rows[e.RowIndex].Selected = true;//選擇該列(使它整列變藍色選取樣子)
- 2022-01-21 17:27:27下载
- 积分:1
-
xx
说明: 用MFC实现将位图进行直方图均衡化处理的源码(MFC to achieve the bitmap with the histogram equalization processing of the source)
- 2011-05-20 20:34:55下载
- 积分:1
-
aweep-game
一款经典小游戏 扫雷 希望各位i朋友不吝赐教 ~~~多多捧场~~(A classic game mine hope everyone who I glad ~ ~ ~ great support ~ ~)
- 2013-09-13 14:40:22下载
- 积分:1