-
ddd
试用Newton插值多项式计算f(1.13)的近似值(Trial of Newton interpolation approximation of polynomial computation f1.13
)
- 2009-12-23 15:45:06下载
- 积分:1
-
C# 下载图片示例
using System;using System.Web;public class DownImg : IHttpHandler { //图片下载功能 public void ProcessRequest(HttpContext context) { System.Net.WebResponse response = null; System.IO.Stream stream = null; string path = context.Request.Url.Query.Split(new string[] { "coverimg=" }, StringSplitOptions.RemoveEmptyEntries)[1]; System.Net.HttpWebRequest request = (System.Net.HttpWebRequest)System.Net.WebRequest.Create(path); response = request.GetResponse(); stream = response.GetResponseStream(); System.IO.MemoryStream memStream = Txooo.Mobile.HttpTools.CloneStream(stream); byte[] bytes = new byte[memStream.Length]; memStream.Read(bytes, 0, bytes.Length); // 设置当前流的位置为流的开始 memStream.Seek(0, System.IO.SeekOrigin.Begin); context.Response.ContentType = "application/octet-stream"; //通知浏览器下载文件而不是打开 string fileName = DateTime.Now.Ticks.ToString() ".jpg"; context.Response.AddHeader("Content-Disposition", "attachment; filename=" fileName); context.Response.BinaryWrite(bytes); context.Response.Flush(); } public bool IsReusable { get { return false; } }}
- 2014-05-29下载
- 积分:1
-
摇号软件
摇号软件是使用C#开发的一款可配置的抽奖软件,可用于抽取幸运观众、最佳合作伙伴等场景,支持全屏展示、多轮摇号、指定中奖提示和字体等,中奖数量、名称、背景等均可自由配置。
- 2022-02-11 11:18:07下载
- 积分:1
-
chapter-4-radiation
主流的CFD软件之一
主要用来计算复杂几何形状的流动和换热问题
其数学模型的组成主要是以纳维-斯托克斯方程与各种湍流模型为主体
再加上多相流模型、热辐射模型、化学组分的输运、燃烧与化学反应流模型等.
大多数附加的模型是在主体方程组上补充一些附加源项、附加输运方程与关系式.
(One of the major mainstream CFD software used to calculate the complex geometry of the flow and heat transfer mathematical model of the problem are mainly composed of Navier- Stokes equations with various turbulence models as the main coupled multiphase flow model, radiation model, the chemical composition of the transport, combustion and chemical reaction flow model. most of the additional model is on the main equations to add some additional source term, additional transport equation and the relationship.)
- 2011-04-25 19:23:28下载
- 积分:1
-
library-c-sharp
this code for search in image library
- 2015-03-11 00:38:26下载
- 积分:1
-
宇宙无敌终极之版本!!!!!!!!
大一的一个实训作业,实现4s汽车录入和信息管理(A practical training assignment in freshman year to realize 4S automobile input and information management)
- 2020-06-17 12:00:01下载
- 积分:1
-
ChuanKouTest
c#下利用串口实现数据实时采集以及绘图试验(c# under the use of serial test data collection and mapping)
- 2011-07-14 12:03:30下载
- 积分:1
-
YH_F28335
说明: YH_F28335 user manual
- 2020-06-20 11:00:02下载
- 积分:1
-
UI的皮肤库,最好的入门
UI的皮肤库,最好的入门。UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门UI的皮肤库,最好的入门
- 2022-04-01 08:42:14下载
- 积分:1
-
nginx-zh_
nginx中文说明文档,请大家认真理解学习。(nginx-1.10.0 stable version has been released, incorporating new features from the 1.9.x mainline branch - including the stream module, HTTP/2, dynamic modules support and more.)
- 2017-07-13 17:10:09下载
- 积分:1