自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (160)
  • 收藏
  • 关注

原创 《一个月挑战C++》改错(连载)

不久前在网上下载了《一个月挑战C++》.chm   作者:管宁 搜集整理:三尺寒冰其中,可能是作者有意设置以提高大家的C++水平,部分示例都无法编译通过,于是我自己根据ISO C++把这些代码修改为普通编译器都可以编译通过的,由于书中源码太多,我这里就不贴了,只贴出改好的代码,需要的朋友可以自行去网上下载或者给我留言。大家多多捧场哈~! 1、在c/c++中利用数组名作为函数参数传递

2009-12-26 15:55:00 714

原创 对称矩阵行列转换

最近在学习基础知识,碰到行列转换,整理如下:#include int main(void){ int i,j,t,N; //设定矩阵规模 printf("Please input a integer(1-18): "); scanf("%d",&N); int a[N][N]; //打印原始矩阵 printf("Original Cube: /n")

2009-09-14 16:19:00 1084

转载 C语言运算符

  1级优先级 左结合  () 圆括号  [] 下标运算符  -> 指向结构体成员运算符  . 结构体成员运算符  ++ 后缀增量运算符  -- 后缀增量运算符  2级优先级 右结合  ! 逻辑非运算符  ~ 按位取反运算符  ++ 前缀增量运算符  -- 前缀增量运算符  - 负号运算符  (类型) 类型转换运算符  * 指针运算符  

2009-05-11 21:41:00 678

转载 unicode,ansi,utf-8,unicode,big5有什么区别

本文转自 HAL9000PLUS 的 知道吧,写的很精彩,故收藏之,希望对有类似疑问的人一些帮助。随便说说字符集和编码快下班时,爱问问题的小朋友Nico又问了一个问题: "sqlserver里面有char和nchar,那个n据说是指unicode的数据,这个是什么意思。" 并不是所有简单的问题都很容易回答,就像这个问题一样。于是我答应专门写一篇BLOG来从头讲讲编码的故事。那么就让我们找个

2009-05-01 08:57:00 641

原创 资料共享(更新中~~~~)

近期将发布一些基础资料,需要的朋友请自行下载。目录如下: MIS系统开发指南数据仓库知识工程与知识处理系统软件工程导论人工智能导论计算机原理计算机图形学计算机常用算法高级计算机体系结构数据结构习题集深入 DOS BIOS 编程与应用C++语言和面向对象程序设计Turbo C++教程C语言教学C语言编程宝典Bacis基础教程程序员编程帮助大全Pascal Tutorial PASCAL语言

2009-04-21 11:51:00 817 1

转载 自然对数

  又称“双曲对数”。以超越数[fc(]e=1+1/1!+1/2!+1/3!+…=271828…[fc)]为底的对数。用记号“ln”表示。有自然对数表可查。  当x趋近于正无穷或负无穷时,[1+(1/x)]^x的极限就等于e,实际上e就是通过这个极限而发现的。它是个无限不循环小数。其值约等于2.718281828...  它用e表示  以e为底数的对数通常用于㏑ 

2009-02-17 20:38:00 728

原创 心情

来CSDN一年多了,每每上来都感受深刻。每天都有人在上传资料。每天都有人在开发新模块每天……………… 在这里获得的知识,足够一个机盲达到系统分析师的境界。问题是 - 时间 无聊的时候我做过一个计算:每天用2小时专著做一件事那么1个月就有 2 x 30 = 60小时如果每天工作时间为8小时那么我们就比别人多了整整6天半时间 如果你掌握了这6天半

2008-08-28 11:53:00 390

Make Your Own Neural Network - Tariq Rashid(真)

A step-by-step gentle journey through the mathematics of neural networks, and making your own using the Python computer language. Neural networks are a key element of deep learning and artificial intelligence, which today is capable of some truly impressive feats. Yet too few really understand how neural networks actually work. This guide will take you on a fun and unhurried journey, starting from very simple ideas, and gradually building up an understanding of how neural networks work. You won't need any mathematics beyond secondary school, and an accessible introduction to calculus is also included. The ambition of this guide is to make neural networks as accessible as possible to as many readers as possible - there are enough texts for advanced readers already! You'll learn to code in Python and make your own neural network, teaching it to recognise human handwritten numbers, and performing as well as professionally developed networks.

2017-11-21

Practical Augmented Reality: A Guide to the Technologies...

