-
3D打印机固件Repetier-Firmware
应用背景#define NUM_EXTRUDER 1
#define MOTHERBOARD 33
#include "pins.h"
// ################## EDIT THESE SETTINGS MANUALLY ################
// ################ END MANUAL SETTINGS ##########################
#define FAN_BOARD_PIN -1
//#define EXTERNALSERIAL use Arduino serial library instead of build in. Requires more ram, has only 63 byte input buffer.
// Uncomment the following line if you are using arduino compatible firmware made for Arduino version earlier then 1.0
// If it is incompatible you will get compiler errors about write functions not beeing compatible!
//#define COMPAT_PRE1
#define BLUETOOTH_SERIAL -1
#define BLUETOOTH_BAUD 115200
#define MIXING_EXTRUDER 0
#define DRIVE_SYSTEM 0
#define XAXIS_STEPS_PER_MM 80
#define YAXIS_STEPS_PER_MM 80
#define ZAXIS_STEPS_PER_MM
- 2022-06-20 21:55:21下载
- 积分:1
-
android 的聊天应用程序
在线投票系统代码 |DaniWebwww.daniweb.com › › Web 开发 JSP我想我对 Java-JSP 论坛出资 azrasiddiqui 条在线投票系统的项目代码。在线投票系统项目与在 java 源代码中的实现......topicideas.net/showthread.php?mode=threaded & 工贸 = 39577 & pid......2014 年 1 月 9 日-要讨论的话题"网上投票系统"完整的报告信息 ppt 和相关的主题,请参阅下方的链接自动的投票 Vote|Java 项目的想法或 J2EE J2MEwww.seminarsonly.com/...Projects/Java/Automated_Ballot_Vote.php自动的投票表决 Java 项目,Java 项目设想研究论文......在 Java 中,如何构建一个 Java 项目,在 Java 中,工程系学生,IEEE 在线项目......自动的投票是一直是一个信息管理系统......社区-编程 (2)-Project(strictly Java) Nairalandwww.nairaland.com/705204/community-project-strictly-java/2在线投票系统: 13%(14 票) 的图书馆管理系统: 4%(5 票) 电子银行交易系统和银行官员和客户门户: 27%......
- 2022-03-03 05:14:37下载
- 积分:1
-
Androidtelnetloading
带Loading效果的Android远程登录代码+实例,用于在后台请求服务器是否登录成功,返回[0]登录状态,[1]是否网络错误。代码中可以学习到许多Android编程的小技巧,比如弹出对话框、初始化注册view组件、清空监听按钮、检查注册表单(Loading effect the Android remote login code+ instance, is used to request the server in the background, whether the login is successful, return [0] logged in [1] is a network error. Code can learn many Android programming tips, such as pop-up dialog box, initialize the registration view components, empty the monitoring button, check the registration form)
- 2013-04-18 11:28:15下载
- 积分:1
-
Android TextSlideView高仿微信左滑删除效果
Android TextSlideView高仿微信左滑删除效果,这个功能大家再熟悉不过了,不过我倒是用的不多,这里面主要展示了 TextSlideView、list.add、getScroll的相关用法,最终的运行界面效果请参见截图。操作方法和微信一样,向左侧滑动任意一行列表,即可显示出删除按钮,轻触删除即可将该条目删除掉。
- 2022-04-17 13:31:11下载
- 积分:1
-
MaterialProgressBar-master
Android 5.0 自定义各种样式进度条(Android 5.0 Customize various style progress bar)
- 2015-11-17 13:47:38下载
- 积分:1
-
flappybird
刚刚学完Cocoos2dx之后编写的FlappyBrid小游戏。玩法一样,只是有些数值可能设置的没有原版那么好。可以编译到Android上的。(Just after completing Cocos2dx written Flappy Bird game. Play the same, but some values are not as good as the original may be set. It can be compiled to Android s.)
- 2015-11-20 14:33:11下载
- 积分:1
-
基于STM32的温感GPS终端设计
【实例简介】
野火的指南者,GPS是ATGM332D,温度传感器是DHT11。实现定位温度的采集、LCD显示及WIFI传输
/**
温感GPS终端设计.rar
******************************************************************************
* @file main.c
* @author fire
* @version V1.0
* @date 2013-xx-xx
* @brief 对GPS模块传输的数据进行解码,获取定位信息。
******************************************************************************
* @attention
*
* 实验平台:秉火 STM32 F103-指南者 开发板
* 论坛 :http://www.firebbs.cn
* 淘宝 :https://fire-stm32.taobao.com
*
******************************************************************************
*/
#include "stm32f10x.h"
#include "./usart/bsp_usart.h"
#include "./gps/gps_config.h"
#include "./lcd/bsp_ili9341_lcd.h"
#include "./systick/bsp_SysTick.h"
#include "./dht11/bsp_dht11.h"
#include "./i2c/bsp_i2c_ee.h"
#include "./flash/bsp_spi_flash.h"
#include "usart1.h"
#include "test.h"
#include "bsp_esp8266.h"
#include
#include
extern void nmea_decode_test(void);
extern void ESP8266_StaTcpClient_UnvarnishTest2(void);
int main(void)
{
ILI9341_Init ();
SysTick_Init();
DHT11_Init ();
ILI9341_GramScan ( 6 );
USART_Config();
USARTx_Config();
ESP8266_Init ();
GPS_Config();
while(1)
{
ESP8266_StaTcpClient_UnvarnishTest2();
nmea_decode_test();
}
}
- 2021-10-16 00:31:16下载
- 积分:1
-
Snake
android2.3 下编译的贪吃蛇游戏 对于手机游戏开发者是个不错的借鉴(android2.3 compiled the Snake game for mobile game developers is a good reference)
- 2012-06-14 14:16:49下载
- 积分:1
-
安卓图书馆框架
安卓图书馆框架,主要由欢迎界面,登陆页面,注册页面,广场界面,以及用户界面的Demo。
- 2022-03-23 21:10:15下载
- 积分:1
-
安卓模仿微信代码(主要是UI实现,android studio)
安卓模仿微信代码(主要是UI实现,android studio)
- 2018-04-06下载
- 积分:1