著者
岡本 雅巳 合田 憲人 宮沢 稔 本多 弘樹 笠原 博徳
出版者
一般社団法人情報処理学会
雑誌
情報処理学会論文誌 (ISSN:18827764)
巻号頁・発行日
vol.35, no.4, pp.513-521, 1994-04-15
被引用文献数
32

本論文ではFortranプログラムにおける、基本ブロック・ループ・サブルーチン間の粗粒度並列性を階層的に利用する階層型マクロデータフロー処理手法について述べる。筆者らは既に粗粒度タスク間の並列性をマクロタスクの最早実行可能条件解析を用いて自動抽出する単階層のマクロデータフロー処理手法を実現している。階層型マクロデータフロー処理は、従来の単階層マクロデータフロー処理では利用していなかったループやサブルーチン等のマクロタスク内部の粗粒度並列性も抽出することを可能にする。特に、本論文では階層型マクロデータフロー処理手法におけるマクロタスクの階層的定義手法、マクロタスク間の階層的並列性抽出手法、および階層的に定義されたマクロタスクの階層的なプロセッサクラスタヘのスケジューリング方式について述べる。また、本手法のOSCAR上での性能評価の結果についても述べる。
著者
渡辺 哲史 岸本 正典 藤原 博史 和田 修己 古賀 隆治
出版者
一般社団法人エレクトロニクス実装学会
雑誌
エレクトロニクス実装学術講演大会講演論文集 第17回エレクトロニクス実装学術講演大会
巻号頁・発行日
pp.38, 2003 (Released:2003-10-14)

一般的に、電磁放射の大部分を占めているのはコモンモード放射である。このコモンモード放射は様々な原因で発生すると考えられえているが、その要因の一つとして、グランド面が不完全であることが挙げられる。近年のプリント回路基板で多用されるマイクロストリップ構造では、帰路となるグランド面が重要な役割を果たしており、この幅が狭い場合には大きなコモンモード電流を生じる。我々は、これまでにコモンモード電流の発生メカニズムを電流配分率と呼ばれるパラメーターを用いて予測する手法を提案し、単純な形状のプリント回路基板において、予測と測定値が一致することを確認した。今回は、複数の形状変化を伴うやや複雑なグランド形状の場合についても同じコモンモード放射の予測手法が適用可能であることを示す。
著者
小高 剛 中野 啓史 木村 啓二 笠原 博徳
出版者
一般社団法人情報処理学会
雑誌
情報処理学会論文誌 (ISSN:18827764)
巻号頁・発行日
vol.46, no.9, pp.2311-2325, 2005-09-15
被引用文献数
11 6