This is the most comprehensive and up-to-date guide to the technologies, applications and human factors considerations of Augmented Reality (AR) and Virtual Reality (VR) systems and wearable computing devices. Ideal for practitioners and students alike, it brings together comprehensive coverage of both theory and practice, emphasizing leading-edge displays, sensors, and other enabling technologies and tools that are already commercially available or will be soon. Beginning with a Foreword by NASA research scientist Victor Luo, Practical Augmented Reality starts by explaining the mechanics of human sight, hearing and touch, showing how these perceptual mechanisms (and their performance ranges) directly dictate the design and use of wearable displays, 3-D audio systems, and tactile/force feedback devices. The book presents revealing case studies of real-world applications from gaming, entertainment, Big Data visualization, engineering, aeronautics and aerospace, defense, medicine, telerobotics, architecture, law enforcement, and geophysics. Readers will find clear, easy-to-understand explanations, photos, and illustrations of devices including the Atheer AiR, HTC Vive, DAQRI Smart Helmet, Oculus (Facebook) CV1, Sony PlayStation VR, Vuzix M300, Google Glass, and many more. Functional diagrams and photographs clearly explain how these devices operate, and link directly to relevant theoretical and practical content. Practical Augmented Reality thoroughly considers the human factors of these systems, including sensory and motor physiology constraints, monocular and binocular depth cues, elements contributing to visually-induced motion sickness and nausea, as well as vergence-accommodation conflicts. It concludes by assessing both the legal and societal implications of new and emerging AR, VR, and wearable technologies, as well as provides a look next generation systems.

2017-10-05

ILSpy Master 2.4.0.1963

ILSpy Features Assembly browsing IL Disassembly Support C# 5.0 “async” Decompilation to C# Supports lambdas and ‘yield return’ Shows XML documentation Decompilation to VB Saving of resources Save decompiled assembly as .csproj Search for types/methods/properties (substring) Hyperlink-based type/method/property navigation Base/Derived types navigation Navigation history BAML to XAML decompiler Save Assembly as C# Project Find usage of field/method Extensible via plugins (MEF) Assembly Lists

2017-09-16

Grasshopper link files(制作Grasshopper电池必备文件)

Rhino Plugin Architecture Grasshopper is a .NET (RhinoCommon) plugin for Rhino 5 for Windows and later (a version for Rhino 5 for Mac is currently in beta). It was written using Microsoft Visual Studio Professional using both VB.NET and C# source compiled against the .NET Framework. It is recommended, though not required, that you target the same framework when developing Grasshopper Component Libraries. Our aim is to keep Grasshopper dependencies as conservative as possible. However, it is possible that we will switch to a higher version number of Rhino or .NET if this new version fixes crucial bugs or exposes useful functions.

2017-09-16

Dotfuscator.Professional.Edition.4.9(真·注册)

How does Obfuscation and Code Protection Work? Various different techniques that complement each other are used to create a layered defense to make reverse engineering, tampering, debugging much more difficult. Some examples include: Rename Obfuscation String Encryption Control Flow Obfuscation Unused Code and Metadata Removal Binary Linking/Merging Dummy Code Insertion Instruction Pattern Transformation Opaque Predicate Insertion Anti-Tamper Wrapping Anti-Debug Wrapping Watermarking Security Alerts Custom Response to Tamper or Debugging 之前可以选择免费的,现在最少都得1分,大家有需要的自取吧,亲测有效,一直在用。

2017-09-16

Elegant SciPy The Art of Scientific Python

Welcome to Scientific Python and its community. If you’re a scientist who programs with Python, this practical guide not only teaches you the fundamental parts of SciPy and libraries related to it, but also gives you a taste for beautiful, easy-to-read code that you can use in practice. You’ll learn how to write elegant code that’s clear, concise, and efficient at executing the task at hand. Throughout the book, you’ll work with examples from the wider scientific Python ecosystem, using code that illustrates principles outlined in the book. Using actual scientific data, you’ll work on real-world problems with SciPy, NumPy, Pandas, scikit-image, and other Python libraries.

2017-09-06

An Introduction to Machine Learning by Miroslav Kubat

An Introduction to Machine Learning by Miroslav Kubat

2017-08-24

编码的奥秘

本书用大量的篇幅讲述了与计算机原理相关的各种编码方法,并通过数字逻辑电路以及存储器,微处理器的形成,组织及发展阐述了编码的实现。本书还涉及到计算机系统,编程语言的发展,甚至对计算机图形化的相关技术也给了一个全面的描述。阅读本书,相信您会从它图文并茂的编排组织,通俗风趣的语言文字,广泛丰富的背景知识中体会到作者超凡的智慧和深邃的学问。

2013-05-29

【上古秘籍】之Eclipse的秘籍,绝对不让大家失望 - by ymdcr

虽然ymdcr要走了,但他留给我们的东西将永存,祝他一路走好~!

2011-06-27

T410上mac os驱动(原版10.6.7)part2

