-
Ssimmple_jpegu
简易的JPEG压缩程序源码(MMatlab实现)
(Easy JPEG compression program source (MMatlab implementation))
- 2012-09-15 14:17:31下载
- 积分:1
-
ISD1790C
ISD1790-C程序,用于ISD1790芯片开发的人进行参考。(ISD1790-C procedures for ISD1790 chips were developed by reference.)
- 2008-12-25 16:47:19下载
- 积分:1
-
CListCtrl 的用法
void CListBackgroundDlg::SetListInit(){ //属性设置 m_list1.ModifyStyle(LVS_TYPEMASK,LVS_REPORT&LVS_TYPEMASK|LVS_SINGLESEL); DWORD dwStyle = m_list1.GetExtendedStyle(); m_list1.SetExtendedStyle(dwStyle|LVS_EX_FULLROWSELECT|LVS_EX_GRIDLINES); //设置行宽 CImageList image; image.Create(1,40,ILC_COLOR24|ILC_MASK,4,0); m_list1.SetImageList(&image,LVSIL_SMALL); //设置字体和大小 CFont font; font.CreateFont(16,0,0,0,FW_NORMAL,FALSE,FALSE,0,ANSI_CHARSET,OUT_DEFAULT_PRECIS,CLIP_DEFAULT_PRECIS,DEFAULT_QUALITY,DEFAULT_PITCH|FF_SWISS,"宋体"); m_list1.SetFont(&font); m_list1.GetHeaderCtrl()->SetFont(&font); //设置标题头 &n
- 2022-11-29 03:15:03下载
- 积分:1
-
pavntbrush
说明: 一个使用MS VC++ 6,0编写的一个画笔程序实用程序(A paintbrush program utility written in MS VC 6 0)
- 2018-12-30 09:34:53下载
- 积分:1
-
20224853717
说明: c#做的音乐播放器~不直到大家做过没有,提供上来大家参考下(c# doing music player ~ not until we did not, to provide up under your reference)
- 2008-10-20 17:44:50下载
- 积分:1
-
calcultor
用C++编写的科学计算器,功能比较齐全实用。(Written in C++ scientific calculator, function more complete and practical.)
- 2015-03-03 16:29:50下载
- 积分:1
-
MyListBoxTest
智能水平scrollbar的CListBox。
在MFC中,用列表框(CListBox)来显示多个字符串是一种很方便的方法。但缺
省的列表框水平滚动条不够智能——这里智能的含义是:在应该出现的时候出
现,不应该出现的时候消失,而且应能自动调节自己的大小。(intelligent level of 9x15 CListBox. In MFC, with the list box (CListBox) to show that the number of strings is a very convenient way. But the default horizontal scrolling list box, not smart-- smart here is the meaning : should the time and should not disappear in time, but should be able to adjust their size.)
- 2007-04-04 15:53:03下载
- 积分: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
-
dodes
说明: LDPC码在基于BP (Belief Propagation) 的迭代译码相结合的条件下具有逼近Shannon 限的性能,(Under the condition of combining iterative decoding based on BP (Belief Propagation), LDPC codes have the performance of approximating the Shannon limit.)
- 2019-04-01 08:54:14下载
- 积分:1
-
Baidu
用VS编写的一个百度杀毒的界面,采用了贴图的方式,没有使用皮肤(A written in VS baidu antivirus interface, with the method of the map, don t use the skin )
- 2014-05-26 22:16:36下载
- 积分:1