▍1. 餐厅计费系统
这家餐厅计费系统项目开发,使用C#4.5和SQL Server2012为我的客户端。 主要特点是: 1.Customers管理 2。销售管理 3.Billing 4.高级报告 登录信息: 用户名 - 管理 受密码管理 对于学生或其他人谁需要的程序或源代码论文写作或任何专业的软件开发,网站开发,移动应用开发
这家餐厅计费系统项目开发,使用C#4.5和SQL Server2012为我的客户端。 主要特点是: 1.Customers管理 2。销售管理 3.Billing 4.高级报告 登录信息: 用户名 - 管理 受密码管理 对于学生或其他人谁需要的程序或源代码论文写作或任何专业的软件开发,网站开发,移动应用开发
本人现在一直在学习STM32,知道新手学习得痛苦所以自己一步一步的做了一个代码,里面注释很详细,特别适合新手。
The driver supports KSZ8873/KSZ8863/KSZ8893, and KSZ8895/KSZ8863.GPIO based Micrel Switch SMI bitbang driver. The SMI is the Micrel Switch non-standar MIMM interface interface that provides access to all Switch configuration registers. The physical connection that incorporates the data line (SDA_MDIO) and the clock line (SCL_MDC).
adaboost实现人脸识别 基于虚拟机下ubuntu下,打开摄像头采集图像,进行人脸定位
c# 多年积累的类库,包括xml操作类、弹出消息类、导出excel、日历、上传下载、时间操作类、随机数类、条形码、文件操作类、压缩解压缩、验证码、邮件、正则表达式、字符串、网络、图片、条形码、char图形、dll操作类等等。
程序设计: 猫大叫一声,所有的老鼠都开始逃跑,主人被惊醒。-Programming: cat screamed out, all the rats are beginning to flee, the owner was awakened.
利用matlab的神经网络工具箱对基于实测气候数据的光伏输出功率预测网络进行训练和存储。然后它被转换成c++
80C196KC-ADMC401 接口电路设计及其应用,对初学者很有用-80C196KC- ADMC401 interface circuit design and its application, useful for beginners
STM8S的入门程序,SMT8S单片机的价格便宜,功能齐全,是一款不可多得好单片机;下载也方便,附件是一款,入门的经典程序 ;请大家好收吧;STM8的GPIO输出_流水灯
简易旋转倒立摆及控制系统,2013年大学生电子设计本科组简易旋转倒立摆设计并制作了一个基于PID控制的倒立摆系统。选用低功耗单片机 STM32、减速电机、电位器等器件,完成基本功能。以单片机控制减速电机转速,改变摆杆转角θ,并保证让摆杆在同一平面内做圆周运动,最终使摆杆达到倒立(在规定的-165°至 165°范围内)稳定状态。
漫天飞舞的雪花效果c#源码,代码精短,实现界面非常漂亮。-The effect of fluttering snowflakes filled the c# Source, code fine short, to achieve a very beautiful interface.
一种在VC控件上实现的加法,我们可以通过界面来方便操作,并揭示了视图与文档类的内在联系-A kind of control, implemented on the VC addition, we can interface to facilitate the operation and revealed the view of the intrinsic link with the document class
AVR-CDC converts USB and RS-232C signals using the AVR micro- controller which has no on-chip USB interface. This technology is based on Object Deveopment"s V-USB (Software-USB on AVR), and the CDC (Communication Device Class) protocol was extended over it. AVR-CDC enables PC to communicate with the USB device through virtual COM port.The basic idea of using CDC protocol over Low-speed USB is based on Kyosuke Ishikawa"s experiment in 2005. To make it stable and practical, Christian Starkjohann in Object Development helped me modifying his V-USB stack. Since three endpoints and the bulk transfer on low-speed device violates the USB standard, I added a tiny patch driver on Windows" USB stack.Although this technology is quite experimental, it may be useful to interface your original system to PC eas
窗口绘制,很好用的哦,封装了一个类,窗口绘制,很好用的哦,封装了一个类窗口绘制,很好用的哦,封装了一个类窗口绘制,很好用的哦,封装了一个类窗口绘制,很好用的哦,封装了一个类窗口绘制,很好用的哦,封装了一个类窗口绘制,很好用的哦,封装了一个类窗口绘制,很好用的哦,封装了一个类
好好侃侃,然后给我发邮件啊,我在学习啊.好好研究啊-properly and again, then give me an email ah, I am learning ah. Look carefully ah
Caffe最新源码 ,里面大量使用模板,很好的深度学习库的使用,以及可以使用GPU进行加速运行训练数据,可以从中学习到CUDA的使用
在学习STM32的道路上遇到的问题:I/O不能像51那样成组使用,所以想起来的这个方法,可以控制多个随机组合的I/O,只要你需要,就能配出来。程序集结定时器,中断,按键扫描,数码管操作。