PC,PDA,携帯電話などで静止画像,動画像,音声などを扱うマルチメディアアプリケーションを利用する機会が近年ますます増えている.このためマルチメディアアプリケーションを効率良く処理できる低コスト,低消費電力かつ高パフォーマンスなプロセッサの必要性が増している.このような要求を満たすプロセッサアーキテクチャの1つとして複数のプロセッサコアを1チップ上に搭載したチップマルチプロセッサアーキテクチャが注目されている.しかしながら,チップマルチプロセッサアーキテクチャで効率の良い処理を行うには,アプリケーションの特性を解析し,並列性を抽出し,生成したタスクをバランス良くプロセッサに配置するなどのチップマルチプロセッサ用最適化が必要となる.また,近年のメモリウォール問題の深刻化により,プログラムの持つデータローカリティの有効利用やデータ転送オーバヘッドの削減などの最適化技術も効果的な並列処理のために必須となっている.本論文では,MPEG2エンコードに対する,チップマルチプロセッサ上でのメモリ利用最適化およびデータ転送最適化手法からなる並列処理手法の提案を行うとともに,OSCARチップマルチプロセッサ上での性能評価を行う.性能評価の結果,データローカリティの利用およびデータ転送オーバヘッド隠蔽手法からなる提案手法を適用したMPEG2エンコードは,動作周波数400MHz時で逐次実行に対し,1プロセッサ利用時1.24倍,2プロセッサ利用時2.46倍,4プロセッサ利用時4.57倍,8プロセッサ利用時7.97倍,動作周波数2.8GHz時で逐次実行に対し,1プロセッサ利用時1.36倍,2プロセッサ利用時2.61倍,4プロセッサ利用時4.46倍,8プロセッサ利用時6.54倍の速度向上率の速度向上率が得られることが確認できた.With the popularization of multimedia applications like image and audio processing on PCs, mobile phones and PDAs, development of low cost, low power consumption and high performance processors for multimedia applications has been expected. To this end, chip multiprocessor architectures that allows us to exploit multi-grain parallelism such as coarse grain level parallelism, loop level parallelism and instruction level parallelism have been extensively researched. However, to realize efficient parallel processing on chip multiprocessor architectures, sophisticated techniques are required for decomposition of a program into adequate grain of tasks, analysis of parallelism and scheduling of the tasks onto processors considering data locality. This paper describes a parallel processing scheme for MPEG2 encoding using data localization which optimizes execution efficiency assigning coarse grain tasks accessing the same array data on the same processor consecutively on a chip multiprocessor and data transfer over apping technique which minimize the data transfer overhead by overlapping task execution and data transfer. Performance of the proposed scheme is also evaluated. As the evaluation result on an OSCAR chip multiprocessor architecture, when the clock frequency is assumed as 400 MHz, the proposed scheme gave us 1.24 times speedup for 1 processor, 2.47 times speedup for 2 processors, 4.57 times speedup for 4 processors and 7.97 times speedup for 8 processors against sequential execution without the proposed scheme respectively. Similarly, when 2.8 GHz, the proposed scheme gave us 1.36 times speedup for 1 processor, 2.61 times speedup for 2 processors, 4.46 times speedup for 4 processors and 6.54 times speedup for 8 processors against sequential execution without the proposed scheme respectively.
著者
三原 博光
出版者
一般社団法人日本社会福祉学会
雑誌
社会福祉学 (ISSN:09110232)
巻号頁・発行日
vol.51, no.4, pp.153-162, 2011-02-28

本研究の目的は,学生による障害者およびその家族の余暇支援の実践例を紹介することである.方法として,県立広島大学でのビーチバレーボール・食事交流会の取り組みが取り上げられた.2009年,学生,障害者とその家族,施設職員など約100人がこの交流会に参加した.ビーチバレーボールは大学の体育館,食事交流会のカレーの調理は調理実習室で行われた.ビーチバレーボール終了後,参加者全員でいっしょに食事を行った.アンケート調査が学生,障害者家族,施設職員に対して実施された.障害者には,聞き取り調査が行われた.これらの調査から,参加者のほとんどが交流会に満足をしていたことが示された.満足した理由として,参加者同士の交流や知り合いになれたことが挙げられていた.福祉行政関係者もこの交流会へのボランティアとしての参加の希望を示し,大学,障害者家族,行政が一体となって,今後も交流会の継続が期待された.
著者
三原 博光
出版者
一般社団法人日本認知・行動療法学会
雑誌
行動療法研究 (ISSN:09106529)
巻号頁・発行日
vol.29, no.2, pp.133-143, 2003-09-30

本論文の目的は、高齢者に行動変容アプローチを適用し、その方法の効果を検証することにある。そこで、在宅で生活する高齢者の被害妄想的表現が問題行動として取り上げられ、治療介入が行われた。その結果、8か月間、治療介入が実地された。面接場面においては一時的に被害妄想的表現が減少したが、治療介入の効果が維持されず、被害妄想的表現が再び増加した。高齢でしかも痴呆性が伴う高齢者の場合、行動変容アプローチの適用も困難になることが本ケースを通して示された。
著者
小野塚 知二 市原 博 禹 宗? 榎 一江 木下 順 清水 克洋 関口 定一 松田 紀子 オムネス カトリーヌ オリヴァー ボビー
出版者
東京大学
雑誌
基盤研究(B)
巻号頁・発行日
2008

