码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
Shader
Shaders are simple programs that describe the traits of either a vertex or a pixel. Vertex shaders describe the traits (position, texture coordinates, colors, etc.) of a vertex, while pixel shade...
分类:其他好文   时间:2014-08-02 15:30:43    阅读次数:377
Error Handling 错误处理
This tutorials aims to teach you how to create an error handler for your programs to deal with the clean-up operation when something in the code goes ...
分类:其他好文   时间:2014-07-29 16:59:32    阅读次数:349
苹果开发人员账号注冊流程
以下就開始注冊苹果ID而且通过交纳99美元,来获取一个官方授权的证书以便于你公布你的应用程序到IPHONE.对于中国开发者,打开例如以下图链接:http://developer.apple.com/programs/register/假设你已经拥有一个苹果ID,也能够不注冊,只是,苹果建议你为开发专...
分类:移动开发   时间:2014-07-29 16:41:22    阅读次数:212
Vertex and fragment programs
【Vertex and fragment programs】 When you use vertex and fragment programs (the so called "programmable pipeline"), most of the hardcoded functionality....
分类:其他好文   时间:2014-07-29 13:39:18    阅读次数:175
[SICP Notes] 1.1 The Elements of Programming
About the Book To know more about programming, I have decided to start reading the famous Structure and Interpretation of Computer Programs (SICP, or the Wizard Book), which is first published by M...
分类:其他好文   时间:2014-07-26 15:32:35    阅读次数:349
苹果开发人员账号注冊流程
以下就開始注冊苹果ID而且通过交纳99美元,来获取一个官方授权的证书以便于你公布你的应用程序到IPHONE.对于中国开发者,打开例如以下图链接:http://developer.apple.com/programs/register/假设你已经拥有一个苹果ID,也能够不注冊,只是,苹果建议你为开发专...
分类:移动开发   时间:2014-07-24 21:19:43    阅读次数:280
MySql 执行JDBC联接(增/删/改/查)操作
视频地址:http://www.tudou.com/programs/view/4GIENz1qdp0/ 新建BaseDao package cn.wingfly.dao; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQ...
分类:数据库   时间:2014-07-23 17:13:23    阅读次数:255
linux学习笔记(1)-文件处理相关命令
linux由三部分构成,the kernel(内核), the shell and the programs(程序).shell是用来连接内核的,而连接shell在本机用的最多的就是终端,shell有很多种,在kali中默认使用的是bash,这也是使用的比较广泛的一种shell。
分类:系统相关   时间:2014-07-23 16:13:13    阅读次数:311
UVA - 586 Instant Complexity
Description  Instant Complexity  Analyzing the run-time complexity of algorithms is an important tool for designing efficient programs that solve a problem. An algorithm that r...
分类:其他好文   时间:2014-07-19 18:26:15    阅读次数:268
Data Structure
Computer programs usually operate on tables of information. In most cases these tables are not simply amorphous masses of numerical values;they involv...
分类:其他好文   时间:2014-07-16 19:10:32    阅读次数:158
760条   上一页 1 ... 71 72 73 74 75 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!