-
C# 校园导航系统源码(Arcgis Engine编程)
校园导航系统基于Arcgis Engine编程
- 2017-12-06下载
- 积分:1
-
medo
设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。 编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。结果输出 程序运行结束时,将计算出的中位数输出到文件output.txt中(Let X [0: n- 1] and Y [0: n- 1] for the two arrays, each array containing the n number has been sorted. 2n X and Y to identify the number of digits. programming tasks using the divide and conquer strategy try to design an O (log n) time algorithm to calculate this median number 2n. Data input by the input data provided input.txt file. The first line in the file has a positive integer n (n < = 200), that there are n numbers of each array. The next two lines are the X, Y array elements. The end result is output program runs, the calculated median output to file output.txt)
- 2021-03-22 16:29:16下载
- 积分:1
-
Num_clock
VC6.0环境下实现的数字显示时间和日期的一个数字钟表,主要运用了C++的继承。(VC6.0 environment figures show the time and date of a digital watch, mainly use the C++ succession.)
- 2013-03-10 02:44:39下载
- 积分:1
-
windows32
此是外国书籍的源代码,中文名叫:WINDOWS32位编程,好似吧.
此书很经典的,作为学习windows32位编程的朋友而言,当然,源码可能是你们所要的.(this foreign books of source code, the Chinese name : WINDOWS32-programming, like it. The book is classic, as a learning-programming windows32 friends, of course, FOSS may be what you need.)
- 2006-12-26 12:35:45下载
- 积分:1
-
JoystickRead
该程序能实时、准确、快速的读取飞行摇杆的数据,大大方便了对飞行摇杆的二次开发(The program can be real-time, accurate, fast read data of flight rocker, greatly facilitate the secondary development of flying rocker)
- 2021-04-27 16:48:44下载
- 积分:1
-
Adaptive-Kalman-Filter
自适应卡尔曼滤波,附有卡尔曼滤波的程序实现(Adaptive Kalman filter in detail, the procedures for implementation with Kalman filtering,)
- 2020-10-15 00:07:30下载
- 积分:1
-
socket
vc++ 下的socket收发例程,tcp和udp例程(socket vc++)
- 2013-11-03 23:06:48下载
- 积分:1
-
JavaHostWPF_src
WPF控件与java的通信,JAVA加载WPF控件(The main ideas of Java and .NET code integration described in [4] where I showed an example of embedding .NET GUI components into Java interface. For anybody who is not familiar with Object-Oriented JNI for .NET, I recommend reading this article first. Description of Windows Presentation Foundation (WPF) can be found in MSDN, special manuals and is also not discussed in this article. WPF Module used in my example (without sources) was borrowed from [1]. Here I set out only with the task of embedding WMF Component into Java GUI.
)
- 2012-02-04 15:35:46下载
- 积分:1
-
wrnvf
验证可用,MinkowskiMethod算法 ,计算一维光子晶体的透射特性和反射特性。( Verification is available, MinkowskiMethod algorithm, Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals.)
- 2017-04-17 21:59:08下载
- 积分:1
-
通用万能Makefile
这是一个Linux/Unix平台下编译C/C 工程的万能Makefile。This is a universal Makefile for compiling C/C projects on Linux/Unix platforms.一、项目简介 本项目旨在编写一个在Linux/Unix平台下“万能”的Makefile, 通过该Makefile可以编译普通的应用程序,库,内核模块等。二、目录说明 reference: 相关参考资料 test_make: Makefile的测试工程 三、使用方法 通常只需将该Makefile拷贝到工程源码所在的顶层目录,做适当配置(详见Makefile)后执行make即可 注: 本项目所有用例均在Ubuntu16.04_x64下已测试通过! 【源码目录】 GNU-Makefile-1.0 ├── README.md├── reference│ ├── GenericMakefile-master.zip│ ├── GnuMakefile.7z│ ├── ebook│ │ ├── C、C _通用Makefile.pdf│ │ ├── GNU Make 项目管理(英文).pdf│ │ ├── GNU make 中文手册.pdf│ │ ├── Makefile的编写指导.pdf│ │ ├── makefile语法.pdf│ │ └── 跟我一起写Makefile.pdf│ ├── whyglinux-gcmakefile│ │ ├── gcmakefile-0.1.tar.gz│ │ ├── gcmakefile-0.2.tar.gz│ │ ├── gcmakefile-0.3.tar.gz│ │ ├── gcmakefile-0.4.tar.gz│ │ └── gcmakefile-0.5.tar.gz│ └── writing_an_useful_makefile_2013_5_22.rar└── test_make ├── Makefile ├── README.md ├── calc │ ├── calc.c │ └── calc.h ├── hello.cxx ├── hello.hxx ├── main.cpp ├── module.c ├── module.h └── utility ├── utility.c └── utility.h6 directories, 26 files
- 2020-11-28下载
- 积分:1