简单文法(以c语言为例) //程序 <program> : external_declaration //外部声明 | body program //函数主体 程序 //外部声明 <external_declaration> : declaration external_declaration // ...
分类:
编程语言 时间:
2016-12-03 02:05:32
阅读次数:
220
按照算法导论写的 还没有测试复杂度到底怎么样 不过这个真的很卡内存,挖个坑,以后写空间优化 还有Matthew Anderson, Siddharth Barman写了一个关于矩阵乘法的论文 《The Coppersmith-Winograd Matrix Multiplication Algori ...
分类:
其他好文 时间:
2016-12-03 01:32:00
阅读次数:
258
CPP编译器下载链接: 单击此处下载DEV-CPP ...
分类:
其他好文 时间:
2016-12-02 16:15:47
阅读次数:
178
一、HTML5概要 一、HTML5概要 1.1、为什么需要HTML5 HTML4陈旧不能满足日益发展的互联网需要,特别是移动互联网。为了增强浏览器功能Flash被广泛使用,但安全与稳定堪忧,不适合在移动端使用(耗电、触摸、不开放)。 HTML5增强了浏览器的原生功能,符合HTML5规范的浏览器功能将 ...
分类:
Web程序 时间:
2016-12-02 01:00:02
阅读次数:
250
Query Method MongoDB provides the db.collection.find() method to read documents from a collection. The db.collection.find() method returns a cursor to ...
分类:
数据库 时间:
2016-12-01 07:44:27
阅读次数:
333
mongo Shell Command History You can retrieve previous commands issued in the mongo shell with the up and down arrow keys. Command history is stored in ...
分类:
数据库 时间:
2016-12-01 07:40:31
阅读次数:
376
Computer Systems A Programmer's Perspective Second Edition Avoiding security holes.For many years,buffer overflow vulnerabilitieshave accounted for th ...
分类:
其他好文 时间:
2016-12-01 03:49:06
阅读次数:
146
1.建立一个新的文件夹App_Code 里边放一个实体类 叫做Users.封装起来 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tas ...
分类:
其他好文 时间:
2016-12-01 02:26:03
阅读次数:
234
题目: 打印一个由16个*组成的正方形。 代码: 加强训练:打印数字1~80,每8个数字一行,共打印10行,打印时每个数字占3个格的宽度。 加强训练:打印一个由1~9共9个数字组成的正方形。 加强训练:循环16次,打印一个由16个*组成的正方形。 ...
分类:
其他好文 时间:
2016-11-30 16:51:10
阅读次数:
174
C#中用基本的方法对数据库进行增删改查,会被黑客利用,写入其他的代码以实现对数据库的数据进行其他的操作。例如: 对下列数据库的某个信息进行修改操作 修改代码: using System; using System.Collections.Generic; using System.Linq; usi ...
分类:
数据库 时间:
2016-11-30 04:07:33
阅读次数:
244