码迷,mamicode.com
首页 >  
搜索关键字:hmc 从v7r3.3.0升级到v7r7.4.0、vac/vacpp runtime environment下载安装    ( 5951个结果
WPF 任务栏图标闪烁提醒
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Runtime.InteropServices; 5 using System.Text; 6 using S...
分类:其他好文   时间:2014-06-27 19:55:57    阅读次数:367
C#后台程序与HTML页面中JS方法互调(功能类似于Ajax中的DWR)
此方法适用于 C#中嵌入WebBrowser(浏览器) 通过浏览器中加载的页面与C#的后台代码进行交互。一、C#程序1、在C#窗体中添加WebBrowser(浏览器),将页面的URL添加到浏览器中。2、窗体代码添加 using System.Runtime.InteropServices;//和Ht...
分类:Web程序   时间:2014-06-27 13:53:22    阅读次数:223
code
public T Clone(T RealObject){ using (System.IO.Stream objectStream = new System.IO.MemoryStream()) { System.Runtime.Serialization.IFormatter formatter...
分类:其他好文   时间:2014-06-26 23:06:46    阅读次数:218
LeetCode: Single Number [136]
【题目】 Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without using extra memory? 【题意】 给定一个整数数组,其中除了一个数以外,其他数都是成对出现的,...
分类:其他好文   时间:2014-06-26 10:13:27    阅读次数:254
LeetCode——Single Number
Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without using e...
分类:其他好文   时间:2014-06-24 23:30:08    阅读次数:278
LeetCode——Single Number II
Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without u...
分类:其他好文   时间:2014-06-24 15:52:58    阅读次数:222
Manifest 与TypeTag
Manifest和TypeTag是要解决什么问题?As with other JVM languages, Scala’s types are erased at compile time. This means that if you were to inspect the runtime typ...
分类:其他好文   时间:2014-06-24 12:49:07    阅读次数:187
leetcode——Search for a Range 排序数组中寻找目标下标范围(AC)
Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the order of O(log n). If the target is not found ...
分类:其他好文   时间:2014-06-22 21:47:15    阅读次数:269
IBM小型机远程管理,HMC连接到P5
首先将HMC的键盘、鼠标和显示器连接好。然后将与HMC包装在一起的以太网电缆(或交叉电缆)从HMC上的以太网端口连接到在受管服务器上标记为HMC1的以太网端口。对于独立HMC型号,将电缆连接到位于后面板上的集成以太网端口(此端口在后面的配置步骤中标记为eth0);不要使用位于P..
分类:其他好文   时间:2014-06-22 10:21:44    阅读次数:651
读《程序员的自我修养》感受
这书不错,链接-装载-库 我觉得是很底层的东西。比如很多人闭着眼睛都能写出来的hello world(当然不包括brianfuck,如果你会,你真的闹残了吗= =), 其实链接编译器做了很多,不然就哪来的printf,这IO初始化也是CRT(c runtime)库完成的。堆栈的初始化,还有系统装载让程序运行等等。涉及很多。 书里后面就讲了一个CRT库,自己写一个,感觉不错,学了很多。比如mall...
分类:其他好文   时间:2014-06-22 06:46:27    阅读次数:337
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!