c tag

1304 questions


2 answers
154 views
0
Understanding MFC DLLs

When I reversely assemble it in the assembler, I see a line like CALL MFC42.#800. Is there any way to find out what kind of DLL this is from this number?Or related sites, etc.Thank you for your cooper...

2 years ago

1 answers
147 views
0
Learn more about additional Word2vec learning.

Ask about additional Word2Vec learning.If we learn a corpus once, generate a vector, and then add an unknown word to the corpus, do we need to relearn the corpus from scratch to vectorize the unknown ...


2 answers
39 views
0
TERMINAL RESOLUTION ACQUISITION METHOD FOR iOS

http://www.dorapro.co.jp/engineerblog/?p=255iPhone 6 Plus/iPhone 6s Plus 5.5 inch 1920 x 1080 16:9 onI want to get the screen resolution as terminal information by Swift, but I don't know how to get i...

2 years ago

3 answers
32 views
0
Calculation of Annual Interest Rates

I would like to do the following, but I get an error.$./a.outPrincipal (yen): 1000000% annual interest rate: 0.001Deposit period (year): 10 Year 1: 1000010 Yen Year 2: 1000020 Yen Year 3: 1000030 Yen ...

c
2 years ago

1 answers
45 views
0
I want Swift to omit the NavigationController title if there are more than a certain number of characters.

The title displayed in the Navigation controller is I am troubled that it looks like the attached image below.What you want to do is to display <Back, which is displayed by default on the Navigatio...

2 years ago

2 answers
82 views
0
DB contents not reflected in view when using Capybara and Poltergeist

With Poltergeist, the behavior of the Capybara test case is strange.First of all, if you don't use Poltergeist, the Capybara test case is success.before {create(:user)}it's test'do visit root_path exp...


1 answers
28 views
0
If you write random numbers to a microcomputer, will it continue to run?

I can't program, but I'm sorry for the sf-like question.If I write random numbers in the ROM and RAM of my microcomputer, will it continue to run?Or do you want to stop?If it continues to run and you ...

c
2 years ago

2 answers
28 views
0
I want to program a discriminant, but I don't know how to do it.

I want to define a discriminant, but I don't know what to do.I defined it as follows.If the discriminant D=b*b-4*a*c>0, it has two solutions, so num=2. If the discriminant D=0, it is complex, so nu...

c
2 years ago

4 answers
55 views
0
C/C++ pointers for memory savings/acceleration

This is a rudimentary question.I learned that C/C++ saves memory and speeds by securing and delivering non-simple models (such as int and double) with a pointer.Should all self-made classes and struct...

2 years ago

1 answers
28 views
0
AD CONVERSION METHOD IN REAL TIME

with AD conversion value using PIC16F1827You are trying to change the LED blinking speed.Here is the code:   ↓#include<stdio.h># include <stdlib.h># include <xc.h>#define_XTAL_FREQ40...

c
2 years ago
« - 50 - »

© 2024 OneMinuteCode. All rights reserved.