-
MCU是stm32f105,将USB端口,驱动为HIDstm32f105-usb-hid
MCU是stm32f105,将USB端口,驱动为HID,可以与pc通信,已经完成测试。(MCU is stm32f105, the USB port, driven by HID, can communicate with PC, has been tested.)
- 2020-07-18 10:38:47下载
- 积分:1
-
天气接口
说明: 可以输入地名查看详细天气信息,黄历事宜等(You can enter a place name to view detailed weather information)
- 2020-06-18 06:00:01下载
- 积分:1
-
三次样条曲线拟和
三次样条曲线拟合类,可用于样条插值、拟合、预测等算法场合。(The Cubic Spline Interpolation class can be used for spline interpolation, fitting, prediction and other algorithms.)
- 2021-02-02 18:09:59下载
- 积分:1
-
C# Outcome 03
说明: List / ClassLibrary 信息传递, 页面交互(List/ClassLibrary information transfer, page interaction)
- 2019-05-16 15:53:07下载
- 积分:1
-
进程间通信之共享内存
C# 实现的共享内存,包含服务端和客户端,可实现数据的双向发送与接收
- 2022-08-18 07:06:11下载
- 积分:1
-
c-compiler-design-source
一个超级牛B的人设计的c编译器,包含全部源码!(A super cow who designed B c compiler, contains all the source code!)
- 2011-01-24 03:22:00下载
- 积分:1
-
bujindianjiceshi
STM32奋斗板步进电机测试,演示的是通过C口的4个口线利用tim2定时器,固定周期产生4路的脉冲信号模拟步进电机的4相8拍控制组合。步进电机采用型号为5V 28BYJ-48的步进减速电机。步进角 5.625度/64驱动板采用ULN2003驱动板。(STM32 struggle board stepper motor testing, demonstration by four port line C port utilization tim2 timer, fixed cycle 4 pulse signal generating analog 4-phase stepper motor control 8-beat combination. Stepper motor with model 5V 28BYJ-48 stepper gearmotors. 5.625 ° step angle/64 driver board with ULN2003 driver board.)
- 2014-11-04 11:20:04下载
- 积分:1
-
基于c语言的学生成绩管理
基于c语言的学生成绩管理,学生成绩管理是高校教学管理的重要环节。在VC环境下开发的基于C语言的学生成绩管理系统能够实现对学生记录的增、删、改、查等功能。对系统主要功能模块的设计思想进行了阐述,并给出了部分关键代码。
- 2022-01-26 04:30:54下载
- 积分:1
-
XPO Kullanimi
使用系统 ;
使用 System.Collections ;
使用 System.Collections.Generic ;
使用 System.ComponentModel ;
使用 System.Data ;
使用 System.Drawing ;
使用 System.Text ;
使用 System.Windows.Forms ;
使用 System.IO ;
使用 System.Diagnostics ;
使用 System.Linq ;
使用 System.Linq.Expressions ;
使用 DevExpress.Xpo ;
使用的儿子 ;
命名空间的儿子
{
公共部分类 Form2: 窗体
{
XpoLogWriter 日志 ;
公共 Form2()
{
InitializeComponent() ;
日志 = 新 XpoLogWriter(textBox1) ;
System.Diagnostics.Trace.Listeners.Add(log) ;
}
私人 void Form2_Load EventArgs e 对象发件人)
{
/ / 这条线需要显示初始查询产生的 XPO
/ / 当它连接到数据库以检索对象
/ / 第一次后启动的应用程序
//Customer cust = XpoDefault.Session.FindObject < 客户 > (空) ;
}
私人 void btnClear_Click EventArgs e 对象发件人)
{
textBox1.Text ="";
}
私人 void btnSelectWhere_Click Ev
- 2022-09-29 15:45:03下载
- 积分:1
-
Csharpyanzhengma
用C#写的验证码识别源码,需要的童鞋下载修改吧!(With code written in C# source code identifying the need to modify the bar of children' s shoes to download!)
- 2010-03-05 13:41:20下载
- 积分:1