-
OperationSystem_RR
操作系统 CPU调度 时间片轮转法 SSD系列课程 给有需要的同学(Operating System CPU time slice Round-Robin Scheduling SSD series of courses to students in need)
- 2010-12-31 09:54:57下载
- 积分:1
-
s003
说明: 可以连续播放多帧图片,并对图片进行相应的处理(Playing for multi-frame image, and image processing accordingly)
- 2010-04-06 10:48:56下载
- 积分:1
-
032116
说明: 系统根据进程给出的标识符,找到相应的套接口结构,可以(According to the identifier given by the process, the system finds the corresponding socket structure, and can)
- 2019-04-23 19:26:20下载
- 积分:1
-
C# 显示DataGridView控件中选定的单元格、行和列
Visual C#显示选择的DataGridView单元格,获取DataGridView控件中选定的单元格、行和列,测试前请连接好数据库,实现此功能核心代码如下:
if (customersDataGridView.AreAllCellsSelected(true))
{
MessageBox.Show("所有单元格已经被选择!", "信息提示",MessageBoxButtons.OK);
}
else
{
System.Text.StringBuilder MyInfo =new System.Text.StringBuilder();
for (int i = 0;
i < MyCount; i++)
{
MyInfo.Append("行号: ");
MyInfo.Append(customersDataGridView.SelectedCells[i].RowIndex.ToString());
MyInfo.Append(", 列号: ");
MyInfo.Append(customersDataGridView.SelectedCells[i].ColumnIndex.ToString());
MyInfo.Append(", 单元格值: ");
MyInfo.Append(customersDataGridView.SelectedCells[i].Value.ToString());
MyInfo.Append(Environment.NewLine);
}
MyInfo.Append("一共选择了: " + MyCount.ToString()+"个单元格");
MessageBox.Show(MyInfo.ToString(), "信息提示", MessageBoxButtons.OK);
}
- 2022-03-18 13:11:05下载
- 积分:1
-
Quantisation
image quantisation technique
- 2010-01-31 03:51:51下载
- 积分:1
-
cboob
C 案例分析 - 开发综合程序;C 编程技巧;C 编程技巧程序集(C Case Study- development of an integrated program C programming skills C programming skills assembly)
- 2010-03-13 12:22:51下载
- 积分:1
-
高密度人群环境下群体异常行为分析研究
基于视频理解的人群密度模型的建立。利用图像像素密度与人群密度之间的关系、特征提取法在抽取群体轮廓时的矩不变特性,建立多分辨率条件下人群空间域密度逻辑模型与人群时间域轨迹逻辑模型,通过对两种模型进行自适应训练,逐步形成“时空”人群趋势变化逻辑模型
- 2023-02-06 14:30:03下载
- 积分:1
-
MFC Grid control 2.7完整版
MFC里的表格控件类,虽然MFC自带的ListContrl控件能使用,但是ListContrl控件表格在动态显示数据的时候,数据和网格总是闪动,使用Grid control控件的表格则不会闪动,vs2010到vs2015均能使用!
- 2022-03-30 04:27:13下载
- 积分:1
-
CListCtrl
可以通过本程序向ListCtrl控件添加数据,并且进行修改、删除、清空等操作(Can add data through this program ListCtrl controls, and modify, delete, empty and other operations)
- 2012-10-25 18:49:01下载
- 积分:1
-
Land3
利用Lod的技术,对地形进行实时的渲染,并可以在场景中进行漫游(Hitomi Lod cavity using扲ㄛ Qinhua summarized倛vehicles shallow cavity奀wife of mother)
- 2008-08-08 11:08:11下载
- 积分:1