码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
APPCORE Routine APIs
Introduction to APPCORE Routine APIs This chapter provides you with specifications for calling many Oracle E-Business Suite APIs from your PL/SQL procedures. Most routines in the APPCORE library ar...
分类:移动开发   时间:2014-10-30 22:40:40    阅读次数:450
验证码识别 ——知乎网友2
推荐Programming Computer Vision with Python, 这位作者用python重写很多基本的Computer Vision算法,书的final draft在首页,代码也在Github上边。类似于验证码识别的问题呢,大家可以直接refer Chapter 8 - Clas...
分类:其他好文   时间:2014-10-30 22:21:36    阅读次数:251
弹指之间 -- 简谱
CHAPTER 8 简谱 范例三 太湖船 CHAPTER 9 如何换弦(略) CHAPTER 10 如何使用PICK来弹奏(略)
分类:其他好文   时间:2014-10-29 23:35:12    阅读次数:276
Laravel(2)你的第一个应用
在这个chapter,我们将会学到: 1: 作出基本的URL和应用 2: 处理一些刚开始时会遇到的故障 3: 定义URL路由和对应的动作,模型和对应的关系 4: 通过Eloquent来与数据库交互 5: 使用Blade模板语言创建层次布局描述一下我们的应用我们要创建一个可以查看猫的信息的数...
分类:其他好文   时间:2014-10-28 23:46:54    阅读次数:237
弹指之间 -- Prerequisites
CHAPTER 1 吉他的分类 Electric Guitar Classic Guitar Folk Guitar CHAPTER 2 吉他各部名称 CHAPTER 3 选购吉他 琴颈弯曲程度 木头材质 油漆 弦高 CHAPTER 4 吉他弹奏姿势(略) CHAPTER 5 常用符号 乐器简写 C...
分类:其他好文   时间:2014-10-28 23:29:57    阅读次数:299
Accelerated C++:通过示例进行编程实践——练习解答(第10章)
10-0. Compile, execute, and test the programs in this chapter. 10-1. Rewrite the student-grading program from §9.6/166 to generate letter grades. 10-2. Rewrite the median function from §8.1.1/140 so...
分类:编程语言   时间:2014-10-26 22:59:49    阅读次数:390
《CSAPP》读书杂记 - Chapter 2. Representing and Manipulating Information
1.代码:#include typedef unsigned char *byte_pointer;void show_bytes(byte_pointer start, int len){ int i; for(i = 0; i < len; i++) { printf(" %.2x"...
分类:移动开发   时间:2014-10-25 21:25:50    阅读次数:159
Accelerated C++:通过示例进行编程实践——练习解答(第9章)
9-0. Compile, execute, and test the programs in this chapter. 9-1. Reimplement the Student_info class so that it calculates the final grade when reading the student's record, and stores that grade i...
分类:编程语言   时间:2014-10-25 13:16:07    阅读次数:239
Recommend ways to overwrite hashCode() in java
Perface In the former chapter, I talk about topics about hashCode, And I will continue to finish the introduction to hashCode(). In this chapter, I w....
分类:编程语言   时间:2014-10-24 20:28:01    阅读次数:486
Chapter 1 An Overview of Computers and Programming Languages
Babylon巴比伦loom织布机weaver, WHO uses loom to workcensus: to count the populationtabulate: make into being tablehand-held deviceself-explanatory for a nov...
分类:其他好文   时间:2014-10-23 09:23:02    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!