码迷,mamicode.com
首页 > 2014年06月22日 > 全部分享
大一C语言结课设计之《简单计算器》
/*===============================================*** 设计目的:简单计算器,计算形如10*(20.2-30.6)+5.0/2的表达式值 ** 简要原理:中缀式转逆波兰式(后缀式) ** IDE:Dev-Cpp 4.9.9.2 ** 注意事项:括号必须是英文状态的 ** 时间: 2014-6-17 \*====================...
分类:编程语言   时间:2014-06-22 18:48:27    阅读次数:260
大一C语言结课设计之《学生信息管理系统》
第一次写代码仅供参考...
分类:编程语言   时间:2014-06-22 17:14:45    阅读次数:197
SQLite
建立一个音乐列表,添加音乐能够用ListView显示出来。 添加音乐界面代码: import android.app.Activity; import android.content.ContentValues; import android.content.Intent; import android.database.Cursor; import android.database.sqli...
分类:数据库   时间:2014-06-22 15:20:46    阅读次数:251
【DataStructure】Some useful methods for arrays
Last night it took me about two hours to learn arrays. For the sake of less time, I did not put emphaises on the practice question, just now when reading the book, I found that some methods referred...
分类:其他好文   时间:2014-06-22 17:14:10    阅读次数:152
【Leetcode】Remove Nth Node From End of List
Given a linked list, remove the nth node from the end of list and return its head. For example, Given linked list: 1->2->3->4->5, and n = 2. After removing the second node from the end, the...
分类:其他好文   时间:2014-06-22 20:02:46    阅读次数:182
Android中MediaMuxer和MediaCodec用例 - audio+video
在Android的多媒体类中,MediaMuxer和MediaCodec算是比较年轻的,它们是JB 4.1和JB 4.3才引入的。前者用于将音频和视频进行混合生成多媒体文件。缺点是目前只能支持一个audio track和一个video track,而且仅支持mp4输出。不过既然是新生事物,相信之后的版本应该会有大的改进。MediaCodec用于将音视频进行压缩编码,它有个比较牛X的地方是可以对Surface内容进行编码,如KK 4.4中屏幕录像功能就是用它实现的。...
分类:移动开发   时间:2014-06-22 21:53:50    阅读次数:267
Swift开发iOS项目实战视频教程(一)---iOS真简单
本课主要介绍iOS项目的创建、第一个iOS项目的开发、UILabel、UIButton的使用。   本教程摒弃枯燥的语法和知识讲解,全是有趣有料的项目实战!   视频下载:pan.baidu.com/s/1ntHl79B   swift交流群:307561190...
分类:移动开发   时间:2014-06-22 15:19:42    阅读次数:223
思科模拟器之网络访问控制
1.标准访问控制 管的过...
分类:其他好文   时间:2014-06-22 18:48:00    阅读次数:244
斯坦福大学IOS开发课程笔记(第七课第二部分)
本篇是demo演示,程序其实就是上节课的心理学家那个demo, 不过在这个demo的基础上,把它作成一个通用版,可以自动识别当前运行的设备是iphone还是ipad,然后有不同的显示效果。所以,还是打开原来的Psychologist工程,在开始之前,我会用第五课讲的自动布局知识,让视图能在横屏模式下也可以正常显示。这一部分不细讲,参考第五课。...
分类:移动开发   时间:2014-06-22 17:13:48    阅读次数:248
Android下使用GDB调试无符号ELF文件
本文解决如何在Android下使用gdb来调试无符号的ELF文件,尤其是内存buju...
分类:移动开发   时间:2014-06-22 19:12:48    阅读次数:381
linux下Oracle11g RAC搭建(九)
linux下Oracle11g RAC搭建(九) 八、创建ASM仓储 同样在图形化界面操作 [root@node1 ~]#  su - grid [grid@node1 ~]$ asmca   //创建两个磁盘组:数据文件磁盘组和快速恢复区磁盘组 [grid@node1 ~]$ cd /u01/11.2.0/grid/bin                  //...
分类:数据库   时间:2014-06-22 14:03:48    阅读次数:274
结构体语法梳理2-指针与一维数组
一、结构体数组与指针...
分类:其他好文   时间:2014-06-22 18:56:16    阅读次数:203
UML实例--HELL_WORLD(六)
?? Artifacts 工件 “Hello, World!” is implemented as an applet, so it never stands alone but instead is typically a part of some Web page. The applet starts when its enclosing page is opened, trigge...
分类:其他好文   时间:2014-06-22 19:50:03    阅读次数:180
UML基本架构建模--类概述
?? Classes 类   Classes are the most important building block of any object-oriented system. A class is a description of a set of objects that share the same attributes, operations, relationships, ...
分类:其他好文   时间:2014-06-22 21:38:18    阅读次数:226
UML基本架构建模--获取类
?? Getting Started 开始   Modeling a system involves identifying the things that are important to your particular view. These things form the vocabulary of the system you are modeling. For example, ...
分类:其他好文   时间:2014-06-22 22:33:29    阅读次数:220
sip代码含义
1xx = 通知性应答 100 正在尝试 180 正在拨打 181 正被转接 182 正在排队 183 通话进展 2xx = 成功应答 200 OK 202 被接受:用于转介...
分类:其他好文   时间:2014-06-22 15:34:00    阅读次数:213
Floodlight下发流表过程分析
转载请注明出处: 当一个packet到达openflow交换机,会进行流表的匹配,如果没有找到相应的流表项,就会发送一个packet_in消息 到达SDN controller端,控制器根据一定的路由算法决策后,会向该路径上的所有交换机下发流表(也就是发送FLOW_MOD消息,里面有对应的action)。这里要知道的是在SDN的环境下,控制器具有全局拓扑信息,每当有链路状态改变时就会跟...
分类:其他好文   时间:2014-06-22 18:55:50    阅读次数:311
1483条   上一页 1 ... 36 37 38 39 40 41 42 ... 88 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!