自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (35)
  • 收藏
  • 关注

原创 存储程序控制---最根本的原理

众所周知,存储程序控制从计算机的诞生到现在一直以来都是计算机世界的最根本法则。甚至连我们古代的算盘都更它猩猩相惜,情不自禁。程序员编写代码的时候遇到的问题基本上归根结底全是这玩意引起的。诸如:没地方存了,存错地方了,存了忘记放哪了,存太久了烂那了忘记扔了,etc,全他爷爷的都是这句话捣的蛋。换句话说,在解决程序出现bug的时候,这句话也是发现错误的唯一箴言。现在的程序语言多了去了,什么3代

2010-01-09 01:14:00 2101 1

Objc 高级编程 iOS与OSX 多线程管理

Objc 高级编程 iOS与OSX 多线程管理

2015-10-27

Swift User Guide

This manual provides reference material for Swift: the Swift language and the Swift runtime system. For introductory material, consult the Swift tutorial http://www.ci.uchicago.edu/swift/guides/tutorial.php. Swift is a data-oriented coarse grained scripting language that supports dataset typing and mapping, dataset iteration, conditional branching, and procedural composition. Swift programs (or workflows) are written in a language called Swift scripts. Swift scripts are dataflow oriented - they are primarily concerned with processing (possibly large) collections of data files, by invoking programs to do that processing. Swift handles execution of such programs on remote sites by choosing sites, handling the staging of input and output files to and from the chosen sites and remote execution of program code.

2015-07-03

cpp-objc-en.pdf

cpp-objc-en.pdf From C ++ to Objective-C 英文版 从 C++ 到 Objective-C 的快速指南

2014-05-16

vs2012&vs2013vslua语法高亮插件

vslua官网上只提供了vs2010的vslua插件并未提供vs2012和vs2013的对应插件。 此插件支持vs2012 vs2013 lua语言的语法高亮显示。

2014-04-02

Node.js开发指南_中文正版.pdf

Node.js开发指南_中文正版 开发node.js的必备手册

2014-03-28

Cornerstone2.7.9 破解版

SVN Cornerstone2.7.9破解版 支持最新10.8x系统

2013-07-28

Pro Objective-C Design Patterns for iOS

Pro Objective-C Design Patterns for iOS 书以及代码

2011-11-15

lame for iPhone armV7

自己编译的用于ios下编码mp3的lame库 使用方法 #include <stdio.h> #include <lame/lame.h> int main(void) {     int read, write;     FILE *pcm = fopen("file.pcm", "rb");     FILE *mp3 = fopen("file.mp3", "wb");     const int PCM_SIZE = 8192;     const int MP3_SIZE = 8192;     short int pcm_buffer[PCM_SIZE*2];     unsigned char mp3_buffer[MP3_SIZE];     lame_t lame = lame_init();     lame_set_in_samplerate(lame, 44100);     lame_set_VBR(lame, vbr_default);     lame_init_params(lame);     do {         read = fread(pcm_buffer, 2*sizeof(short int), PCM_SIZE, pcm);         if (read == 0)             write = lame_encode_flush(lame, mp3_buffer, MP3_SIZE);         else             write = lame_encode_buffer_interleaved(lame, pcm_buffer, read, mp3_buffer, MP3_SIZE);         fwrite(mp3_buffer, write, 1, mp3);     } while (read != 0);     lame_close(lame);     fclose(mp3);     fclose(pcm);     return 0; }

2011-11-15

MP3压缩算法-C语言实现

MP3 压缩算法 C语言实现 哈弗曼编码

2011-06-29

vs2010 常用插件包

AlignAssignments.vsix CSharpIntellisensePresenter.vsix HelpViewerKeywordIndex.vsix JSEnhancements.vsix Microsoft.VisualStudio.XAMLIntellisensePresenter.vsix Microsoft.VisualStudio.RegularExpression.vsix MoveToRegionVSX.vsix VisualNunit_2010_1_1_7.vsix NUnit-2.5.9.10348.zip codecompare.exe

2011-02-27

软件架构设计教程.pdf

软件架构设计教程 软件工程 架构设计 设计模式 uml

2011-02-27

多线程GUI界面交互示例

多线程 界面交互 backgroundWorker 用法 委托

2010-04-06

设计模式迷你手册CHM

设计模式迷你手册 带c++/c#代码示例 CHM 资料

2010-03-30

Expert_F-Sharp.pdf

