-
vc-stk
本代码为使用vc平台开发stk软件x插件的一个范例。(The code for the use of vc software platform development stk an example of x Plug-ins.)
- 2020-09-21 11:27:51下载
- 积分:1
-
FDC2214
说明: TI公司的FDC2214电容传感器驱动程序(Fdc2214 capacitance sensor driver of TI company)
- 2019-12-02 11:06:13下载
- 积分:1
-
用C#操作xml
xmlFilePath = textBox2.Text
FileStream fs = new FileStream(filePa...
用C#操作xml
xmlFilePath = textBox2.Text
FileStream fs = new FileStream(filePath ,FileMode.Open)
BinaryReader binreader = new BinaryReader(fs )
//XmlTextReader xmlreader = new XmlTextReader()
XmlTextWriter xmlreader = new XmlTextWriter(xmlFilePath+"IMAGEENCODING.xml" ,System .Text .Encoding .UTF8 ) -With C# Operation xmlxmlFilePath = textBox2.Text FileStream fs = new FileStream (filePath, FileMode.Open) BinaryReader binreader = new BinaryReader (fs)// XmlTextReader xmlreader = new XmlTextReader () XmlTextWriter xmlreader = new XmlTextWriter (xmlFilePath+
- 2022-02-13 10:07:47下载
- 积分:1
-
ikvmbin-8.1.5717.0
说明: 可以让.NET 调用 Java代码的工具,简单的类库比较好用,但是比较复杂的就很难用。(The tools that can make. Net call java code are easy to use, but the more complex ones are difficult to use.)
- 2020-11-01 14:49:54下载
- 积分:1
-
Classfile
c#文件处理类库(document processing library)
- 2005-03-08 10:55:56下载
- 积分:1
-
3040
基于K均值的PSO聚类算法,光纤无线通信系统中传输性能的研究,ML法能够很好的估计信号的信噪比。( K-means clustering algorithm based on the PSO, Fiber Transmission wireless communication system performance, ML estimation method can be a good signal to noise ratio.)
- 2017-05-08 15:33:39下载
- 积分:1
-
vs2010读取BMP图片
将图片文件的信息转换成二进制,并将图片保存下来
- 2022-02-11 17:41:26下载
- 积分:1
-
C# 进度条、状态栏和计时器的实例
C# 进度条、状态栏和计时器的实例,这个例子的部分功能需要连接数据库才可看到,窗体上可看到进度条、时间等控件的效果,相关代码可看下边的代码,可起一定参考:
myAdapter.Fill(myDs, "dtMyProd");
myConn.Close();
//为数据表生成主键
DataColumn[] myPK = new DataColumn[1];
myPK[0] = myDs.Tables["dtMyProd"].Columns["ProductId"];
myDs.Tables["dtMyProd"].PrimaryKey = myPK;
DataRow thisRow = myDs.Tables["dtMyProd"].Rows[1];
txtPId.Text = "" + thisRow["ProductId"];
txtPName.Text = (String)thisRow["ProductName"];
txtUnitPrice.Text = "$" + thisRow["UnitPrice"];
statusBar1.Text ="数据库加载完毕";
时间处理方面,请参见以下代码:
string TimeInString="";
int hour=DateTime.Now.Hour;
int min=DateTime.Now.Minute;
int sec=DateTime.Now.Second;
TimeInString=(hour < 10)?"0" + hour.ToString() :hour.ToString();
TimeInString+=":" + ((min
- 2022-04-17 01:40:32下载
- 积分:1
-
C_study
谭浩强c语言基础教程学习,里面包括多种格式选择(Hemopurification c language c language versions, select a variety of formats)
- 2012-07-14 09:23:00下载
- 积分:1
-
HotKey
通过VS2010建立一个MFC对话框程序,通过这个对话框程序来体现热键的开发过程,简单易懂(By establishing a VS2010 MFC dialog procedures, through this dialog box to reflect the hotkey program development process, easy to understand)
- 2013-11-03 15:56:22下载
- 积分:1