本研究は、人が他の人の働き方を管理して、より効率的に成果を得るという近現代産業社会に特有の営為(すなわち労務管理)が、いかに誕生し、終焉を迎えつつあるかを、比較史の観点から明らかにした。労務管理は産業社会の初発の段階にはほとんど発生せず、自律的な集団作業に委ねられていたのに対して、そうした集団を可視化し、統御し、解体しようとする発想が19世紀末に登場するとともに、労務管理は生成した。仕事における集団の重要性の低下とともに労務管理の必要性も低下しつつある20世紀末以降の現状の歴史的な位置付けを試みた。
著者
宮沢 洋一 萩原 博司
出版者
日本生薬学会
雑誌
生薬学雑誌 (ISSN:00374377)
巻号頁・発行日
vol.29, no.2, pp.152-159, 1975

The methods of cultivation of Senburi-plant are not made clear yet. As one of the difficulties of cultivation is concerned with seed germination, authors studied the effects of soil moisture and amount of light on the germinability of seeds, using various nets which have different degrees of light-inter-ception. Germination test carried out in 1973 and 1974. Seeds were sown on the beds covered with above-mentioned nets in the shape of tunnels. The germinating ability of old seeds were tested, too. Tunnel covering of nets could prevent the penetration of light and wind into the seed bed, and then, soil moisture were held in stable conditions. Covering with Kurare-victoria lawn Black No. 600 and Daionet Black No. 600 of which the rates of light-interception were 50% and 50% respectively, were most suitable for the seed germination. When the rates of light-interception were higher than above, the germination percentages were worse and seeds germinated slowly, according to the low temperature of soil which occurred by the lack of the light, in spite of abundance of soil moisture. The plots of no cover and covering with Kurare-victoria lown White No. 300 of which the rate of light-interception was 23% showed the worst germination, soil moisture being unstable. Seeds stored in the natural seasoning did not germinate at all next year. But, some of seeds sown in the soil which did not germinate in the 1 st year germinated next year.
著者
桑原 博義 布谷 鉄夫 田島 正典 加藤 篤 鮫島 都郷
出版者
社団法人日本獣医学会
雑誌
日本獣医学雑誌 (ISSN:09167250)
巻号頁・発行日
vol.56, no.5, pp.901-909, 1994-10-15
被引用文献数
20

離乳期の子豚に発生した新しい豚病を検索した. 本病は臨床的に元気消失, 発熱,削痩, 発咳などとともに高度な腹式呼吸を特徴とするため俗にヘコヘコ病と呼ばれている. 罹患子豚に共通した病変はび慢性のII型肺胞上皮細胞の増殖を伴った間質性肺炎, 髄膜脳炎, リンパ組織の萎縮などであった. 罹患子豚の諸器官から初代豚肺細胞培養(PLC)に原因ウイルスが分離され, 血清学的に豚生殖器・呼吸器症候群(Lelystad)ウイルスと同定された. 直径約49nmの多数のウイルス粒子が, 分離ウイルスを感染させたPLC培養の肺胞上皮細胞と肺マクロファージの細胞質に検出された. 本病は分離ウイルスをコンベンショナルの子豚に鼻腔内接種することにより再現された.
著者
小原 博
出版者
拓殖大学
雑誌
拓殖大学経営経理研究 (ISSN:13490281)
巻号頁・発行日
vol.72, pp.16-40, 2004-03-31

流通の最終段階位置する工業について、この分類の1つに業種と、業態という対峙する概念がある。業種が商品のうち「何を取り扱うのか(kind of business) 」に対して、業態は(業種を越えた)商品グループを包含した形での営業形態をとるもので、商品を「いかに取り扱うか(type of operation)」という分類である。このうち、業態はわが国ではどのような過程をたどって、その発展がみられたのか、あるいはみられなかったのか、その軌跡を追いながら、あるべき業態の姿を検討する。結論的に、われわれ消費生活者が小売店での買い物を通して、豊かさが現実のものになるという視点こそが重要で、種々雑多な業種、業態の小売店の存在を是とし、これらが消費生活者のさまざまなニーズを満たすものでなければならない。
著者
北原 博
出版者
北海学園大学
雑誌
北海学園大学学園論集 (ISSN:03857271)
巻号頁・発行日
vol.135, pp.41-54, 2008-03
著者
間瀬 正啓 馬場 大介 長山 晴美 田野 裕秋 益浦 健 深津幸二 宮本 孝道 白子 準 中野 啓史 木村 啓二 笠原 博徳
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告計算機アーキテクチャ(ARC) (ISSN:09196072)
巻号頁・発行日
vol.2006, no.127, pp.1-6, 2006-11-28
被引用文献数
3

