⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 read_me.txt

📁 利用C语言实现的人工智能系统
💻 TXT
字号:
Work Generator============================================There are two programs involved in work generation. The Boinc program that creates work and the file_deleter. The Boinc application rotates the wu's that have been already processed. The file create_work.sh is not being used. A. Boinc Program--------------------1. Copy /home/ovi/source/aisystem/misc/generator/sample_work_generator.C to /home/ovi/boinc/sched folder;   overwrite existing file with the same name2. Type:	cd /home/ovi/boinc/sched	make3. Rename sample_work_generator file to work_generator and copy to /home/ovi/aisystem/bin folder4. To debug the work_generator:	cd /home/ovi/aisystem/bin	./start	gdb work_generatorB. Neuronal Generator----------------------1. Copy the configure.in, Makefile.am, generator.c and generator.h in /home/ovi/source/aisystem/src folder2. Run the following commands:	cd /home/ovi/source/aisystem/src	aclocal
	autoconf
	autoheader
	automake --add-missing --copy
	./configure
	make3. Clean the folder:	remove configure.in, Makefile.am, generator.c and generator.h along with the files created by autogen process	(i.e. aclocal.m4, config.h, config.h.in, config.log, config.status, configure, depcomp, install-sh, Makefile,	Makefile.in, missing, stamp-h1) from /home/ovi/source/aisystem/src folder4. In order to run the program we need to have the database.xml file in the same folder with the generator for multiple files   or pass the file UUID as a parameter to the program (i.e. aisystem 4523a031210444a1bde1dbf312f319cb)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -