typedef char status;typedef char Telemtype;#define
NULL 0#define OK 1typedef struct bitnode{ Telemtype data; struct bitnode
*lchild,*rchild;}bitnode.....
分类:
其他好文 时间:
2014-06-09 21:39:56
阅读次数:
209
转自:http://www.cnblogs.com/tonyepaper/archive/2008/02/12/1067260.html1.打开PowerDesigner,点击File->New2.选择Conceptual
Data Model,并修改Model name.3.在Palette工具栏...
分类:
数据库 时间:
2014-06-09 21:38:35
阅读次数:
361
关于数据结构与算法讲解的书籍很多,但是用python语言去实现的不是很多,最近有幸看到一本这样的书籍,由Brad Miller and David
Ranum编写的《Problem Solving with Algorithms and Data Structures Using Python》.....
分类:
编程语言 时间:
2014-06-09 16:16:53
阅读次数:
276
2014-06-08 BaoXinjian一、总结1. 基本语法2. 操作数据的说明二、具体分析1.
基本语法 1 options(skip=1, rows=128) --1、控制文件参数 2 3 load data --2、控制文件标识 4 5 ...
分类:
数据库 时间:
2014-06-09 15:12:15
阅读次数:
402
IOS中数据存储一般分为以下几种方式1、XML属性列表(plist)归档2、preference(偏好设置)3、NSKeyedArchiver归档(NSCoding)4、SQLite35、Core
Data鄙人才疏,先扯扯前三种刚学的存储方式,做个总结以备复习使用1、首先了解沙盒的概念,他是应用的系...
分类:
移动开发 时间:
2014-06-08 23:30:31
阅读次数:
387
这部分我们讨论结构学习,也就是 graph 的边我们并不清楚。很自然我们可以用 fully
observed 数据来做,但是也可能碰到有 missing data 的情况。一般来说前者是比较常见的。就方法而言,我们有 constraint-based
structure learning 与 sco...
分类:
其他好文 时间:
2014-06-08 22:57:33
阅读次数:
233
Recently we looked across some of the most
common behaviors that our community of 25,000 users looked for in their logs
with a particular focus on web...
分类:
其他好文 时间:
2014-06-08 22:19:29
阅读次数:
438
1、主数据的概念借用其他网站的一个数据分类模型,我们可以看到有元数据(metadata),引用数据(Reference Data),主数据(Master
Data),企业结构数据(Enterprise structure Data),交易活动数据(Transaction Activity Data)...
分类:
其他好文 时间:
2014-06-08 21:51:33
阅读次数:
301
three collection tool for greenplum:pstack、strace、gcore.
[gpadmin@gtlions5913 ~]$ ps -ef | grep postgres|grep data...
分类:
其他好文 时间:
2014-06-08 05:30:55
阅读次数:
287
本文主要总结个人科研中用到的matlab命令,并不断跟新中!
%---------------------读取存放数据(矩阵)的txt文件--------------------------------%
data_source=dlmread('文件名',';');%读取以;为分隔符的数据,分割符为空格时省略。
data_source=textread('文件名', '' ...
分类:
其他好文 时间:
2014-06-08 04:09:52
阅读次数:
271