Acesta a fost un proiect de semestru pentru facultate. Tema este gestiunea unei biblioteci. Poate fi util pentru incepatorii in VFP. Contine interfata grafica, iar in arhiva proiectului se gaseste si diagrama ER a bazei de date.
标签: biblioteci facultate gestiunea semestru
上传时间: 2013-12-21
上传用户:1079836864
依次输入单个字符到该数组中,直到输入回车完成该字符数组的输入。反向输出该数组中的字符串内容。 // 输入:This is Test! 输出结果为:!tseT si sihT // 并利用sizeof运算符,求出数组占用的内存字节数
上传时间: 2016-12-30
上传用户:lijianyu172
This set of files show some of the principles of Monte Carlo simulations, applied in the financila industry. this si the content of the web seminar called "Simulations de Monte Carlo en MATLAB".
标签: simulations principles financila the
上传时间: 2013-12-18
上传用户:xiaoyunyun
multisim10的授权许可文件的破解补丁,只需要运行这个程序,产生三个文件,然后在NI LISCENSE MANAGER 中的选项中安装许可文件时,把三个都选上即可
上传时间: 2014-01-22
上传用户:yoleeson
Compact RIO Development Kit for Structural Health Monitoring 以National Instrument Compact RIO系统与NI-9211 for thermocouples, NI-9234 for accelerometers and NI-9237 for strain gages来开发嵌入式数据记录(Data Logger)系统,以进行建筑物结构安全监测(Structural Health Monitoring,SHM).包含说明文件与LabVIEW的vi源代码.
标签: Compact Development Instrument Monitoring
上传时间: 2013-12-17
上传用户:playboys0
LabVIEW是一种程序开发环境,由美国国家仪器(NI)公司研制开发的,类似于C和BASIC开发环境,但是LabVIEW与其他计算机语言的显著区别是:其他计算机语言都是采用基于文本的语言产生代码,而LabVIEW使用的是图形化编辑语言G编写程序,产生的程序是框图的形式。
上传时间: 2017-03-13
上传用户:fandeshun
This volume is an instructor鈥檚 manual for the 4th edition of Database System Concepts by Abraham Silberschatz, Henry F. Korth and S. Sudarshan. It contains answers to the exercises at the end of each chapter of the book.
标签: instructor Database Concepts Abraham
上传时间: 2017-04-29
上传用户:manking0408
利用ccs环境、MATLAB环境、DSP(TMS320F2812)、被测对象和Agilient网络分析仪E5071B,构建一个自动测量系统。 相信大部分人都知道基于NI公司的GPIB总线,可以实现自动测量,但NI公司的方案实在太昂贵,采用MATLAB能够大大降低成本。matlab与ccs之间基于RTDX协议进行数据交换,同时matlab基于TCP/IP协议与E5071B之间通信,源码说明如下: (1)RTDX_ok目录:matlab7.0代码,包含了一个用GUI实现的界面和相关的具体代码,特别是在其中实现了SCPI语言来对仪器进行控制。 (2)TMS320F2812目录:包含ccs下的c代码,如果没有做过RTDX的应用,相信这个对你很有启发。
标签: Agilient MATLAB E5071B F2812
上传时间: 2017-05-15
上传用户:wff
source code which tells whether customer has to given loan or not depending on the details of the customer,it is run in scilab (both in linux,windows)
标签: depending the customer details
上传时间: 2017-05-22
上传用户:lgnf
width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) current_frame_list = gdk_pixbuf_animation_get_frames(ani) pixmap = gdk_pixmap_new(w->window, width, height, -1) clean_pixmap = gdk_pixmap_new(w->window, width, height, -1) if (w->style->bg_pixmap[GTK_STATE_NORMAL]) { GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL] GdkGC *gc GdkGCValues values values.tile = bg values.fill = GDK_TILED gc = gdk_gc_new_with_values(w->window, &values, GDK_GC_FILL|GDK_GC_TILE) gdk_gc_set_ts_origin(gc, (w->allocation.width - width)/2, (w->allocation.height-height)/2) gdk_draw_rectangle(clean_pixmap,gc, TRUE, 0, 0, width, height) gdk_gc_destroy(gc) } else { gdk_draw_rectangle(clean_pixmap, w->style->bg_gc[GTK_STATE_NORMAL], TRUE, 0, 0, width, height) }
标签: gdk_pixbuf_animation_get_height gdk_pixbuf_animation_get_width ani height
上传时间: 2013-12-26
上传用户:thinode