码迷,mamicode.com
首页 >  
搜索关键字:intelligent data platform    ( 65548个结果
Csharp: speech to text, text to speech in win
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-28 04:36:58    阅读次数:1052
oracle object_id和data_object_id的区别
Oracle的数据字典表dba_objects包含了两个字段,object_id, data_object_id,官方文档上的解释是:object_id: Dictionary object number of the object.Data_object_id: Dictionary object...
分类:数据库   时间:2014-04-28 04:23:13    阅读次数:725
mysql常用命令用法
1.创建数据库:create database database_name;2.选择数据库:use database_name;3.创建表:create table tablename(column1 data_type1, column2 data_type2,...,columnn dataty...
分类:数据库   时间:2014-04-28 02:34:53    阅读次数:560
csharp:Google TTS API text to speech
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-27 23:51:43    阅读次数:1188
winform学习日志(二十三)---------------socket(TCP)发送文件
一:由于在上一个随笔的基础之上拓展的所以直接上代码,客户端:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using S...
分类:Windows程序   时间:2014-04-27 21:14:46    阅读次数:1392
sdut 2413:n a^o7 !(第三届山东省省赛原题,水题,字符串处理)
n a^o7 !Time Limit: 1000MS Memory limit: 65536K题目描述All brave and intelligent fighters, next you will step into a distinctive battleground which is ful...
分类:其他好文   时间:2014-04-27 21:01:45    阅读次数:529
[2012山东ACM省赛] n a^o7 !(模拟,字符替换)
n a^o7 ! Time Limit: 1000MS Memory limit: 65536K 题目描述 All brave and intelligent fighters, next you will step into a distinctive battleground which is full of sweet and happiness. If you wan...
分类:其他好文   时间:2014-04-27 19:31:28    阅读次数:598
Extjs 4.2 树结点右键菜单(全选,反选,撤销)
自己写的最新版本extjs4.2的树结点的操作,记录一下,以后可能会用到。 var tree = new Ext.tree.TreePanel({ flex: 1, animate: true,   autoScroll: true, anchor: '100% 93%', store: new Ext.data.TreeStore({ root:{ expanded: true...
分类:Web程序   时间:2014-04-27 19:00:19    阅读次数:1278
65548条   上一页 1 ... 6553 6554 6555
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!