-
cpp.jspath
一个类似xpath的查询语言, 不过查询的不是xml, 而是json, 同是有一些独有的特性:
1. 支持正则表达是匹配 ~= ~== ~! ~!=
2. 支持数组切片,类似python的切片功能, .books[1:5:2] ,就是输出.books这个数组中的,1,3元素
3. 支持数组in, 关键字为==
4. 支持四则运算
- 2022-02-02 02:55:46下载
- 积分:1
-
sharpMapTEST
源码sharpMap分析,所有sharpMap开发文档整理,适合初级开发者和有一定sharpMap开发基础(Source sharpMap analysis, all the sharpMap Development Documentation finishing, suitable for junior developers and have a certain sharpMap Development Foundation)
- 2010-03-01 17:35:49下载
- 积分:1
-
球面投影程序
基于mfc,含有源代码
MFCSphereProjection.vcxproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件,其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
MFCSphereProjection.vcxproj.filters
这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。它包含有关项目文件与筛选器之间的关联信息。在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。例如,“.cpp”文件与“源文件”筛选器关联。
MFCSphereProjection.h
这是应用程序的主头文件。
其中包括其他项目特定的标头(包括 Resource.h),并声明 CMFCSphereProjectionApp 应用程序类。
MFCSphereProjection.cpp
这是包含应用程序类 CMFCSphereProjectionApp 的主应用程序源文件。
MFCSphereProjection.rc
这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源包含在 2052 中。
- 2023-07-26 17:35:08下载
- 积分:1
-
边缘检测各种算法编码
边缘检测的各种经典算法,很值得一看。机会不容错过。快来看呀。(edge detection algorithm for the classic, is an eye-catcher. The opportunity should not be missed. Come see ah.)
- 2005-05-14 10:28:03下载
- 积分:1
-
QtRpc2-master
说明: QT c++ 实现的rpc通讯的源码例子(The source code example of RPC communication implemented by QT C + +)
- 2019-12-10 23:55:27下载
- 积分:1
-
COA_LABS
its a file concatanation program
- 2010-01-25 12:49:11下载
- 积分:1
-
SuperSocket(1.4-SP4).Source
超级Socket框架,支持各类TCP/IP服务器快速实现(super Socket framework, all TCP/ip server types included)
- 2012-06-17 13:29:24下载
- 积分:1
-
POP3mail
C#自写的POP3邮件接收程序源代码,通过这个接收客户端可接收指定邮箱地址内的邮件,查看邮件内容等功能,在使用之前,请先设定相关参数:POP3地址、用户名、密码、邮件编号等,设置完成可点击连接测试。用110端口新建POP3服务器连接,根据邮件编号从服务器获得相应邮件,向服务器发送QUIT命令从而结束和POP3服务器的会话,更新按钮的状态,注意到连接与断开(收取邮件)状态是互斥的(Desde que escribí el código fuente en C# para recibir correo electrónico POP3, dirección de correo electrónico en el e-mail especificado a través de este cliente receptor puede recibir, ver el contenido del mensaje y otras funciones, antes de usar, por favor corriga los parámetros relevantes: dirección POP3, nombre de usuario, contraseñ a, número de mensaje, etc, haga clic en la configuración de la prueba de conexión se ha completado. Nuevo servidor POP3 utiliza el puerto 110 conexiones a recoger el correo desde el servidor basado en el número de aviso correspondiente, envía SALIR comando al servidor servidor y POP3 poniendo así fin a la sesión, el botón de actualización de estado, y señ aló que conectar y desconectar (recepción de correo) estados son mutuamente excluyentes)
- 2014-04-09 13:33:33下载
- 积分:1
-
jasmine7
(1) 编写一个程序,输出在顺序表{3,6,2,10,1,8,5,7,4,9}中采用顺序方法查找关键字5的过程
(2) 编写一个程序,输出在顺序表{1,2,3,4,5,6,7,8,9,10}
中采用二分法查找关键字9的过程。
((1) the preparation of a program, the output in the order table () 3,6,2,10,1,8,5,7,4,9 methods used in the order of 5 keywords of the search process (2) the preparation of a program, the output in the order table (1,2,3,4,5,6,7,8,9,10) dichotomy search keywords used in the process 9.)
- 2007-10-18 21:10:35下载
- 积分:1
-
stsw-stm32047
STM32 F103RB 控制红外的,具备学习功能和发送功能(Implementing receivers for infrared remote control protocols using STM32F10xxx microcontrollers)
- 2013-11-17 09:59:57下载
- 积分:1