-
KDTreeTest
一个KDtree的程序,包含建树过程和消耗的时间。(A KDtree procedures, including the contribution to the process and time consuming.)
- 2020-12-22 10:29:08下载
- 积分:1
-
9304697
完成补码加减乘除的硬件执行过程模拟,用VC6开发()
- 2017-10-29 08:40:58下载
- 积分:1
-
picad
说明: PIC16F877A的使用,ADC,LCD1602,PWM输出等功能。(Use of PIC16F877A, ADC, LCD1602, PWM output and other functions)
- 2020-06-16 07:00:01下载
- 积分:1
-
1
说明: LCD12864显示一幅图片,用于C51单片机(LCD12864 show a picture, for the C51 single-chip)
- 2009-08-03 23:27:52下载
- 积分:1
-
MageManaBar
法师的魔法棒游戏,精选ios编程学习源码,很好的参考资料。(Master of magic wand selection game, learning IOS programming source code, a good reference.)
- 2013-12-16 17:18:03下载
- 积分:1
-
面试常用的题目,打印陀螺数,把一个矩阵旋转90度后打印出来,思路还是不错的
把一个矩阵旋转90度后打印出来,假设矩阵是N*N 按N-1个进行分组,把陀螺矩阵打出来。
- 2022-01-26 06:43:18下载
- 积分:1
-
C# 将图像控件的定义导出为XAML文件
C# 将图像控件的定义导出为XAML文件,支持的图像文件:图像文件(JPeg,Gif,Bmp,etc,tiff,png)等。
string MyXAML= System.Windows.Markup.XamlWriter.Save(this.image1);
if (System.IO.File.Exists("MyXaml.xaml"))
System.IO.File.Delete("MyXaml.xaml");
System.IO.File.AppendAllText("MyXaml.xaml", MyXAML);
MessageBox.Show(MyXAML, "MyXaml.xaml文件的内容", MessageBoxButton.OK);
- 2022-04-14 09:51:54下载
- 积分:1
-
简单的功能,很好的参考价值#图像扫描一个C程序。
一种功能简单、参考价值高的图像扫描c#程序。
- 2022-04-21 17:15:32下载
- 积分:1
-
C#中调用VC++的DLL
[DllImport("diaCallBackDll.dll")] public static extern void show(); [DllImport("diaCallBackDll.dll", CallingConvention = CallingConvention.StdCall)] public static extern int add_CallBack_test(int a, int b, cb_func f); public static void cb_funcc(int re) { Console.WriteLine("result=[{0}]", re); return; } static void Main(string[] args) { //show(); int i = add_CallBack_test(7, 2, cb_funcc); Console.Read(); }
- 2015-01-05下载
- 积分:1
-
C# webqq 登录 例子源码
思路可借鉴,现已不能用,应该是网址变了,提示有病毒,不过没病毒 测试过了
- 2014-10-29下载
- 积分:1