-
tracelog
说明: 一个关于A Logging ListBox Control的实用源代码,非常好!(A Logging ListBox Control on a practical source code, very good!)
- 2009-08-29 08:15:11下载
- 积分:1
-
把每天重要的事情写下来,做个排序,可以提高工作的效率
把每天重要的事情写下来,做个排序,可以提高工作的效率-The important thing every day to write it down, to be sorted, you can increase efficiency
- 2022-03-24 20:31:27下载
- 积分:1
-
VB拼音转换及输出程序
进行拼音转换、拼音输入、拼音输出。拼音转换可将整篇文章迅速转换成带有声调的拼音,支持全拼显示、按字显示、按词显示、汉拼上下对照显示,以一词一拼音的方式显示,以字、拼音上下对照的方式显示,以一字一拼音的方式显示,全部显示拼音等。
本程序有两个版本的源码,一个是API版本,另一个是使用了actskin4.ocx界面控件的美化版本。
在一边输入的同时就在下方显示对应的拼音 有两种方式:
1.每次只在下面生成上面新输入的汉字字符的对应拼音字符,对之前输入的字符则不处理,这样做耗时会小些.
2.每次都直接对上面的所有汉字字符进行转换,这样最方便,但是如果文件过大,可能会比较耗时.
这里还是用第2种方法
- 2022-09-26 16:45:03下载
- 积分:1
-
gcc
说明: 读取音频,采用分帧处理,最后使用广义互相关算法求时延(Reading audio, adopting framing process, and finally using generalized cross-correlation algorithm to calculate time delay)
- 2020-03-26 00:11:40下载
- 积分:1
-
Xinglong Beauty salon management system, a good beauty salon business management...
兴隆美容美发管理系统,不错的美容美发行业管理软件,很适合美容美发日常营业管理-Xinglong Beauty salon management system, a good beauty salon business management software, it is suitable for day to day business management of beauty salons
- 2022-01-23 10:21:17下载
- 积分:1
-
舵机控制程序
用于舵机控制板,驱动六轴机械臂,与上位机通信(Used for steering control board, driving six-axis manipulator, communicating with upper computer)
- 2020-11-20 18:59:36下载
- 积分:1
-
C# 回车键控制鼠标焦点
C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。
private void txtUserName_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
txtPWD.Focus();//切换鼠标焦点
}
private void txtPWD_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
btnOK.Focus();//切换鼠标焦点
}
- 2022-01-23 11:25:26下载
- 积分:1
-
icolorbuffer
说明: Downloads of the software peaked in 2013 with an average of just under 148,000 per day compared to less than 50,000 in Q2 2019.(It can also read and write a wide variety of other file formats, with particular attention to those from)
- 2020-06-17 01:20:01下载
- 积分:1
-
MU1.03tuoji
很不错的一个奇迹(MU)脱机外挂,支持手动添加捡取任何物品。自动上线。(A nice miracle (MU) is out of the machine, supporting manual addition of picking up any items. Automatic online.)
- 2020-07-02 04:00:01下载
- 积分:1
-
主成分分析降维代码(直接调用版)
说明: 主成分分析降维代码,完整版,可以直接放进matlab运行。(Principal component analysis dimension reduction code, complete version, can be directly put into Matlab to run.)
- 2021-01-23 22:22:10下载
- 积分:1