-
Graphic
基于vc++的简单菜单绘图命令的实现,可以绘制点,线,椭圆等。并可以设置颜色(Vc++ based on the simple realization of the drawing commands menu, you can draw points, lines, ellipses and so on. And can set the color)
- 2010-10-12 10:37:23下载
- 积分:1
-
snr
计算语音、音频信号的信噪比程序(包含音频样本文件)(Calculation of voice, audio program signal to noise ratio (including the audio sample file))
- 2010-11-19 11:37:47下载
- 积分:1
-
1.17
假定一维整型数组a[n]中的每个元素值均在[0,200]区间内,分别统计出落在[0,20],[20,50],[50,80],[80,130],[130,200]等各区间内的元素个数;(Assume a one-dimensional integer array a [n] each element of the values are in the range [0,200] interval, respectively, the statistics fall [0,20], [20, 50], [50, 80], [, 130] , element number [130,200], etc. of each interval )
- 2015-11-17 23:09:58下载
- 积分:1
-
1
说明: 求最短路,迪杰斯特拉算法,以格子顶点为点,格子上数字为路径长度(dijkstra to the closest road.)
- 2019-08-11 16:34:34下载
- 积分:1
-
FileAlarm_demo
文件修改的监视(The example of monitoring the change of files)
- 2020-07-02 01:40:01下载
- 积分:1
-
3
说明: 个人业余作品,企业职工管理系统,数据库是SQL server系列,VC++工具制作,职工的添加修改,工资计算等等功能实现,欢迎下载学习(VC++,SQL server)
- 2012-06-15 10:57:22下载
- 积分:1
-
mouseLR
课程实验的一个小程序,可统计鼠标左右键的单击次数(course of a small experimental procedures, key statistics about the mouse click frequency)
- 2007-06-10 12:43:15下载
- 积分:1
-
交通灯
基于51单片机的交通三色灯的设计与操作控制(Design and control of traffic light based on 51 single chip microcomputer)
- 2018-04-15 22:37:37下载
- 积分:1
-
带CheckBox列头的DataGridView 支持全选 反选功能 例子完整源码下载
使用方法: 初始化这个列表头 DatagridViewCheckBoxHeaderCell cbHeader = new DatagridViewCheckBoxHeaderCell(); cbHeader.Value = ""; SelectUin.HeaderCell = cbHeader; cbHeader.OnCheckBoxClicked = new CheckBoxClickedHandler(cbHeader_OnCheckBoxClicked); 填写你的全选的业务逻辑 void cbHeader_OnCheckBoxClicked(bool Status) { for (int i = 0; i < this.dataGridView1.Rows.Count; i ) { dataGridView1.Rows[i].Cells["SelectUin"].Value = Status; } }
- 2013-09-19下载
- 积分:1
-
c-compiler-design-source
一个超级牛B的人设计的c编译器,包含全部源码!(A super cow who designed B c compiler, contains all the source code!)
- 2011-01-24 03:22:00下载
- 积分:1