-
HTTPGetPost_src1
说明: httppost的实现方法基于visualc++实现(httppost based on the method to achieve visualc)
- 2006-04-22 21:50:55下载
- 积分:1
-
MatlabandVC
Matlab与VC++的混合编程,利用Matlab强大的混图功能在VC画出想要的图形,操作步骤详细易学(Matlab and VC++ mixed programming, Matlab, mixed plan features a powerful draw the desired graphics in VC, the steps to learn more)
- 2010-06-29 10:24:16下载
- 积分:1
-
cwp
地震波正演和显示模块,来源于SU,作了修改,可以不依赖于SU的头文件和库,可以独立编译运行。(Seismic waves forward and display module, from the SU, has been modified, you can not depend on the SU s headers and libraries, the compiler can be run independently.)
- 2007-11-15 07:43:34下载
- 积分:1
-
oled初始化程序
常用的oled 显示驱动初始化程序 用于真彩色的oled 不是普通 的液晶屏幕 这点请注意,oled是三星的手机上用的那中amoled比较新潮的东西,液晶现在我认为性价比较高,但在将来会有被替代的趋势
- 2022-03-22 00:07:30下载
- 积分:1
-
game
智力游戏 - 贪吃蛇游戏的C源代码 (Intellectual games- Snake game source code of C)
- 2009-05-20 17:01:18下载
- 积分:1
-
GNSS-PRocess
本文介绍了一种
)’’
多系统静态基线数据处理方法!该方法使用统一的方式来处理
&’
5.)6’’
北斗
及三者融合的观测数据#这种处理方法已经实现在广州南方测绘仪器有限公司的静态后处理软件中#本文使用实际数据验
证了这种处理方法!得到了较好的结果(This article describes a ) ' multi-system static baseline data processing method! This method uses a unified way to deal & ' ' 5.) 6' ' ' Compass and three observational data fusion# This treatment method It has been achieved in the static Guangzhou South mapping Instrument Co.# post-processing software used herein, the actual data validation of this approach! Get better results)
- 2015-06-30 11:16:20下载
- 积分:1
-
attiny13_AD
AVR单片机attiny13的AD采样程序包,内含在Avr Studio 4下开发的完成源代码和在protues 7.10下开发的完整的仿真图,功能说明在程序注释中。(AVR microcontroller attiny13 AD sampling package, containing the Avr Studio 4 developed under the complete source code and developed under the protues 7.10 complete simulation diagram, function described in the program note.)
- 2020-10-09 16:47:36下载
- 积分:1
-
C# FTP客户端模块 上传下载文件显示进度
C# FTP客户端模块 上传下载文件显示进度,本示例可通过HTTP、FTP下载文件,可通过FTP上传文件,请设定好服务器IP地址再测试,进度条在窗口的最上方。
percent = (float)totalDownloadedByte / (float)totalBytes * 100;
label1.Text = "当前补丁下载进度" + percent.ToString() + "%";
Application.DoEvents(); //必须加注这句代码,否则label1将因为循环执行太快而来不及显示信息
reqFTP.Credentials = new NetworkCredential(ftpUserID, ftpPassword);//用户,密码
reqFTP.Method = WebRequestMethods.Ftp.UploadFile;//向服务器发出下载请求命令
reqFTP.ContentLength = finfo.Length;//为request指定上传文件的大小
- 2022-03-23 13:46:25下载
- 积分:1
-
串口接收发送等可调
- 2022-08-14 20:51:44下载
- 积分:1
-
cwnd_point
通过HWND获得CWND指针的小例子,可以编译通过(HWND pointer obtained through the CWND small example, you can compile)
- 2010-03-08 13:28:36下载
- 积分:1