-
vtkdicom
vtk结合MFC显示原始dicom数据和mpr平面的显示(vtk combine MFC display raw dicom data and mpr plane)
- 2021-02-19 16:19:44下载
- 积分:1
-
big
visual c++6.0编程实现对图像的缩放处理(vc++6.0 program to achieve the scaling of the image processing
)
- 2009-04-26 10:30:50下载
- 积分:1
-
VC++ gethostbyname获取主机名和IP地址
VC++ 获取主机名和IP地址,也就是根据主机名获得IP地址,使用了gethostbyname函数,然后再使用addr.Format格式化获取到IP地址。具体来看以下代码获取到IP地址:
// 获得主机ip地址
struct hostent * phost;
phost = gethostbyname(szhostname);//根据主机名获得IP地址
m_strName=szhostname;
int h_length=4;
for( int j = 0; j {
CString addr;
if( j > 0 )
str += ".";
addr.Format("%u", (unsigned int)((unsigned char*)phost->h_addr_list[0])[j]);
str += addr;
}
m_strIP=str;
- 2022-11-09 11:50:03下载
- 积分:1
-
c-language-function-Daquan
c语言函数手册,chm格式文件,你懂的,都是整理好的。非常好的资料~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(c language function Daquan, chm format, you know, all good finishing. Very good information ~ ~ ~)
- 2013-10-12 14:59:13下载
- 积分:1
-
VC
- 2023-05-28 20:50:03下载
- 积分:1
-
VC++ DataGrid ADODC Trasform分析数据的例子
VC++ Trasform分析数据的例子,涉及到DataGrid ADODC等控件的使用方法,测试前请先添加好数据库。程序调试时请注意以下几项:
(1)在程序中选择ResourceView视图,打开“Dialog”节点下的“IDD_TRASFORMDATA_DIALOG”对话框资源,右键单击ADO Data控件,在弹出的菜单中选择Properties菜单项,选择通用选项卡,单击“生成”按钮,在连接选项卡中单击“…”按钮,打开当前文件夹中的Access数据库,单击“测试连接”按钮,单击“确定”按钮。
(2)右键单击DataGrid控件,在弹出的菜单中选择Properties菜单项,选择All选项卡,在DataSource项对应的Value值中重新选择IDC ADODC1项。
- 2023-06-03 16:05:03下载
- 积分:1
-
ADO
本程序在VS平台下实现MFC对数据库进行相应操作(能实现数据库的增删查改),代码量少,特别适合于初学者学习,程序可在Visual C++ 6.0和VS2010以及VS2008
平台上使用!(MFC Visual C++ DataBase ADO)
- 2014-05-22 21:56:12下载
- 积分:1
-
C100
说明: 经典C编程100例子,非常实用,特别是对初学C语言的朋友有极大帮助,让他们少走弯路。(100 classic C programming examples, very useful, especially for the novice C language have great friends to help, so that they fewer detours.)
- 2008-10-27 11:01:27下载
- 积分:1
-
The_C_Programming_Language2
传说中C圣经,不可不看哦,我整理了下一,本资料包括,它的影印版本,英文版本带书签的PDF,还有中文版本,很全的,可以让你想看哪个版本都行(Legends of the Bible, C, can not看哦, I am finishing the next, this information includes, photocopying its version, the English version with bookmarks of PDF, there is the Chinese version, it is wide, and can let you see which version will do)
- 2008-05-19 15:05:00下载
- 积分:1
-
stc
S变换 C语言程序 由R.G.Stockwell 编写
包含了正反变换 以及希尔伯特变换正反变换(S transform C language program prepared by the RGStockwell contains both positive and negative Hilbert transform, as well as positive and negative change)
- 2020-07-03 01:00:01下载
- 积分:1