搜索资源列表
bmpreadwrite
- 有详细解释非常易懂的图像读写程序,读入指定BMP文件进内存输出图像的信息改变灰度图像的颜色表蓝色分量的值,察看前后变化将图像数据存盘-Explained in detail the image reading and writing process is very easy to understand, read the specified BMP file into memory, the image information output gray scale image to change
chap1-1
- 给定一个图像位图数据,宽、高、颜色表指针及每像素所占的位数等信息,将其写到指定文件中。-Given a bitmap image data, width, height, color table pointer and the number of bits per pixel information such as share, to write the specified file.
vwrite
- 使用*vwrite写入数据文件 Menu Paths Utility Menu>Parameters>Array Parameters>Write to File *vwrite命令用于把数组中的数据按照指定的格式(表格式)写入数据文件中。它一次最多可以写入19个参数,并写到由*cfopen命令打开的文件中。写出的格式由*vwrite命令行下一行的FORTRAN77数据描述符的确定(注意:该操作不能通过ansys命令输入窗口进行执行)。数组矢量要指定起
多项式运算
- 本程序由黄金锭 022397 编写 如遇问题,请发信至aresbb@eyou.com 本程序在往链表插数据时先把所有的数据按大小插入(insert_data(poly , p_node))的办法,然后使用 format_list(poly); 合并了指数相同的项,并删除了系数为零的项。 insert_data(poly , p_node)和format_list(poly)在接下来的多项式相加中再度发挥作用, 提高了代码的复用率,同时使程序的编写简单化。 在多项式相减中,