搜索资源列表
AOVC
- VC和AO的实现图形浏览的功能,可以实时的打开一个ArcGIS格式的文件-VC and the realization of graphics View function, the opening of a real-time format of the document ArcGIS
wujiandj
- 功能介绍: 不同于网络上互相传送的一些程序,内核是老的, 但所有的程序机制全部是新的,请大家安心使用. 您会感觉很棒.. 1.整合音乐试听歌词小偷,让您音乐不断电. 2.会员注册及管理,会员可点歌和添加歌词. 3.后台管理添加歌手、歌曲、专集、音乐的分类. 4.点歌\评论\MTV视频\图库\错误报告\的管理. 5.提供整张专集播放,普通,连续播放的新播放器 每款播放器都可自动辨认RM.WMA等格式而播放. 6.音乐盒[CD盒],专集盒功能,
bmp
- 以下功能: 1.自定义颜色功能 2.自定义线的宽度,顔色,格式的功能 3.自定义文字的颜色、字体、大小功能 4.繪製擦汗曲綫,直綫,折綫,長方形,實心長方形,正方形,實心正方形,橢圓,實心橢圓, 圓,實心圓。 5.保存為jpg,bmp格式的圖片。-The following features: 1. Customize color features self-defined line width, color, and format functions. Customi
prag1
- 包括MATLAB的简单函数命令功能。。。可以用来学习Matlab,都是些能实现一定功能的代码!M-file的格式。有50多个代码。-Including simple MATLAB function command function. . . Matlab, are more able to achieve a certain function code can be used to learn! M-file format. There are more than 50 code.
TEXTSCAN
- 用TEXTSCAN进行文件操作,创建和关闭文件流,并结合其他的处理过程,完成相应数据功能-This example shows how to read an arbitrary format text file with textscan. This function is similar to textread, however it also allows you to read the file one block at a time, and each block can have a
C语言中scanf的使用
- 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c