1.求shop++的源码源代码
2.有c51单片机的一些项目代码吗?
3.Linux Ubuntu openssl离线源码安装、升级版本
4.Spring源码 1.源码的源码语言源码怎么找下载与编译(by Gradle)
求shop++的源代码
主要库
spring-aop-4.0.9.RELEASE
spring-beans-4.0.9.RELEASE
spring-context-4.0.9.RELEASE
spring-context-support-4.0.9.RELEASE
spring-core-4.0.9.RELEASE
spring-expression-4.0.9.RELEASE
spring-jdbc-4.0.9.RELEASE
spring-orm-4.0.9.RELEASE
spring-test-4.0.9.RELEASE
spring-tx-4.0.9.RELEASE
spring-web-4.0.9.RELEASE
spring-webmvc-4.0.9.RELEASE
hibernate-core-4.3.9.Final
hibernate-jpa-2.1-api-1.0.0.Final
hibernate-entitymanager-4.3.9.Final
hibernate-validator-5.1.3.Final
hibernate-search-orm-4.5.3.Final
lucene-core-3.6.2
freemarker-2.3.
ehcache-core-2.6.
ehcache-web-2.0.4
shiro-core-1.2.3
shiro-web-1.2.3
c3p0-0.9.2.1
commons-lang-2.6
commons-beanutils-1.9.2
commons-collections-3.2.1
commons-io-2.4
commons-net-3.3
commons-fileupload-1.3.1
commons-codec-1.
commons-email-1.3.3
commons-compress-1.9
junit-4.
httpclient-4.3.5
httpcore-4.3.2
slf4j-api-1.7.7
jcl-over-slf4j-1.7.7
logback-core-1.1.2
logback-classic-1.1.2
dom4j-1.6.1
jackson-core-2.4.3
jackson-databind-2.4.3
jackson-annotations-2.4.3
IKAnalyzer_u6
有c单片机的一些项目代码吗?
*============================================================
使用液晶显示DS+S时钟+温度显示
==============================================================
//更新历史:增加温度显示,调整时闪动。源码开心乐园 源码论坛
// 增加零下温度显示
SMCA(*2)模拟口线接线方式
连接线图:
---------------------------------------------------
|LCM----- | LCM----- | LCM------ |
---------------------------------------------|
|DB0-----P1.0 | DB4-----P1.4 | RS-------P2.0 |
|DB1-----P1.1 | DB5-----P1.5 | RW-------P2.1 |
|DB2-----P1.2 | DB6-----P1.6 | E--------P2.2 |
|DB3-----P1.3 | DB7-----P1.7 | VLCD接1K电阻到GND|
---------------------------------------------------
DS 接线图
Vcc2 CLK I/O /RST
| | | |
--------------
| 8 7 6 5|
| DS |
| |
| 1 2 3 4|
--------------
| | | |
VCC1 GND
1 脚接+5V 2,源码点卡微商城源码3脚HZ晶振 4脚接地 5脚接S的源码邮箱验证源码 delphiP 6脚接S的P 7接S的P
8脚接后备电源,可以接老计算机主板上的源码perl源码包下载3.6V电池,也可以通过二级管隔离接一个大容量电解电容
电压在2.5V以上即可维持
按键说明:1. 共三个键,源码低电平有效
2. P 和 P 同时按:初始化
3. P 端口按键:选择要调整的源码项目
4. P 端口按键:增加;P端口按键:减少
[注:ATS使用M晶振]
=============================================================*/
/*#include <ATx.h>*/
#include <REGX.H>
#include <string.h>
#include<intrins.h>
#define LCM_RS P2_0 //定义引脚
#define LCM_RW P2_1
#define LCM_E P2_2
#define LCM_Data P0
#define Busy 0x //用于检测LCM状态字中的Busy标识
#define uchar unsigned char
uchar id,timecount;
bit flag,sflag; //flag是时钟冒号闪烁标志,sflag是源码温度负号显示标志
void Disp_line1(void); //显示屏幕第一行
void Disp_line2(void); //显示屏幕第二行
void id_case1_key();
//