登录

最新会员 最新下载

成为了本站VIP会员

12月25日 15:38

成为了本站VIP会员

12月25日 12:28

成为了本站VIP会员

12月25日 12:10

成为了本站VIP会员

12月24日 23:54

成为了本站VIP会员

12月24日 23:29

成为了本站VIP会员

12月21日 19:40
已选条件
  1. 编程语言:C++ Builder
  2. 代码类别:所有
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. AVL6211

  DVB-S/S2解码芯片AVL6211的开发包(Promgramming kit of AVL6211)

50
下载
210
浏览
2020-11-11发布

2. Lab0504-Convolve

说明:  这个代码实现的功能是输入两个波形,让两个波形进行卷积计算,最后输出到缓冲区,送到输出口(This code implements the function is to enter two waveforms so that the two waveform convolution calculation, the final output to the buffer and sent to the output port)

0
下载
122
浏览
2020-11-03发布

3. xy2_100-master

说明:  teensy xy2-100 galvo control

1
下载
148
浏览
2020-11-02发布

4. VFWIDUDP

  <<用Delphi开发视频聊天软件>>的C++Builder版本,VFW+IDUDP("Use Delphi to develop video chat" C++ Builder version, VFW/IDUDP)

47
下载
183
浏览
2020-10-31发布

5. Wolf-1.0Z

  一款很好的远控源码。非常稳定,值得大家研究开发。(A very good source remote control. Very stable, worthy of our research and development.)

31
下载
221
浏览
2020-10-23发布

6. GameEngine

  part of source code to my game devolement

1
下载
67
浏览
2020-10-17发布

7. stm32_SPWM_DAC_ADC_DMA

  一调试好了,放心使用吧,很好的,保证你会满意的。(A debugging good, feel free to use, very good, guarantee that you will be satisfied.)

82
下载
131
浏览
2020-10-09发布

8. stm32_SPWM_DAC_ADC_DMA

  一调试好了,放心使用吧,很好的,保证你会满意的。(A debugging good, feel free to use, very good, guarantee that you will be satisfied.)

82
下载
126
浏览
2020-10-09发布

9. Rs232-RS485

说明:  串口通讯大权,介绍了RS232,RS422,RS485等串行通讯的协议,规范,具体说明等。帮助你写好串口同学(Serial communication power, introduced the RS232, RS422, RS485 and other serial communication protocol, standardization, and specific descriptions. Students help you write the serial)

0
下载
122
浏览
2020-09-17发布

10. home

  An opengl project of designing a room with texture.

3
下载
181
浏览
2020-09-14发布

11. MUD西游记2005完整版

  wap网页文字游戏,mud客户端。下载直接可玩,里面有教程(WAP web text game, mud client. Download direct play, there are tutorials)

22
下载
163
浏览
2020-09-11发布

12. Timer

  本程序主要是在C++ Builder基础上实现一个时钟显示功能,能够与本机时间同步,是一个适合新手学习的程序!(This program is mainly based on the C++ Builder to implement a clock display, can be synchronized with the local time, the program is suitable for a novice to learn!)

5
下载
105
浏览
2020-09-08发布

13. Timer

  本程序主要是在C++ Builder基础上实现一个时钟显示功能,能够与本机时间同步,是一个适合新手学习的程序!(This program is mainly based on the C++ Builder to implement a clock display, can be synchronized with the local time, the program is suitable for a novice to learn!)

5
下载
158
浏览
2020-09-08发布

14. QT-vms

  qt网络监控源码,从网上找的,对于学习很有用(qt network monitoring source, from the Internet to find, very useful for learning)

64
下载
78
浏览
2020-08-28发布

15. BLUE

  BLUE源码全都是传奇私服的开源源码 都在开服或者还在卖钱的登录器之类的物品(BLUE source all the legendary Sifu open source source code in open service or still make money registrar like items)

269
下载
213
浏览
2020-08-09发布

16. TMP112

  TI TMP112系列驱动核心部分,采用STM32F103RCT6(The drivers for TI TMP112 by ST stm32f103rct6.)

38
下载
204
浏览
2020-07-26发布

17. J2KLib

  Jpeg2000静态库,只需Encoder和Decoder两个函数轻松搞定Jpeg2000和Bitmap的转换,带示范程序,非常有用(Jpeg2000 static libraries, Encoder and Decoder only two functions easy to get and Bitmap Jpeg2000 The change model procedures with very useful)

237
下载
163
浏览
2020-07-13发布

19. 弹性网络ElasticNet

  使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的, ke 则是终止条件。如果 step 被打勾,则程式在每一步之间会暂停 100毫秒(或其他使用者输入的数值)。如果 Random 被打勾,则程式会以系统时间作为乱数产生器的种子数,否则,就以使用者输入的数( Random 右边那一格)为种子数。 你可以利用 load 来载入推销员问题档与其最佳解,如此便可比较弹性网络所找出来的解与最佳解差了多少。 Central, Radius, and Error 这三个参数的前两个,只影响弹性网络的起使位置和大小,对求解没有影响。第三个参数代表城市与网络点之间的容忍距离,也就是说,如果某城市与某网络点之间的距离,小于容忍距离,那就把这个城市当成是被该网络点所拜访。 按下小 w按钮会将目前的结果与参数值写到“en.out”这个档案。使得我们可以很方便地来比较不同参数的效果。 (use to turn the parameters of the network flexibility chapter Erlitou have said are the same, ke is the termination conditions. If the step was ticking, every step of the program will be suspended between one hundred milliseconds (or other user input value). If Random was ticking, the program will be the system time as the Random Number Generator the seeds, otherwise, Take the user input (which Random right field) for seeds. You can use load to stall contained salesman problem with the optimal solution, so can be more flexible network to find the best solution and the deficit with a number of questions. Central, Radius, and Error these three parameters of the former two, flexible network affects only the starting position and size so that the solution will not be affected. The third parame)

7
下载
154
浏览
2020-07-06发布

20. K-means

  1、K-means划分聚类; 2、以EXCEL作为数据源; 3、图形显示结果(1, K-means clustering divided 2 to EXCEL as a data source 3, graphics display the results)

93
下载
159
浏览
2020-07-03发布