-
用teechart控件生成三维图像的一个恒流源的表面。
用teechart控件生成三维表面图像的vb源码。-with teechart Control Generation 3D images of the surface of a constant source.
- 2022-06-18 03:17:24下载
- 积分:1
-
此程序用来学习C++的好实例,从简单入手,循序渐进,希望大家有所收获。...
此程序用来学习C++的好实例,从简单入手,循序渐进,希望大家有所收获。-This procedure is used to learn C++, good examples, from simple start, step by step I hope you gain something.
- 2023-02-05 13:10:04下载
- 积分:1
-
VB6.0存取+
VB6.0+ACCE-VB6.0+ ACCE
- 2022-08-24 04:54:04下载
- 积分:1
-
字音转换大师是一个可以将汉字转换成拼音的免费绿色软件,该程序由阿龙编写
软件可以自动工作于两种模式:
1.智能模式,您需要安装“微软拼音输入法”...
字音转换大师是一个可以将汉字转换成拼音的免费绿色软件,该程序由阿龙编写
软件可以自动工作于两种模式:
1.智能模式,您需要安装“微软拼音输入法”,此时软件能自动识别多音字,能标注声调等。
2.简单模式,暂时没有自动识别多音字,对多音字的拼音全部标出,暂时没有标注声调
“微软拼音输入法”是指“微软拼音输入法3.0”,“微软拼音输入法2003”等中的任意一个。
XP下安装微软拼音输入法的方法(1):
通过“开始/设置/控制面板”打开控制面板
通过控制面板的“日期、时间、语言和区域设置”
->“添加其它语言”
->“语言/文字服务和输入语言/详细信息”
->“设置/已安装的服务/添加”
选择“微软拼音输入法3.0”安装
安装微软拼音输入法的方法(2):
从网站上下载“微软拼音输入法3.0”或“微软拼音输入法2003”等直接安装
改进意见及错误报告请发送至dragon_hn@sohu.com
或直接访问
http://www.dragon-2008.com/guestbook/index.asp
提交意见或建议
欢迎访问www.dragon-2008.com与阿龙交流
-pronunciation change is a master of Chinese characters can be converted into green Pinyin free software, The procedure prepared by Aaron software can automatically work in two modes : 1. intelligent mode, you need to install the "Microsoft Pinyin input method", when the software can automatically identify Multi-tone characters, such as tone can be marked. 2. A simple model, there are no more automatic recognition Music charact
- 2022-04-12 16:57:18下载
- 积分:1
-
一个小游戏
一个小游戏-a little game
- 2023-05-29 08:15:02下载
- 积分:1
-
一个倒计时的程序
一个倒计时的程序-a countdown procedures
- 2022-02-06 05:21:27下载
- 积分:1
-
16位ad7705模数转换
好用串口方式
能值接把数读出来
16位ad7705模数转换
好用串口方式
能值接把数读出来-16-bit AD7705 analog-to-digital converter serial-to-use way to access the value of the number of read out
- 2022-02-19 23:42:48下载
- 积分:1
-
C# 泛型列表List用法示例
C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。
private void Frm_Main_Load(object sender, EventArgs e)
{
List People = new List{//创建人员列表
new Person(1,"王*科"),
new Person(2,"王*科"),
new Person(3,"赵*东")};
var query = from p in People//过滤人员名称中以"科"结束的序列
where p.Name.EndsWith("科")
select new
{
人员ID = p.ID,
人员姓名 = p.Name
};
foreach (var item in query)//遍历查询结果
{
label1.Text += item + "
";
}
}
}
public class Person
{
public Person(int id, string name)
{
this.ID = id;
this.Name = name;
}
public int ID { get; set; }//人员ID
public string Name { get; set; }//人员姓名
}
- 2023-01-08 20:45:03下载
- 积分:1
-
为初学者提供MFC程序设计的试验方法和部分知道
为初学者提供MFC程序设计的试验方法和部分知道-MFC for beginners program designed to provide test methods and some know
- 2022-02-12 17:53:36下载
- 积分:1
-
声音信号读取和处理!也是网络上得到的,上传和大家分享
声音信号读取和处理!也是网络上得到的,上传和大家分享-Sound signals to read and deal with! Is also the network received, upload and share
- 2022-02-13 17:06:18下载
- 积分:1