资源列表
[C#编程] BarcodeLib_NETBarcode_Trial
说明:barcode library demo code<Lam Duy Quan> 在 2025-09-13 上传 | 大小:3.06mb | 下载:0
[C#编程] pig
说明:运行程序,打开魔法兔子主窗体。在主窗体中左侧是功能菜单,右侧是功能菜单的相应内容,上部是广告区域,下部是状态信息-Run the program, open the main form of magic rabbit. In the main form on the left is the function menu, the right is the corresponding content of the function menu, the upper is advertising are<xuhanqing> 在 2025-09-13 上传 | 大小:1.92mb | 下载:0
[C#编程] 63378060SliceSTL
说明:实现分层功能,提高快速成型技术,使加工更顺利,减少加工时间。-Layered function, raising the rapid prototyping technology, make the process more smoothly, to reduce processing time.<卢凯> 在 2025-09-13 上传 | 大小:140kb | 下载: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-09-13 上传 | 大小: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-09-13 上传 | 大小:1.99mb | 下载: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-09-13 上传 | 大小:2.03mb | 下载:0
[C#编程] Segmented-parallel
说明:并行是指时间上的同时处理。并发是将程序分成多个线程分段执行,通过调度线程执行顺序,来实现多个程序对于用户来说是同时运行的,就像你可以听歌的同时修改文档一样。但具体到线程级别的话,这些线程实际上是线性执行的,只不过执行消耗的时间片实在太短,人感觉不出来,只是觉得两个程序都在正常运行。目前能算得上并行的话也就多核技术了,而且还得解决同步问题,只能说更加接近并行的概念。-Parallel processing is the same in time. Concurrency is staging a<王林> 在 2025-09-13 上传 | 大小:2.02mb | 下载:0