不是转发,全部是我手写的,只是希望给做系统引导开源的朋友提供方便,不用再去费时间折腾,这些驱动可以直接上10.7Lion的,dsdt已经写好。 3大件,3小件,亮度调节,睡眠 有开发ACPI和bootloader经验的欢迎交流~

2011-06-19

T410上mac os驱动(原版10.6.7)part1

3大件,3小件,亮度调节,睡眠 有开发ACPI和bootloader经验的欢迎交流~

2011-06-19

知识工程与知识处理系统

《知识工程与知识处理系统》 专业书籍,需要就下载,用不上不要下载,以免浪费资源分。

2009-04-21

数据仓库(超星格式)

数据仓库导言 乔伊斯·毕晓夫 信息技术的复兴 保罗·海辛格 组织和文化 希德·阿代尔曼 与最终用户有效地合作 乔伊斯·毕晓夫 七宗罪 丹尼斯·科萨 实际的故据仓库:管理的挑战 霍华德·福斯迪克 专业书籍,需要的下,不需要的不要浪费资源分。

2009-04-21

SQL大全(由Leejaen兄的帖子生成)

Leejaen发布的帖子“下载的sql大全,不敢独享,特此呈上”中的全部代码,打包来供需要的朋友下载。

2009-04-17

Matlab教程(完整版)

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。 应网友要求合在一起上传,因为网速慢,不知道行不行。 如果可以下载,朋友们帮忙留个言给后面的朋友,谢谢了!

2009-03-01

Matlab教程 11

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。

2009-02-28

Matlab教程 10

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。

2009-02-28

Matlab教程 09

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。

2009-02-28

Matlab教程 08

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。

2009-02-28

Matlab教程 07

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。

2009-02-28

Matlab教程 06

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。

2009-02-28

Matlab教程 05

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。

2009-02-28

Matlab教程 04

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。

2009-02-28

Matlab教程 03

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。

2009-02-28

Matlab教程 02

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。

2009-02-28

matlab教程 01

Matlab教程,是15M的真正版,不是什么3M,5M的,Chinapub出品,有需要就下吧。

2009-02-28

MSDN for VB 6.0 - 01

VB6.0 的MSDN,从MSDN中单独分离出来,本来是自己用ACCESS要用到的,结果上网发现似乎这东西不是那么好找,传上来供需要的朋友以备不时之需吧。

2008-11-25

生产数据管理系统V1.07

生产数据管理系统 版本号:V1.07 功能 1、记录工厂原始生产记录 2、查询日产量(车间/员工/工序/订单) 3、查询日工资(车间/员工/工序/订单) 4、查询月产量、月工资(车间/员工/工序/订单) 5、查询订单成本 6、查询员工月完成情况,细分至工序级 备注:本人第二个作品,但是也是第一个比较成功的作品,能在实际应用中发挥效益。实行工厂为8车间,总员工数300-500人,使用本系统由统计1人可以搞定当日基础数据录入工作,并可及时向财务提供相关数据、报表,以便财务向老板请款时能有据可循。

2008-09-18

《仓库数据管理系统》

个人开发,第一代作品,能进行实时盘存。 版本: V1.03 1、成本计算模块开发中…… 2、结单功能模块已完成,将尽快上传

2008-07-12

ERP入门資料大全48

ERP入门資料大全,裏面有你需要的關於實施、製作ERP的東西。

2007-08-29

ERP入门資料大全46

ERP入门資料大全,裏面有你需要的關於實施、製作ERP的東西。

2007-08-29

ERP入门資料大全45

ERP入门資料大全,裏面有你需要的關於實施、製作ERP的東西。

2007-08-29

ERP入门資料大全44

ERP入门資料大全,裏面有你需要的關於實施、製作ERP的東西。

2007-08-29

ERP入门資料大全43

ERP入门資料大全,裏面有你需要的關於實施、製作ERP的東西。

2007-08-29

ERP入门資料大全42

ERP入门資料大全,裏面有你需要的關於實施、製作ERP的東西。

2007-08-29

ERP入门資料大全41

ERP入门資料大全,裏面有你需要的關於實施、製作ERP的東西。

2007-08-29

ERP入门資料大全40

ERP入门資料大全,裏面有你需要的關於實施、製作ERP的東西。

2007-08-29

ERP入门資料大全38

ERP入门資料大全,裏面有你需要的關於實施、製作ERP的東西。

2007-08-29

ERP入门資料大全37

ERP入门資料大全,裏面有你需要的關於實施、製作ERP的東西。

2007-08-29

ERP入门資料大全36

ERP入门資料大全,裏面有你需要的關於實施、製作ERP的東西。

2007-08-29

空空如也

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

TA关注的人

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