マルチプロセッサ、マルチコアアーキテクチャの普及に伴い、ハイパフォーマンスコンピューティング分野から組み込み分野に至る様々な分野で、その特性を引出し高実効性能・低消費電力を実現する自動並列化コンパイラの重要性が高まっている。本稿ではプログラム全域の並列性およびデータローカリティの有効利用が可能なマルチグレイン並列処理を実現する、OSCARコンパイラのC言語対応について述べる。OSCARコンパイラにおけるC言語対応を迅速に行うために制約付きC言語を定めた。MPEG2エンコード、MP3エンコード、AACエンコードの各メディアアプリケーション、組込み向けベンチマークMiBenchよりsusan(smoothing)、SPEC2000よりartについてC言語対応OSCARコンパイラによる自動並列化の初期性能評価を行い、8プロセッササーバであるIBM p5 550上でIBM XL Cコンパイラversion 8.0の逐次処理と比較してsusan(smoothing)で最大7.49倍、4プロセッサワークステーションであるSun Ultra80上でSun Studio 9 Cコンパイラの逐次処理と比較してsusan(smoothing)で最大3.75倍の速度向上が得られた。Along with the popularization of multiprocessors and multicore architectures, automatic parallelizing compiler, which can realize high effective performance and low power comsumption, becomes more and more important in various areas from high performance computing to embedded computing. OSCAR compiler realizes multigrain automatic parallelization, which can exploit parallelism and data locality from the whole of the program. This paper describes C language support in OSCAR compiler. For rapid support of C language, restricted C language is proposed. In the preliminary performance evaluation of automatic parallelization using following media applications as MPEG2 encode, MP3 encode, and AAC encode, Susan (smoothing) derived from MiBench, and Art from SPEC2000, OSCAR compiler achieved 7.49 times speed up in maximum for susan (smoothing) against sequential execution on IBM p5 550 server having 8 processors, and 3.75 times speed up in maximum for susan (smoothing) too against sequential execution on Sun Ultra80 workstation having 4 processors.
著者
三原 博光
出版者
山口県立大学
雑誌
山口県立大学看護学部紀要 (ISSN:13430904)
巻号頁・発行日
vol.3, pp.39-44, 1999-03

本研究の目的は, 行動変容アプローチによる老人の言語訓練を実施し, その介入効果を検討することである。具体的にいえば, 特別養護老人ホームで生活する87歳の女性の老人の言語的表現の増加を目標に行動変容アプローチによる介入を行なった。この老人は, 過去, 8年間, その施設に入所していた。施設で生活を始めた頃は, 他の入所者や施設スタッフと日常的会話もみられたが, 最近, この老人には, 言語的表現がほとんどみられなかった。原因として, 老化に加えて施設の限られた生活環境, 例えば, 入所者の重度化や施設スタッフの多忙さなどによって, 他の人々と話をする機会が減少したことが考えられる。そこで, 介入の目標行動として, この老人の言語的表現の増加が目標とされた。もしも彼女に言語的表現がみられたとき, 介入者は言語的賞賛と身体的接触を行った。その結果, 6か月の介入後, 以前よりも, 彼女の言語的表現数が増加した。
著者
角 浩二 田中 寿俊 榎原 博之 中野 秀男
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告アルゴリズム(AL) (ISSN:09196072)
巻号頁・発行日
vol.1994, no.82, pp.57-64, 1994-09-21
被引用文献数
2

