-
脑肿瘤体积测量活动轮廓伪代码
胶质母细胞瘤是高度侵袭性和恶性脑瘤哪些难以遵守完全。切除的外科程度构成,由于关键作用它直接影响患者的生存时间。来确定切除范围,则在手术前和手术后的磁共振(MR)图像的肿瘤体积应计算和比较。材料和方法:活性轮廓的分割方法的实施是为在手术前T1对比度增强磁共振影像片段胶质母细胞瘤脑肿瘤在轴向,冠状面和矢状面通过自行开发的软件。容积率为使用Delaunay三角肿瘤的轮廓呈现。除了分割和体绘制,图形用户界面的开发是为了便于绘制,可视化和体积计算的脑肿瘤。该软件在MATLAB(版本7.2)来实现。两个MR图像数据集从胶质母细胞瘤患者使用,并且体积的可重复性和再现性计算进行了测试。计算肿瘤体积的尺寸然后比较在Amira®软件所获得的尺寸。
- 2022-05-20 07:41:05下载
- 积分:1
-
This a ComputerOrganizationandDesign3e
This a ComputerOrganizationandDesign3e-solutions is a standard book .For designing various parts of computer.-This is a ComputerOrganizationandDesign3e-solutions is a standard book .For designing various parts of computer.
- 2022-05-25 04:57:41下载
- 积分:1
-
新编Windows_API_参考大全
新编Windows_API_参考大全-New Windows_API_ reference Daquan
- 2022-03-05 08:52:43下载
- 积分:1
-
javascript实现的一个工作流图形编辑器,还需完善
javascript实现的一个工作流图形编辑器,还需完善-javascript realize a graphical workflow editor, needs to be perfect
- 2022-02-21 02:30:22下载
- 积分:1
-
pbtowordandexcel目录:PowerBuilder 9中通过OLE技术工作…
pbtowordandexcel目录:在PowerBuilder 9.0中通过OLE技术实现与WORD和Excel通信的例子;
pb9com目录:在PowerBuilder 9.0实现COM开发的例子;
Media目录:使用OLE控件实现媒体播放器的功能,还包含一个使用API MCI设备实现媒体播放的例子;
DDE目录:包含DDE客户端源程序;
DBOLE目录:使用OLE控件实现大型二进制数据的保存与显示的源程序;
XPMenu目录:XPMenu菜单的例子,setup子目录可自动安装注册DLL。-pbtowordandexcel directory : PowerBuilder 9.0 in through OLE technology with Word and Excel Communications examples; pb9com Contents : PowerBuilder 9.0 in the development of the COM achieve example; Media Contents : use OLE achieve media player functions, also includes an API MCI equipment used to achieve the broadcast media examples; DDE directory : includes DDE client source; DBOLE directory : use OLE large binary data to achieve the preservation and display of the source; XPMenu directory : XPMenu menu example, setup subdirectory can be registered automatically installed DLL.
- 2023-01-04 19:50:03下载
- 积分:1
-
thermometer and heater device
for demonstration of automatic
temperature con...
thermometer and heater device
for demonstration of automatic
temperature control.
version 2.0
this device (thermometer.exe) comes with
full source code (visual basic 6.0) and
a sample assembler program (thermometer.asm),
that can be run on emu8086 microprocessor
emulator.
you can download the latest emu8086
microprocessor emulator from here:
http://www.emu8086.com
feel free to e-mail if you have any questions:
info@emu8086.com
have fun!
copyright (c) 2005 emu8086.com
http://www.emu8086.com
- 2023-08-05 22:55:03下载
- 积分:1
-
动态装载WDM驱动程序,包含DEMO工程,用vc6.0编译通过.
动态装载WDM驱动程序,包含DEMO工程,用vc6.0编译通过.-dynamic loading WDM, including DEMO works with vc6.0 compile.
- 2023-08-10 04:30:03下载
- 积分:1
-
加密
这simetrica加密代码,我得到另一个开源代码
- 2022-06-20 19:33:19下载
- 积分:1
-
监控网络计算机,在网络上把接网的计算机信息读出来,并且得到计算机屏幕...
监控网络计算机,在网络上把接网的计算机信息读出来,并且得到计算机屏幕-Monitoring network computers on the network to access the computer information network to read out, and get the computer screen
- 2022-07-27 04:02:26下载
- 积分:1
-
金额数字小写转大写
应用背景 企业财务、出纳、资产评估师、土地评估师、房产评估师等在日常工作中经常需要金额大写的情况,这个工具将小写的数据转换为大写的数据。方便工作人员填写报表等。关键技术 采用VB编程,代码可以用到任何地方。Private Function changnum(num As Integer) As String Select Case num Case 0 changnum = "零" Case 1 changnum = "壹" Case 2 changnum = "贰" Case 3 changnum = "叁" Case 4 changnum = "肆" Case 5 changnum = "伍" Case 6 changnum = "陆" Case 7 changnum = "柒" Case 8&nb
- 2023-03-22 09:15:04下载
- 积分:1