码迷,mamicode.com
首页 >  
搜索关键字:back project    ( 30360个结果
A trip through the Graphics Pipeline 2011_06_(Triangle) rasterization and setup
Welcome back. This time we’re actually gonna see triangles being rasterized – finally! But before we can rasterize triangles, we need to do triangl...
分类:其他好文   时间:2014-08-05 00:25:38    阅读次数:476
poj2387-Til the Cows Come Home dijkstra入门水题
Til the Cows Come Home Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 29539   Accepted: 9927 Description Bessie is out in the field and wants to get back to...
分类:其他好文   时间:2014-08-04 21:37:48    阅读次数:361
ios开发之NavBar和TarBar使用技巧
1 改变NavBar颜色:选中Navigation Bar 的Tint属性。选中颜色。2 隐藏“back”按钮: self.navigationItem.hidesBackButton = YES;3 隐藏"NavBar" : self.navigationController.navigation...
分类:移动开发   时间:2014-08-04 20:39:47    阅读次数:228
用Fine Uploader+ASP.NET MVC实现ajax文件上传[代码示例]
Fine Uploader(http://fineuploader.com/)是一个实现 ajax 上传文件的 Javascript 组件。This project attempts to achieve a user-friendly file-uploading experience over ...
分类:Web程序   时间:2014-08-04 17:02:17    阅读次数:329
maven学习笔记
maven环境快速搭建 Maven是一个采用纯Java编写的开 源项目管理工具。Maven采用了一种被称之为project object model (POM)概念来管理项目,所有的项目配置信息都被定义在一个叫做POM.xml的文件中,通过该文件,Mav...
分类:其他好文   时间:2014-08-04 14:46:27    阅读次数:294
maven教程
一.Maven 是什么? Maven 英文名称:专家,由名字可见,这个工具野心非常大。有人说他是"构建工具",一个用来把源代码构建成可发布的构件的工具。也有人说是项目管理工具。官方定义: Maven是一个项目管理工具,它包含了一个项目对象模型 (Project Object Model),一组标准....
分类:其他好文   时间:2014-08-04 14:01:17    阅读次数:461
Qt编程之转换成8,16bit的灰度图
其实我目前还没有实现。references:http://qt-project.org/faq/answer/how_can_i_convert_a_colored_qpixmap_into_a_grayscaled_qpixmaphttp://www.qtcentre.org/threads/46...
分类:其他好文   时间:2014-08-04 13:53:57    阅读次数:632
C语言 cgi(3)
1cs3157 – Advanced ProgrammingSummer 2014, Project 1, 150 pointsJune 17, 2014Follow these step-by-step instructions. This homework must be submitted e...
分类:编程语言   时间:2014-08-04 10:48:57    阅读次数:361
Array of Objects
You should be comfortable with the content in the modules up to and including the module "Arrays" for this project.Create a class called consultCo tha...
分类:其他好文   时间:2014-08-04 10:31:16    阅读次数:291
c++ input,output
You should be comfortable with the content in the modules up to and including the module "Input Output" for this project.You must follow the style gui...
分类:编程语言   时间:2014-08-04 10:28:36    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!