资源列表

« 1 2 ... .41 .42 .43 .44 .45 63946.47 .48 .49 .50 .51 ... 66580 »

[界面编程CPPjichusljc-p

说明:C++视频教程,孙鑫老师的,介绍的很详细,但是内容偏重于基础和界面。-C++ video tutorials, Sun Xin teacher, described in great detail, but the emphasis on the basic content and interface.
<李凡> 在 2025-06-09 上传 | 大小:642kb | 下载:0

[其他小程序ed

说明:认知无线电中的频谱感知中的能量算法,实现了单门限的能量检测算法-Energy algorithm for spectrum sensing in cognitive radio in energy detection algorithm, the single threshold
<lily> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[其他小程序vb6_excel

说明:vb6读取excel文件内容 如何连接sql数据库 读取里面的数据.
<张品> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[其他小程序dirmanage

说明:利用VC编写一个类,实现对目录的添加、删除操作。-Using VC to write a class that implements added to the directory, delete operation.
<车晓婷> 在 2025-06-09 上传 | 大小:2kb | 下载:0

[C#编程CSharpperformance-syetem

说明:用C#和SQL SERVER 2008编写的学生成绩信息管理系统,包含学生、成绩、课程三方面信息,可以对其进行输入、查询、修改和删除等功能-C# and SQL SERVER 2008 to prepare the student achievement information management systems, including students, grades, courses in three areas of information that can be input, query
<侯家悦> 在 2025-06-09 上传 | 大小:474kb | 下载:0

[C#编程Nested-parallelism

说明:嵌套并行,OpenMP 采用 fork-join(分叉-合并)并行执行模式。线程遇到并行构造时,就会创建由其自身及其他一些额外(可能为零个)线程组成的线程组。遇到并行构造的线程成为新组中的主线程。-Nested parallelism, OpenMP using fork-join (fork- Merge) parallel execution mode. When a thread encounters a parallel construct, it creates its own and
<王林> 在 2025-06-09 上传 | 大小:1.99mb | 下载:0

[Windows编程TCP_UDP_IRC

说明:socket通信tcp实现的聊天室程序源码-tcp socket communication program source code to achieve the chat room
<赵英杰> 在 2025-06-09 上传 | 大小:73kb | 下载:0

[C#编程Parallel-loop

说明:并行循环模式一般适用于执行一些具有独立性的迭代操作,例如遍历某集合(collection)中的元素或者执行一些限定次数的迭代。但前提是这些操作是彼此独立的,即循环步骤中不存在对本地内存或磁盘文件的共同写操作。-Parallel circulation patterns are generally applicable to perform some iteration independence, such as traversing a collection (collection) of th
<王林> 在 2025-06-09 上传 | 大小:2.03mb | 下载:0

[C#编程Segmented-parallel

说明:并行是指时间上的同时处理。并发是将程序分成多个线程分段执行,通过调度线程执行顺序,来实现多个程序对于用户来说是同时运行的,就像你可以听歌的同时修改文档一样。但具体到线程级别的话,这些线程实际上是线性执行的,只不过执行消耗的时间片实在太短,人感觉不出来,只是觉得两个程序都在正常运行。目前能算得上并行的话也就多核技术了,而且还得解决同步问题,只能说更加接近并行的概念。-Parallel processing is the same in time. Concurrency is staging a
<王林> 在 2025-06-09 上传 | 大小:2.02mb | 下载:0

[C#编程Synchronous

说明:数据库同步有两种实现方式。第一种是根据数据库的日志,将一个数据库的修改应用到另一个数据库。这种方式适合同一种数据库,并且数据结构完全相同的情况。如果要把这种同步方式应用到不同类型的数据库,或者数据库中数据类型不同,都会遇到困难。第二种实现方式是分析两个数据库中内容,找出差异,将差异的部分记录写入对方数据库中。这种方式对数据类型没有严格要求,因为数据从一个数据库调出,写入另一数据库之前,可以做适当的类型转换。如果使用ODBC接口访问数据库,这种实现同步的方式还可以适用于各种异类数据库之间的同步。-
<王林> 在 2025-06-09 上传 | 大小:2.07mb | 下载:0

[其他小程序TMS320C55X-digital-signal

说明:  图象锐化的目的是使模糊地图象变得更加清晰起来。 图象的模糊实质就是图象平均和积分运算造成的,因此可以对图象进行逆运算如微分运算来-Image sharpening purpose is to make the image even more vaguely clear. The image is blurred image in real average integral operation result, the image can be performed as the invers
<南宫崔浩> 在 2025-06-09 上传 | 大小:325kb | 下载:0

[C#编程MyGIS

说明:基于ArcEngine的二次开发,可以进行地图载入、缩放、平移、鹰眼以及网络分析、属性查询以及简单的编辑功能-Based on the secondary development ArcEngine can be loaded maps, zoom, pan, Hawkeye and network analysis, attribute query and simple editing functions
<侯亚男> 在 2025-06-09 上传 | 大小:270kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 63946.47 .48 .49 .50 .51 ... 66580 »

源码中国 www.ymcn.org