-
高志莲C / C++电子书
高质量C++C编程指南
是一本说C / C++ 和Windows 平台编程的不错的好书-gao zhi lian c/c++ e book
- 2022-07-13 03:59:20下载
- 积分:1
-
BBS开发样例源码
论坛网页开发模版,样例源码。适合刚入手C#的开发人员,喜欢网站开发等人员使用。代码简单明了,附带说明书,方便快捷。上传代码仅限于开发学习使用,如果用于商业,请联系BBSMAX5工作人员,进行授权后使用。
- 2022-03-13 04:14:07下载
- 积分:1
-
mp3编码器,把wav等格式文件转换为mp3
mp3编码器,把wav等格式文件转换为mp3-mp3 encoder,transfer*.wave to mp3
- 2022-06-26 15:06:17下载
- 积分:1
-
收集到的orion_ep93xx_wince_bsp_1
收集到的orion_ep93xx_wince_bsp_1-3-507显示驱动源码,未作测试-Collected orion_ep93xx_wince_bsp_1-3-507 display driver source code, not for testing
- 2022-02-03 23:17:42下载
- 积分:1
-
Arrastar e Soltar Arquivos do tipo .txt no form (leitura automatica)
示例系统演示了如何拖动和搜索类型为的文件。Txt格式,从Txt文件中获取结果数据。
- 2022-02-25 20:38:22下载
- 积分:1
-
【Problem Description】: to participate in the Games n school numbered 1 ~ n. Comp...
【问题描述】:参加运动会的n个学校编号为1~n。比赛分成m个男子项目和w个女子项目,项目编号内分别为1~m和m+1~m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。
-【Problem Description】: to participate in the Games n school numbered 1 ~ n. Competition is divided into m-men" s and women" s events w months, item numbers, respectively, within 1 ~ m and m+1 ~ m+ w. As a result of the project the number of participants vary greatly, some projects take the top five scores in order of 7,5,3,2,1 also some projects just take the top three scores in order of 5,3,2. Write a statistical procedure produces a variety of transcripts and score reports.
- 2022-03-16 09:25:45下载
- 积分:1
-
方便在c编程时 查找一些不太常用的函数
方便在c编程时 查找一些不太常用的函数
-facilitate the search for programming at some less commonly used functions Thank you
- 2022-02-26 06:45:19下载
- 积分:1
-
这是一个实用于Winrunner的一个计算器GUI文件,可直接用于调试...
这是一个实用于Winrunner的一个计算器GUI文件,可直接用于调试-This is a practical on a calculator WinRunner GUI files, can be directly used for debugging
- 2022-08-26 12:02:27下载
- 积分:1
-
内容包括VC++网络编程的诸多方面,例如因特网编程、串口通信等等。很有参考价值...
内容包括VC++网络编程的诸多方面,例如因特网编程、串口通信等等。很有参考价值-Includes VC++ Many aspects of network programming, such as Internet programming, serial communications and so on. Useful reference
- 2022-04-14 21:59:36下载
- 积分:1
-
资源异步加载
该代码是异步加载资源,可在后台加载资源,提高运行效率。在同步加载游戏场景的时候通常会使用方法 Application.LoadLevel(“yourScene”); 这句代码执行完毕后程序会干什么呢??如下图所示,这是我随便找了一个游戏场景, 在Hierarchy视图中我们可以看到该场景中“天生”的所有游戏对象。天生的意思就是运行程序前该场景中就已经存在的所有游戏对象。然后这些对象就会在执行完Application.LoadLevel(“yourScene”);方法后加载至内存当中。如果该场景中的游戏对象过多那么瞬间将会出现卡一下的情况,因为LoadLevel()方法是同步进行的。
- 2022-01-28 22:32:48下载
- 积分:1