搜索资源列表
toshapefile
- 读取外部文件的x,y坐标信息和属性数据,生成shapefile格式arcgis地图文件!-Read the external file x, y coordinate information and attribute data, generate shapefile format arcgis map files!
Csharp-XML
- C#-XML入门一书的源代码,用处颇多,例如可以通过了解C#与XML交互写出flash界面的漂亮程序,交互过程也是很简单的-C#-XML Introduction to the book
saveXsample
- CSHarp和VB两种语言,实现了利用DirectX建立Mesh,载入X文件,保存X文件的功能。很好的有关X文件运用的程序,可以与Maya,3DMax联系。-CSharp and VB both languages, the realization of the use of DirectX establish Mesh, loading X files and preserve the function of X documents. X documents relating to good
PaintingFunctionCurve
- 此程序能完成任意表达式(包括对:正弦:sinx 余弦: cosx 正切: tanx 余切: cotx 正割: secx 余割: cscx 反正弦: arcsinx 反余弦: arccosx 反正切: arctanx 反余切: arccotx 自然对数: lnx 常数 Л: pi或PI 常数 E: : e或E 变量 X: : x|X 等几乎所有三角函数以及所有算术操作符的支持)的图像显示. 用括号区分优先级. 例如像这样的表达式: y = x*2+lne*2+tanx*(1/2) +x^5
ImageButton
- The ImageButton click event also supplies the x/y coordinates of where the user clicked the image. This provides a means to respond differently depending on what part of the image is clicked.
x
- c#开发的右下角显示窗体,类似于迅雷或qq的功能-c# development of the lower right corner shows a form similar to the functions of Thunder or qq
AddXYData
- 读取shp坐标系信息,用坐标(x,y,z)生成shp文件的源代码。稍作修改即可使用-Read shp coordinate system information, use the coordinates (x, y, z) generate shp files of source code. You can use some modifications
E4
- 1,本实验用VS2008编译; 2,程序运行的时候弹出windows窗口,单击平移演示按钮北极星图形会演x轴动态平移; 3,单击比例演示按钮,北极星图像会动态地先缩小再放大; 4,单击旋转演示按钮,北极星图像会动态的顺时针旋转,每次旋转30°; 5,单击错切演示按钮,北极星图像会动态的沿x轴错切; 6,单击对称演示按钮,北极星图像会关于x=100对称变换; 7,单击恢复原图按钮,北极星图形会恢复; 8,单击退出按钮,演示结束; 9,在penal中用switch语句
VirtualSerialPortDriver
- 虚拟串口,串口之间转发,免安装的,很好用啊-Virtual serial port, serial port forwarding between
STTool-v1.0
- STTool功能 用于Unity3D编辑器: (1)快速编辑脚本模板; (2)动态更新脚本创建日期。 STTool资源 (1)STTool编辑器源码; (2)CSharp、Javascr ipt等脚本模板(示例);(3)兼容4.x 版本。-ST Tool function is used Unity3D Editor: (1) quickly edit the scr ipt template (2) dynamic update scr ipt creation date. STTool R
NH
- 用最小二乘法拟合二元多次曲线 已知点的x坐标集合 已知点的y坐标集合 已知点的个数方程的最高次 二元多次线性方程拟合曲线(Fitting two yuan multiple curves with least square method X coordinate set of known points Y coordinate set of known points The highest degree of the equation of the number of known points
TrendCalculus
- Simple trend calculation I needed to have a simple linear trend calculation for X values either as double or datetime. So basically the Y value for a single item is always a double but the type of the X varies. Beyond that, I needed basic statistics
Desktop
- int y; // define y as an integer variable y = 4; // r-value 4 evaluates to 4, which is then assigned to l-value y y = 2 + 5; // r-value 2 + r-value 5 evaluates to r-value 7, which is then assigned to l-value y int x; // define x