-
seg2-segyzhuanhuan
seg2-segy格式转换工具,利用c++编写的,希望对相关的人有用(seg2- SEGY format conversion tools, the use of c prepared in the hope that the right of use)
- 2006-07-29 23:37:23下载
- 积分:1
-
78712545
一个可以控制电机的程序 能主管的显示数据(One can control the electric charge of the program can display data)
- 2009-07-13 00:56:16下载
- 积分:1
-
CC2530单片机技术与应用
CC2530单片机技术与应用,外部中断,定时器,串口通信的应用。(Computer and between computers or computer terminals with serial communications and data transmission could be used in parallel two types of communications.)
- 2018-06-14 19:21:26下载
- 积分:1
-
Level
水准网高程平差,C#语言,可以进行水准网的完整平差程序(Leveling adjustment of leveling network)
- 2017-11-10 20:14:59下载
- 积分:1
-
18GEthercat_RountCom - 2019-5-6
Ethercat通讯 + 8个IO + 1个ad模拟量(Ethercat Communication + 8 IO + 1 ad Analog)
- 2019-05-06 18:27:36下载
- 积分:1
-
C# 中文简体繁体转换小程序源码
Visual C# 简繁体转换,实现中文汉字的简体繁体转换功能,相信这个C#小程序源码会很实用吧,经常用到。编译运行后,请输入要转换的文字,单击对应的按钮,即可实现转换功能,绑定在对应按钮上的代码如下:
C#中文繁体转简体源码:
private void button1_Click(object sender, EventArgs e)
{
string src = txtSrcText.Text.Trim();
byte[] srcByte = Encoding.Default.GetBytes(src);
byte[] desByte = new byte[srcByte.Length];
LCMapString(2052, LCMAP_SIMPLIFIED_CHINESE, srcByte, -1, desByte, srcByte.Length);
string des = Encoding.Default.GetString(desByte);
txtDesText.Text = des;
}
C#中文简体转繁体源码:
private void button2_Click(object sender, EventArgs e)
{
string src = txtSrcText.Text.Trim();
byte[] srcByte = Encoding.Default.GetBytes(src);
byte[] desByte = new byte[srcByte.Length];
LCMapString(2052, LCMAP_TRADITIONAL_CHINESE, srcByte, -1, desByte, srcByte.Length);
string des = Encoding.Default.GetString(desByte);
txtDesText.Text = des;
}
- 2022-03-12 07:23:03下载
- 积分:1
-
C++俄罗斯方块游戏
俄罗斯方块游戏完成的基本功能是随机下落方块、移动、旋转和卡位,并且当方块排列成完整的一行或多行时消除,得分。每一关到达30分即可转到下一关,游戏速度加快。若游戏时下落的方块置顶则游戏失败,退出。
此游戏的特色是实现了下落方块颜色的随机;游戏中增加了暂停和继续;游戏有计时的功能;一次消的行数越多,得的分数越多;当达到一定等级时,会出现“另类”的方块;游戏速度随着游戏等级的升高而加快。游戏的过程中还有游戏音乐同步播放。
- 2022-05-05 18:56:31下载
- 积分:1
-
2017-07-18 缩放图片并保存
c# visual studio studio
- 2019-04-02 11:25:25下载
- 积分:1
-
hdfd
用于标定条纹相机的对撞脉冲锁模激光器.The streak camera is used to calibrate the collision pulse mode-locked laser.(The streak camera is used to calibrate the collision pulse mode-locked laser.)
- 2012-01-10 11:59:28下载
- 积分:1
-
714noonfinal
利用单片机STC89C58RD+控制蜂鸣器播放音乐,并且通过LCD12232显示歌词及相关控制信息;
注:仿真有些问题,焊接出来的电路是没问题的(To play music by sounder with MCS-51 STC89C58RD+,and display the caption on the LCD12232.)
- 2010-07-14 21:27:30下载
- 积分:1