-
TTS
语音合成软件,输入文字,自动生成声音文件,全部是源码(Speech synthesis software, input text, automatic generation of sound files, all the source code)
- 2020-10-26 20:29:59下载
- 积分: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
-
InjectLibrary64
WIN7 64位下 32位注入64位DLL程序(WIN7 64 bit The following 32 64 DLL injection procedure)
- 2015-01-07 16:59:36下载
- 积分:1
-
PIDkongzhi
基于c8051f310单片机的pid控制倒立摆算法实现(C8051f310 microcontroller pid control algorithm based on inverted pendulum)
- 2014-08-06 14:12:22下载
- 积分:1
-
kruskal
Kruskal Algorithm Writtien in C++ you will find complete codeblocks project file
- 2019-04-21 16:04:42下载
- 积分:1
-
ISO_C11_drft
说明: iso c11 drft 草稿标准,凑字数,凑字数(iso c11 drift, iso c11 drift , iso c11 drift)
- 2020-06-24 01:40:02下载
- 积分:1
-
MA2
构造一个空的双向栈,判断双向栈是否存在,出栈,入栈,判栈空,将栈置空,判栈满,取栈顶(Construct an empty two-way stack to determine whether there is a two-way stack, out of stack, stack, sub-stack empty, set the stack is empty, sub-stack is full, take the stack)
- 2009-11-16 13:07:59下载
- 积分:1
-
H-264-Engineering-Practice-Codes
MPEG-4/H.264视频编解码工程实践 随书光盘源码(MPEG-4/H.264 video codec engineering practice CD with the book source)
- 2012-09-27 00:49:29下载
- 积分:1
-
ED2---Tarea-2---CodigoFuente---FabioCarvajal--Fra
C++ red and black tree implementation
- 2014-12-19 12:00:22下载
- 积分:1
-
src
读取RAW格式文件,将其转换为BMP格式文件并存储(raw 2 bmp file format convert)
- 2016-04-20 16:29:22下载
- 积分:1