-
espeak要用源代码
我用过的,很好用
espeak要用源代码
我用过的,很好用 -espeak to use the source code I used, very good use
- 2022-01-26 00:07:18下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
这是个可以实现UTF
这是个可以实现UTF-8与GB2312之间的互换类,已封装成类,调用简单,使用方便!(推荐下载)-this can be achieved is UTF-8 and the fungibility between GB2312 category, packaged as category, called simple, easy to use! (Download)
- 2022-03-10 17:06:09下载
- 积分:1
-
For the specified procedure in the creation of the desktop shortcut to any direc...
为指定程序在桌面在创建快捷方式,并可删除任一目录的快捷方式-For the specified procedure in the creation of the desktop shortcut to any directory and delete the shortcut
- 2022-09-24 19:20:03下载
- 积分:1
-
包含数十个经典算法的C语言实现,绝对经典!
包含数十个经典算法的C语言实现,绝对经典!-Contains dozens of classic algorithm for the realization of the C language, an absolute classic!
- 2022-05-07 01:03:32下载
- 积分:1
-
火车进站排列
这个程序主要用是队列来实现利用队列结构实现车厢重排问题,同时还结合
了异常处理...
火车进站排列
这个程序主要用是队列来实现利用队列结构实现车厢重排问题,同时还结合
了异常处理
-Train stop with this procedure are mainly used to achieve the use of queue queue rearrangement inside the structure of implementation questions, but also a combination of exception handling
- 2022-01-24 15:52:40下载
- 积分:1
-
查看接入主机的USB设备,并显示序列号,断口信息
查看接入主机的USB设备,并显示序列号,断口信息-See USB device host access
SetupDiGetDeviceInterfaceDetail(hDevInfo,&strtInterfaceData,NULL,0,&strSzie,NULL)
- 2022-02-01 11:46:30下载
- 积分:1
-
门禁服务器源代码
门禁服务器程序与门禁设备udp通信,实现远程开门,刷卡记录数据库,获知门禁开关状态,实现人不在的情况下,也能打开门!!!!
- 2023-05-27 13:40:04下载
- 积分:1
-
最近学了一段时间的C,感觉还不错,这对单片机的编程也很有帮助,在这奉上一个小程序(在VC6.0里运行的话,能看得更加清楚),其功能就是显示任何一年的万年历,没办...
最近学了一段时间的C,感觉还不错,这对单片机的编程也很有帮助,在这奉上一个小程序(在VC6.0里运行的话,能看得更加清楚),其功能就是显示任何一年的万年历,没办法,学的不是很多,这样的程序也拿来传。。希望大家见谅,不过我觉得这也有他的好处。-Recent study for a period of time C, feeling good, and this single-chip programming is also helpful in this offer, a small program (to run in VC6.0 so, can see more clearly), its function is to display any calendar year, no way, learning is not a lot, so that the procedures used Chuan. . I hope everyone will forgive, but I think this also has the advantage of him.
- 2022-05-08 07:54:29下载
- 积分:1
-
This is a keyboard and mouse on the visualization of small procedures, or before...
这是个关于键盘鼠标的可视化小程序,以前还是花了不少功夫的。-This is a keyboard and mouse on the visualization of small procedures, or before a lot of flower.
- 2022-01-26 02:59:48下载
- 积分:1