-
CSO_C
CSO算法用C语言编写代码,带测试函数。通过更改函数代码,可运行不同的函数(CSO algorithm with C language code, with test function. By changing the function code, can run different functions)
- 2021-02-22 14:39:41下载
- 积分:1
-
gravitationalpotential
在建构地球重力场模型中,求取引力位必不可少,利用该程序,输入卫星重力数据可求取引力位(In the construction of the Earth gravity field model, the gravitational potential is essential to obtain the use of the program, enter the satellite gravity data can strike a gravitational potential)
- 2010-09-22 09:34:42下载
- 积分:1
-
cprogram900
超经典c编程900例 从最基本的到高难度的(Ultra 900 cases of classic c programming from the most basic to the difficult)
- 2007-09-30 10:38:58下载
- 积分:1
-
BB84
用c语言做的用二分法进行量子加密,请大家改正批评
(Using c language for the use of the dichotomy of quantum encryption, please correct criticism)
- 2009-01-07 14:23:01下载
- 积分:1
-
C++.Primer中文版(第4版)
C++ Primer 中文版,很好的编程书籍。(C++ Primer Chinese version)
- 2017-11-11 10:34:25下载
- 积分:1
-
VC++ 多文档程序实现为新建的文档设置显示字体
VC++ 多文档程序实现为新建的文档设置显示字体,m_str="多文档应用程序实例!";//输出文本
CFontDialog dlg;//字体对话框
dlg.GetCurrentFont(&m_lf);
if(dlg.DoModal()==IDOK)//显示对话框
dlg.GetCurrentFont(&m_lf);//获取用户设置的字体信息
return TRUE;
CString str=pDoc->m_str;//获取输出文本
LOGFONT lf=pDoc->m_lf;//获取字体结构
CFont *pFont=new CFont;
pFont->CreateFontIndirect(&lf);//创建字体
CFont *poldFont=pDC->SelectObject(pFont);//载入DC
pDC->TextOut(40,40,str);//输出文本
pDC->SelectObject(poldFont);//恢复字体
- 2022-12-19 01:50:03下载
- 积分:1
-
U盘加密程序
基于VC++2010的U盘加密程序,完美通过,大家可以拿来使用^^………………
- 2022-02-21 12:26:51下载
- 积分:1
-
最新GHOST源码
最新GHOST源码 解决所有BUG 看了真好
- 2023-07-22 04:30:04下载
- 积分:1
-
Computer-Graphics
计算机图形学的课程的课件,是PPS格式,为防止随意篡改。(PPS of Computer Graphics)
- 2012-05-14 19:11:56下载
- 积分:1
-
TEncCavlc
TEncCavlc reference 3D-HEVC
- 2018-05-12 02:40:21下载
- 积分:1