近年,コンピュータ技術の発展により,その用途は多様化している。その中の一つに、点と線であらわされる図形をグラフとしてモデル化し、描画させるという用途がある。一般のグラフの描画では、「見やすさ」の基準を考える必要があるが,各個人の主観による部分があり、簡単には「見やすさ」の評価をすることは出来ない。そこで本報告では、グラフの「見やすさ」に対する一般的な基準を考え、定量的に評価することを試みる。さらに、一般グラフを描画する、スプリングモデルに基づいた2つのアルゴリズムとそれらの改良版について、描画したグラフから各アルゴリズムを定量的に評価する。Recently, the applications of computer have increased because of the developing of computer technology. Graph drawing is in one such applications, where graphs are modeled as pictures represented by points and lines. General graph drawing problems involve aesthetics, that is difficult to evaluate because aesthetics depends on an individual view. In this paper, the general aethetics standards are represented quantitatively. Moreover, two general graph drawing algorithms based on spring model, and their revised algorithms are evaluated.
著者
橋本 宇一 木原 博 安藤 良夫
出版者
社団法人溶接学会
雑誌
溶接学会誌 (ISSN:00214787)
巻号頁・発行日
vol.33, no.4, pp.357-363, 1964-04-25

The first nuclear power station in Japan (Advanced Calder Hall type, 166MW electric) is now under construction at Tokaimura. Construction of several new nuclear power stations will begin within a few years and also building project of the first nuclear powered ship (6500 G. T.) has been started in 1963. Al-killed steel plates 80∿94mm thick were manually welded for Tokai reactor pressure vessel and its steam raising units were constructed with 54∿74mm thick boiler plates using both submerged arc and manual welding. JPDR is a small BWR (12.5MW electric), and the inner surface of its pressure vessel was stainless steel cladded by submerged arc process. Researches on the welding of the nuclear reactor have been extensively carried out by Japan Welding Engineering Society and also each industrial plant is doing its own researches. The study on the effect of irradiation on the properties of materials has been just started.
著者
宮脇 慎吾 渡邊 一弘 大場 恵典 村上 麻美 藤原 博孝 山添 和明
出版者
獣医麻酔外科学会
雑誌
獣医麻酔外科学雑誌 (ISSN:09165908)
巻号頁・発行日
vol.42, no.2, pp.25-28, 2011 (Released:2012-04-11)
参考文献数
10
被引用文献数
1 1

ヘルニア内容が傍前立腺嚢胞であった会陰ヘルニアの症例(6歳、未去勢雄)に遭遇した。症例は直腸検査で会陰部に腫瘤を認め、超音波検査で腫瘤内の液体が確認された。手術時に会陰部の切開で被膜が露出し、多量の液体が排出された。摘出した被膜は病理組織学的検査で傍前立腺嚢胞と診断された。両疾患の併発は十分に考えられ、ヘルニア内容が傍前立腺嚢胞であることは稀であるが鑑別リストとして考慮する必要がある。
著者
榎原 博之 田中 裕也 石川 琢士
雑誌
研究報告数理モデル化と問題解決(MPS)
巻号頁・発行日
vol.2011, no.10, pp.1-6, 2011-05-10

自然界には粘菌という単細胞生物が存在する.粘菌は森の土の中などに数多く存在しており,採餌行動の際には自分自身の体で栄養を運ぶネットワークを構築する.本研究では,粘菌の採餌行動のシミュレーションプログラムを元に,巡回セールスパーソン問題 (TSP) を解く粘菌アルゴリズムを提案する.まず,粘菌の作るネットワークをシミュレーションし,そこから巡回路を作成し,TSP に対応させる.最終的には 2-opt 法による局所探索法を用いて,解の改善を行う.ベンチマーク問題 (TSPLIB) を用いて計算機実験を行い,評価を行う.The slime mold is single-celled which exists in the natural world. It exists a lot in the soil of the forest etc. and in the foraging action it constructs the network in which nourishment is carried by own body. In this research, we propose a algorithm which solves the travelling salesperson problem (TSP) based on the simulation program of the foraging action of the slime mold. First,we simulate a network made by the slime mold, and make a TSP tour. Finally, in order to improve the solution, we use 2-opt which is the local search method. We experiment on the computer by using the benchmark problems(TSPLIB), and we evaluate the slime mold algorithm.