Giter Site home page Giter Site logo

三斤's Projects

accumulation icon accumulation

从1累加到100,结果为5050.我最开始在网站中寻找swift中如何让应用循环。找到后开始学习,并且编程序。最开始输出为4950,发现是没有加100,便知道在循环中出现错误--只循环到99,将”i<100”改为”i<=100”,输出结果正确

array_bounds icon array_bounds

数组越界:int b[10];这是一个整型的数组b,有10个元素:b[0]-b[9],因为正确的下标应该是从0开始,到9结束,与生活习惯中的1-10不一样,于是产 生一个b[10]的错误,即数组下标越界。c和c++语言中数组下标越界,编译器是不会检查出错误的,但是实际上后果可能会很严重

calc icon calc

最开始想用上学年c语言的计算器改,但是有很多语句在使用的时候都不通过。因此在老师推荐的网站上(www.swift.cn)查找到了一个教简单的计算器的制作教程,因此该程序是根据教程编写的。

flash icon flash

Arduino:通过高低电频来控制led闪光, 每段时间间隔5秒

group icon group

定义一个由20个整形元素组成的数组,利用冒泡排序进行排序。首先在网上查找如何在swift中定义数组,之后进行冒泡排序,并输出排序后的数组。

ios_test icon ios_test

在iOS环境中:先设置三个text功能键(用于输入输出)和一个Botton功能键(对输入的字符串进行运算)。之后写入代码并运行。

link icon link

通过链表对学生结构体进行输入和读取:定义结构体指针,通过指针来进行动态存储分配,其中head和p指针都指向学生结构体,head指向链表首部,是写 入数据的开始,接下来就是写数据的循环,并将下一个存储单元的起始地址存到本单元的最后,实现了链接和存储单元跳转。

pointer icon pointer

十六进制;指针;地址:定义a=15,在定义一个指向a的指针,输出a的地址等数据

sort icon sort

使用宏定义,让N等于5,再输入5个数,根据for 循环的具体步骤进行,使输入的5个数按照一定的顺序进行排序

steering_engine icon steering_engine

将连接舵机的引脚插在开发板的九号接口上(经查阅资料,三 五 六 九 十 十一 均可)此舵机可旋转180度 所以区间在(0—180)delay一周期所用的时间 上传验证

sweep icon sweep

两个舵机同步进行旋转,通过for循环来控制,相同时间内,旋转角度相同,但由于舵机的旋转角度限制,故旋转范围为0-180度。两舵机同时转到180度 后再往回转。

tongxunlu icon tongxunlu

该程序为swift sql,在数据库里调用、保存、删除信息。通讯录首页有:添加、查找、删除等操作,单击跳转到下一界面。经过检验,该程序可执行。

two_servo icon two_servo

连接上两个舵机,每个舵机旋转角度时间相同 但 是两个舵机一起旋转

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.