-
Visual C++.Net下写的一个演示多线程的例子,对刚开始接触多线程编程的VC爱好者非常有用处。
在源码文件中有详细的注释...
Visual C++.Net下写的一个演示多线程的例子,对刚开始接触多线程编程的VC爱好者非常有用处。
在源码文件中有详细的注释-Visual C++. Net write a presentation under the multi-threaded example, just came into contact with multi-threaded programming is very useful VC enthusiasts. In the source document in detail the Notes
- 2022-01-26 02:13:21下载
- 积分:1
-
拦截定制版
全能 源码描述中如有代码片段,请点击编辑器中的“插入程序代码”按钮插入代码并选择相应的编程语言,以便代码片段被正确语法着色。
- 2022-07-21 15:31:38下载
- 积分:1
-
c# 类 继承了Gridview,并有新的功能,很实用
c# 类 继承了Gridview,并有新的功能,很实用-c# class inherits the Gridview, and have new features, very practical
- 2022-12-05 05:50:02下载
- 积分:1
-
二次开发Mach3官方宏指令集
mach3软件的二次开发的助手,尤其是对cnc控制板的拓展(The assistant of secondary development of Mach3 software, especially the expansion of CNC control board)
- 2020-06-19 20:00:02下载
- 积分:1
-
一个公用的项目,封装时间处理类,字符串处理类,验证类和一些常用的javasript,将这个项目添加到自己的解决方案里可以节省不少力气...
一个公用的项目,封装时间处理类,字符串处理类,验证类和一些常用的javasript,将这个项目添加到自己的解决方案里可以节省不少力气-a common item, Packaging class time, the string class, Class certification and some commonly used javasript. The project will be added to the solution, I could save a lot of effort
- 2022-04-07 13:15:48下载
- 积分:1
-
一个设计声音按钮的VB程序,大家看看吧。自己用挺不错的。
一个设计声音按钮的VB程序,大家看看吧。自己用挺不错的。-BUTTON
- 2023-05-20 21:10:02下载
- 积分:1
-
图像格式转换程序
翻译 maninwest@Codeforge 作者:Mohd Arshad (Sam)@CodeProject 有时需要更改上传图片的格式。通常我们会给用户提供上传任意格式图片的自由,然后处理为单一的 .jpg.格式。 .NET 为此需求提供扩展支持。.NET 支持的常见格式有.BMP, .EMF, .GIF, .ICO, .JPG, .PNG, .TIF 和 .WMF.使用代码在演示程序中,我在根目录下放置了2 个空文件夹。一个用于存放原始文件,另一个存储转换后的文件。Default.aspx 页上有个FileUpload 控件,通过此控件用户可以上传.JPG, .PNG 和 .BMP 格式的图片。有一个DropDownList,用户可以从中选择结果图像格式。有个按钮,单击后显示已经处理的图像要让程序运行,首先需要添加 3 个命名空间,提供使用 ‘Path’, ‘Bitmap’ 和‘ImageFormat’ 类的授权。命名空间为:using System.IO;
using System.Drawing;
using System.Drawing.Imaging;以下为负责图像处理的按钮的句柄函数:protected void btnResults_OnClick(object sender, EventArgs e)
{ if (Page.IsValid && fpImage.HasFile)
{ string tmpName = Guid.NewGuid().ToString();
fpImage.SaveAs(MapPath("~/Original Images/" +
- 2022-05-17 17:41:32下载
- 积分:1
-
一个用VB编写的读取dicomdir的程序!
对您了解dicom协议会有帮助的!
解压后运行dicomdicomdirvb2dicomdir.vbg...
一个用VB编写的读取dicomdir的程序!
对您了解dicom协议会有帮助的!
解压后运行dicomdicomdirvb2dicomdir.vbg
然后选择dicomdir文件dicomdicomdirdicomdir
有什么不明白的发邮件问我gprice_liyu@yeah.net-Prepared using a VB program to read the dicomdir! DICOM protocol for your understanding would be helpful! After extracting run dicomdicomdir b2dicomdir.vbg then select dicomdir document dicomdicomdirdicomdir do not understand what the email asked me gprice_liyu@yeah.net
- 2023-03-24 19:50:04下载
- 积分:1
-
通过VC.net对TXT文件进行操作,可将数据存储或者读取
通过VC.net对TXT文件进行操作,可将数据存储或者读取-TXT file by VC.net right to operate, you can store or read data
- 2022-01-22 17:40:06下载
- 积分:1
-
ClassSay
用VS2005写的,对于其中没有太多的技术含量, 但是还是蛮有参考价值的.
后台数据库的读写采用三层架构,没有专业的后台管理程序,所有操作都是同一个页面上进行.
后台数据库sql2000 + asp.net2.0
最后说一句,没有交流就没有进步(Written by VS2005, for which there is not much technical content, but still quite useful. Background database to read and write using a three-tier structure, no professional background management procedures, all operations are conducted on the same page. Background database sql2000+ asp.net2.0 the final say, there is no exchange would be no progress)
- 2009-01-03 16:45:22下载
- 积分:1