上一页 1 ··· 65 66 67 68 69

.Net(c#) 连接 ACCESS 数据库

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.OleDb;using System.Data;namespace ... 阅读全文
posted @ 2011-09-17 22:23 silyvin 阅读(163) 评论(0) 推荐(0) 编辑

有限元软件开发的基本要求,你还差几条?

摘要: 原帖:http://streda.blog.sohu.com/167339051.html有限元分析软件在几何所有的行业领域里都会碰到。虽然有许多开源软件可用,但作为出生于高校的开源软件,都是为了研究目的开发的。算算小的问题可以,一旦碰到大规模的问题,就不够用了。有限... 阅读全文
posted @ 2011-09-09 10:37 silyvin 阅读(341) 评论(0) 推荐(0) 编辑

.Net 中操作文本文件

摘要: 一 、写入文本using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace PlaceUsingTxt{ p... 阅读全文
posted @ 2011-09-07 21:35 silyvin 阅读(191) 评论(0) 推荐(0) 编辑

.Net(c#) 通过 Fortran 动态链接库,实现混合编程

摘要: c# 与 Fortran 混合编程解决方案主要有两种:1. 进程级的交互:在 Fortran 中编译为控制台程序,.Net 调用(System.Diagnostics.Process),然后使用 Process 的 StandardOutput 属性读取控制台输出内容... 阅读全文
posted @ 2011-08-30 23:00 silyvin 阅读(253) 评论(0) 推荐(0) 编辑
上一页 1 ··· 65 66 67 68 69