登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:Windows
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. json_c_0.12

  windows下编译json-c-0.12版源码, 采用vc 2012 包括两个工程, json-c-0.12 lib test 用例 具体使用可以参看源码目录下的testsrc(Windows compiled json-c-0.12 version of the source code, using VC 2012 includes two projects, json-c-0.12 lib test case specific use can be found in the source code directory testsrc)

9
下载
84
浏览
2021-01-29发布

2. Multicast

  使用vs2010工具,利用MFC,实现组播通信,只要加入了组,就可以实现通信,该软件还能显示组内成员用户名,IP。(Using vs2010 tools, the use of MFC, multicast communication, joined the group as long as you can communicate, the software can display the group members user name, IP.)

68
下载
92
浏览
2021-01-28发布

3. Geant4软件

  基于Geant4软件,用于收集介质内的能量沉积收集,并求出沉积能量随深度的变化(Energy deposition collection based on Geant4 software)

9
下载
89
浏览
2021-01-26发布

4. 255105lesson10

  这是我图形学课程的作业,利用OPENGL和VC++开发,画的是一个动态场景,有光照,阴影等效果,可旋转。(This is my operating graphics programs, use of OPENGL and VC++ development is a dynamic art scene, with light, shadows and other effects, may be rotating.)

27
下载
90
浏览
2021-01-25发布

5. giza++win

说明:  德国机器翻译天才Och开发的Giza++开源代码的Windows移植版本,是一个叫Blue Gene的中国人移植的。(German machine translation genius Och development Giza++ Open source code version of Windows transplantation, called Blue Gene is a Chinese who transplantation.)

0
下载
89
浏览
2021-01-25发布

6. Coherent-4-QAM

  4-QAM 的optisystem平台,相干接收,BER结果(the platform about optisystem, which is based on cohenrent 4QAM)

103
下载
93
浏览
2021-01-19发布

7. ccjh2.71

  重出江湖2.71服务端源码,由金字塔卓越数码开发,送给有帮助的人(Comeback 2.71 server source code, by the Pyramid outstanding digital development, to help people )

57
下载
112
浏览
2021-01-19发布

8. lock_hungry

   给出进程需求矩阵C、资源向量R以及一个进程的申请序列。使用进程启动拒绝和资源分配拒绝(银行家算法)模拟该进程组的执行情况。要求: 初始状态没有进程启动 计算每次进程申请是否分配?如:计算出预分配后的状态情况(安全状态、不安全状态),如果是安全状态,输出安全序列。 每次进程申请被允许后,输出资源分配矩阵A和可用资源向量V。 每次申请情况应可单步查看,如:输入一个空格,继续下个申请 (The  gives processes demand matrix C resource vector R as well as the application of a process sequence. Using the process starts refused to reject and resource allocation (the bankers algorithm) analog implementation of the process group. Requirements: initial state process starts calculated each time the process is whether the application is assigned? : Calculate a state after the pre-allocated (safe state, unsafe state), if it is a safe state, the output safety sequence. Each process the application is allowed, the the output resource allocation matrix A and the resources available vector V. Each application should be able to single-step view, such as: type a space, continue to the next application)

22
下载
83
浏览
2021-01-17发布

9. DAG

  绘制前驱图,主要功能有绘制结点,删除结点以及与结点相连的边,保存前驱图(failed to translate)

25
下载
90
浏览
2021-01-12发布

10. sequence

  我用VC++实现程序的顺序执行,即前驱关系 从P1-->P2前驱图的顺序执行的实现(sequence)

2
下载
82
浏览
2021-01-12发布

11. ChartCtrl

  MFC非常好用的绘图控件,实时更新采集数据图像非常方便,吐血推荐!(very useful resource for MFC painting)

76
下载
109
浏览
2021-01-08发布

12. bianjiqi

  功能:输入一页文字,程序可以统计出文字、数字、空格的个数。   静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。 (功能:输入一页文字,程序可以统计出文字、数字、空格的个数。)

10
下载
72
浏览
2021-01-06发布

13. StkVC

  VC 6.0语言连接访问STK卫星分析工具的源代码,完整工程文件,可连接各个版本的STK。(VC 6.0 STK language satellite connection to access source code analysis tools, complete project file, can be connected to various versions of the STK.)

33
下载
80
浏览
2021-01-05发布

14. Win32Project1

  相对定向程序,摄影测量相对定向实习程序,VC编程(Relative orientation program, the relative orientation of photogrammetry internship program, VC programming)

3
下载
80
浏览
2021-01-04发布

15. Segment_Page

  段页式存储管理系统:建立一个基本段页存储管理系统的模型。(1-2人) 首先分配一片较大的内存空间,作为程序运行的可用存储空间 建立应用程序的模型,包括分段结构在内 建立进程的基本数据结构及相应算法 建立管理存储空间的基本存储结构。 建立管理段页的基本数据结构与算法。 设计存储空间的分配与回收算法 提供信息转储功能,可将存储信息存入磁盘,也可从磁盘读入 (as above)

12
下载
79
浏览
2021-01-04发布

16. 我做的银行家算法

说明:  过一个学习《操作系统》课程的学习,掌握了许多书本上的知识,但是对书上的概念并没有真正意义的了解。这次课程设计,就是通过模拟银行家算法来避免死锁的产生,加深对进程死锁概念的理解。 .课程设计的要求 通过对银行家算法的模拟,用户输入进程跟资源的数目,再给每个进程的每个资源申请资源,用以判断进程是否会出现死锁,若出现死锁,就释放整个内存的资源,总而减轻操作系统的负担。 课程设计的题目 本次操作系统课程设计的题目为《模拟银行家算法》。(than a learning "system" courses of study and master the many books on the knowledge, but the book on the concept and there is no real understanding. This curriculum design, simulation algorithm bankers to avoid deadlock the selection process to deepen understanding of the concept of deadlock. . Curriculum design requirements of bankers algorithm simulation, process user input with the number of resources, or give each process every resource for resources, the process used to determine whether there will be deadlock if there Deadlock on the release of the entire memory resources, and reduce the total burden of the operating system. The curriculum design of the operating system subject curriculum design on the topic of "simulation algorithm bankers.")

1
下载
84
浏览
2021-01-02发布

17. ffmpeg-2.0.1

  ffmpeg VC开发库,可以直接配置开发环境进行编译,调试。ffmpeg是个通用解码库。 (ffmpeg VC development libraries)

15
下载
68
浏览
2020-12-18发布

18. ffmpeg-2.0.1

  ffmpeg VC开发库,可以直接配置开发环境进行编译,调试。ffmpeg是个通用解码库。 (ffmpeg VC development libraries)

15
下载
73
浏览
2020-12-18发布

19. 简单的物品库存管理

  c++编写的简单的物品库存管理(the manangemet of small scale storage system)

39
下载
68
浏览
2020-12-17发布

20. shebeihuanchong

   假设系统中有两个分别名为P1、P2的进程及两台均可进行输入、输出操作的设备d1、d2。两个进程可以从两台设备中的任何一台输入数据,并可以向其中的任何一台设备输出数据。编写C程序,模拟操作系统中使用的设备缓冲区管理算法,完成上述进程的输入、输出操作及数据处理任务。(assumption that the system has two named P1, P2 and the process can be carried out two input, Output operation of equipment d1, d2. 2 process from two equipment of any one input data, and can assure them in any one piece of equipment output data. C. preparation procedures, the operating system simulation equipment used in the buffer management algorithms, completion of the admission process, operation and output data processing tasks.)

41
下载
113
浏览
2020-12-15发布