search for: thands

Displaying 4 results from an estimated 4 matches for "thands".

Did you mean: hands
2007 Apr 06
2
How to set the scale of axis?
Hello,everyone. I want to know how to control the scale of axises. For example, the range of x axis is (1,100),and I want to show the scale in the axis as this: 1 20 40 60 80 100. Is there any parameters in plot() or other functions to set the scale? Thands! [[alternative HTML version deleted]]
2011 May 18
0
[LLVMdev] access array problem
Hi Guangming Tan, > I rewrote the code, please help check why it still does not work: next time please be more explicit about exactly what goes wrong. > //create a getelementptr instruction: we want get &Counters[OldCounterSize] > std::vector<Value*>new_idx; > new_idx.push_back(OldCounterSize); // ERROR? > Value *nextaddr = GetElementPtrInst::Create(Counters,
2011 May 18
2
[LLVMdev] access array problem
Thank you, Duncan. I rewrote the code, please help check why it still does not work: //declare global variable const Type *IntTy = Type::getInt32Ty(M.getContext()); const Type *ATyC = ArrayType::get(Type::getInt64Ty(M.getContext()), 1); GlobalVariable *CounterSize = new GlobalVariable(M, ATyC, false, GlobalValue::InternalLinkage,
2005 Aug 25
1
newbie questions about hosting address
Dear Rails groups, thank you for all the previous helps in this group, and me being a newbie is getting more comfortable with rails and now I finish most of the scaffold modification without much problem. My question is(I know it''s absolutely basic questions but I''m a real outsider :~( ) I have been developing in my own pc, now my office ''s other people will test on it,