fstream.h
ai takeuchi mird 059 От: Аноним  
Дата: 05.09.08 06:11
Оценка:
подскажите плз где мона скачать fstream.h....а то у мя его поч нема(
Re: fstream.h
ai takeuchi mird 059 От: php-coder Чехия http://slava-semushin.blogspot.com
Дата: 05.09.08 06:12
Оценка:
Здравствуйте, Аноним, Вы писали:

А>подскажите плз где мона скачать fstream.h....а то у мя его поч нема(


А просто fstream пробовали?
Re: fstream.h
ai takeuchi mird 059 От: Bell Россия  
Дата: 05.09.08 06:17
Оценка:
Здравствуйте, Аноним, Вы писали:

А>подскажите плз где мона скачать fstream.h....а то у мя его поч нема(


Нигде — это устаревший достандартный файл. Сейчас вместо него нужно использовать fstream:
#include <fstream>


Ну и конечно не забывать о том, что сущности стандартной библиотеки лежат в пространстве имен std.
Любите книгу — источник знаний (с) М.Горький
Re[2]: fstream.h
ai takeuchi mird 059 От: Аноним  
Дата: 05.09.08 06:28
Оценка:
Здравствуйте, Bell, Вы писали:

B>Здравствуйте, Аноним, Вы писали:


А>>подскажите плз где мона скачать fstream.h....а то у мя его поч нема(


B>Нигде — это устаревший достандартный файл. Сейчас вместо него нужно использовать fstream:

B>
B>#include <fstream>
B>


B>Ну и конечно не забывать о том, что сущности стандартной библиотеки лежат в пространстве имен std.

но с просто fstream код кот должен работать почемуто не работает...говорит что не знает что такое ofstream
Re[3]: fstream.h
ai takeuchi mird 059 От: Bell Россия  
Дата: 05.09.08 06:32
Оценка:
Здравствуйте, Аноним, Вы писали:

B>>Ну и конечно не забывать о том, что сущности стандартной библиотеки лежат в пространстве имен std.

А>но с просто fstream код кот должен работать почемуто не работает...говорит что не знает что такое ofstream

Не работает, или не компилируется?
А про std не забыл?
std::ofstream f("test.txt");


Ну и диагностику компилятора в подобных ситуациях бывает полезно привести.
Любите книгу — источник знаний (с) М.Горький
Re: fstream.h
ai takeuchi mird 059 От: Аноним  
Дата: 05.09.08 06:34
Оценка:
вот в этой строчке
ofstream fnews("news.html",ios::out|ios::binary);
следующие ошибки
Error 1 error C2065: 'ofstream' : undeclared identifier c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 2 error C2146: syntax error : missing ';' before identifier 'fnews' c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 3 error C2653: 'ios' : is not a class or namespace name c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 4 error C2065: 'out' : undeclared identifier c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 5 error C2653: 'ios' : is not a class or namespace name c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 6 error C2065: 'binary' : undeclared identifier c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 7 error C3861: 'fnews': identifier not found c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173

как их исправить?
Re[2]: fstream.h
ai takeuchi mird 059 От: Sanik Россия http://sergeysthoughts.blogspot.com/
Дата: 05.09.08 06:43
Оценка:

Ai Takeuchi Mird - 059

No technology is without its hurdles. Industry experts have noted two primary concerns regarding AI Takeuchi MIRD 059:

Traditional automation in construction relies on pre-programmed instructions (e.g., "dig a trench 100 meters long, 2 meters deep"). This is rigid and fails in dynamic environments. The AI in Takeuchi MIRD 059 introduces adaptive learning.

No technology is without flaws, and the AI Takeuchi MIRD 059 has attracted its share of skepticism. ai takeuchi mird 059

The Creativity Ceiling: By reducing dimensionality to just 59 vectors, the model cannot generate truly novel metaphors or humor. Its output is always factually correct but stylistically dry. As one Reddit user put it, "MIRD 059 writes like a very polite accountant."

The 059 Curse: The model occasionally fixates on the number 59. In long-form text generation, it has been observed to repeat the number or structure its outputs into 59-word paragraphs. Takeuchi’s team acknowledges this as an "attractor state" but has not yet patched it. No technology is without its hurdles

Availability: As of this writing, AI Takeuchi MIRD 059 is not publicly released. It remains a research prototype accessible only through a limited API via the Tokyo AI Consortium. This exclusivity has led to accusations of "vaporware" from Western competitors, though leaked benchmarks continue to surface.

Traditional AI adds a 200–500ms delay to robotic control loops. MIRD 059’s interleaved reinforcement reduces this to 59ms (notice the pattern). This allows for smooth, real-time adjustments in assembly lines and surgical robots. The AI in Takeuchi MIRD 059 introduces adaptive learning

How does AI Takeuchi MIRD 059 stack up against solutions from Caterpillar (Cat Command) or Komatsu (Smart Construction)?

| Feature | Takeuchi MIRD 059 | Caterpillar Command | Komatsu Smart Construction | | :--- | :--- | :--- | :--- | | Retrofittable | Yes (any skid steer or mini-excavator) | No (requires new Cat machinery) | Limited | | Edge AI Compute | 32 TOPS (onboard) | Cloud-dependent | 15 TOPS | | Shadow Mode Training | Yes (40-60 hours) | No (manual programming) | Partial | | 5G Redundancy | LoRaWAN fallback | None | GSM only |

The clear advantage of the MIRD 059 is its retrofittability. A construction firm does not need to buy a new $200,000 excavator; they can spend roughly $25,000 on the MIRD 059 kit and convert their existing fleet.

Re[3]: fstream.h
ai takeuchi mird 059 От: VoidEx  
Дата: 06.09.08 08:07
Оценка:
Здравствуйте, Sanik, Вы писали:

S>std::ofstream fnews("news.html", std::ios::out | std::ios::binary);


Тут тоже не забудьте.
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.