-
GoHead WebSever
著名的linux嵌入式系统的Web Server源代码,支持ASP脚本.(famous Embedded System Web Server source code, ASP script support.)
- 2005-04-11 16:11:16下载
- 积分:1
-
G代码读取
数控系统G 代码的编程代码,用VS简易编写的,适合初学者(NC system G code programming code, written in VS, suitable for beginners.)
- 2020-07-06 11:08:58下载
- 积分:1
-
STM32
说明: 采用4路红外对管进行循迹,电机控制小车运动。(Four infrared channels are used to track the tube, and the motor controls the motion of the car.)
- 2020-06-25 18:20:01下载
- 积分:1
-
UDF实用小程序
说明: 质量流量,移动边界层(不考虑物体与壁面的摩擦以及液体和物体间的剪切力),加质边界源项(Mass flow, moving boundary layer (regardless of the friction between the object and the wall and the shear force between the liquid and the object), and the source term of the added mass boundary)
- 2020-03-31 13:42:56下载
- 积分:1
-
一个与ASP.NET(C #)小区物业管理系统的开发
一个用ASP.NET(C#)开发小区物业管理系统-One with ASP.NET (C#) The development of residential property management system
- 2022-02-21 21:56:05下载
- 积分:1
-
stm32 adc采样
通过stm32 103的ADC采样ai值,定时多路轮询。
还有串口多路通道设置,通过串口通信,波特率可设。
di和do等通过串口进行控制读取。
- 2022-04-11 13:19:11下载
- 积分:1
-
Experience DELPHI master set, DELPHI collected a variety of development experien...
DELPHI 高手经验集,收集的各种DELPHI开发经验,很实用-Experience DELPHI master set, DELPHI collected a variety of development experience, it is practical
- 2023-04-19 21:35:04下载
- 积分:1
-
Linux_Gateway-ioT-master
说明: 基于linux的默认网关设置(转载自github,若有侵权,联系删除)(Default gateway settings based on Linux)
- 2020-03-10 12:49:09下载
- 积分:1
-
STM32F103MQTT
说明: 在STM32F103RET6测试,FreeRTOS版本V10.0.1,STM32固件版本V3.5。
连接MQTT正常订阅接收数据,修user_mqtt.h头文件即可使用。(In stm32f103ret6 test, FreeRTOS version v10.0.1, STM32 firmware version v3.5.
Connect to mqtt, subscribe to receive data normally, and repair user_ The mqtt. H header file can be used.)
- 2020-09-23 11:15:42下载
- 积分:1
-
C#获取拼音首字母并进行中文简繁体互转
C#中文简繁体互转,并获取汉字拼音首字母,内含一个中文处理工具类,类中包括了以下处理函数:将字符转换成简体中文、讲字符转换为繁体中文、获取中文字符串的首字母、获取单个中文的首字母,每一个都是挺实用的,下面把字符转换为繁体中文的代码帖上来,需要更多代码的请下载本源码哦:
//讲字符转换为繁体中文,参数包括:要转换的字符串、转换完成后的字符串:
public static string ToTraditional(this string ChineseStr)
{
String TraditionalStr = Microsoft.VisualBasic.Strings.StrConv(ChineseStr, Microsoft.VisualBasic.VbStrConv.TraditionalChinese, 0);
return TraditionalStr;
}
- 2022-08-12 23:26:59下载
- 积分:1