Expert_F#.pdf VS2010 最新编程语言F# 函数式编程的参考资料

2010-03-30

c#创建不规则窗体实例

不规则窗体 .wav 播放 c# 请注意 .net framework 版本过低 可能出错

2010-03-23

c#调用域名解析实例

c#调用域名解析实例 自己写的一个小程序 包含 最小化到托盘 利用c#方法获得域名对应的ip 换肤控件

2010-03-22

c++buileder皮肤控件

c++buileder 皮肤 vcl VclSkin54

2010-03-15

aspnet分页控件AspNetPager72

AspNetPager72 aspnet分页控件

2010-03-15

(c#的64种界面皮肤)IrisSkin2

c#的64种界面皮肤 IrisSkin2.rar c#换肤控件,网上有具体介绍如何使用的

2010-03-15

isscript 大型软件安装必备

安装某些大型软件必备的例如:maya 有些版本比较的低的系统安装某些大型软件需要先安装这个 isscript

2009-12-28

SI Settings

source insight 3.5 SI 配置文件

2009-08-07

微软C编程精粹.doc

微软C编程精粹.doc 微软C编程精粹.doc

2009-07-02

GNU make 中文手册

GNU make 中文手册 ~~~ GNU make 中文手册

2009-07-02

跟我一起写makefile

跟我一起写makefile 介绍如何写makefile

2009-07-02

Source Insight 官方使用手册 pdf版

Source Insight 使用手册pdf版本

2009-06-09

Source Insinght 35 (含序列号)

Source Insinght 是比较好用的软件开发工具 可以集成多种语言平台

2009-06-05

4554_ADS12_848_Windows.exe

4554_ADS12_848_Windows.exe 是arm ads12的848补丁

2009-06-05

MMI实例培训教程(MTK无线通讯平台)pdf格式

MMI实例培训教程(MTK无线通讯平台).pdf 是学习给予MTK的手机软件开发的入门教程。有图、有说明,适合快速入手的初学者。

2009-06-05

《QuickTest Professional 教程帮助》

欢迎使用 QuickTest 教程 欢迎使用 QuickTest 教程。该教程指导您如何使用 Mercury Interactive 强大的功能测试工具 QuickTest 对您的应用程序进行测试等基本知识,您可以根据自身情况对教程进度进行相应调整。 通过 QuickTest 可以测试标准 Web 对象、ActiveX 控件和 Visual Basic 控件。 该教程将使您熟悉创建和运行自动测试并分析测试结果的流程。 注意: 除测试外,如果您已安装了支持业务流程测试的 Quality Center,则还可以通过 QuickTest 创建业务组件,用于业务流程测试。该教程中描述的过程是用于创建测试的,但您也可以将这些过程中的大部分应用于创建业务组件。有关业务组件和业务流程测试的详细信息,请参阅《QuickTest Professional 用户指南》以及《业务流程测试用户指南》。

2009-02-19

机械工业出版社 《软件测试自动化》

机械工业出版社 ,软件测试自动化,QTP 邓波、黄丽娟、曹青春译文

2009-02-19

Cortona SDK 说明书

Cortona SDK 说明书 ParallelGraphics Cortona® SDK provides an application programming interface (API) that enables authors and developers to integrate ParallelGraphics' 3D technology into other applications using C/C++, Visual Basic®, Delphi®, third party applications supporting ActiveX technology (like MS Access®, MS PowerPoint®) as well as HTML and Java applications. Cortona SDK provides developers with miscellaneous opportunities in creation of their own applications powered by 3D graphics, including: Virtual Manuals for interactive training and customer support. Maintenance guides for service personnel. Visualization of scientific and analytical data. Realty information services for remote clients. Edutainment applications and 3D games. The documentation includes five categories displayed in the Navigation pane (Contents tab) at the left: Introduction, Getting Started, Programmer’s Reference, Content Creator’s Reference and Samples. These categories can be browsed by clicking their names in the list, using keywords, or string search for locating desired articles in the documentation. Before jumping into reference sections, it is recommended to read the articles from the Getting Started section first. Important: Throughout the documentation it is assumed that developers, who use Cortona SDK, are familiar with their development environments and have basic knowledge of ActiveX technology and Visual Reality Modeling Language (VRML).

2009-02-19

ccasm 3.2

辰灿 <br>汇编语言集成开发环境 <br>CCASM 3.2<br>----------------<br>类似vs6.0的结构 很好用<br>

2008-08-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除