登录
首页 » Visual C++ » tcharall

tcharall

于 2014-08-20 发布 文件大小:117KB
0 312
下载积分: 1 下载次数: 4

代码说明:

  跨平台开发时,可以在任意系统使用统一的tchar 函数。(Cross-platform development, you can use a unified tchar function in any system.)

文件列表:

tcharall
........\tcharall
........\........\auto_tchar.h,15260,2013-01-17
........\........\auto_tmain.h,1657,2013-01-17
........\........\makefile,999,2012-12-20
........\........\prichar.h,2647,2013-01-17
........\........\Release
........\........\.......\tcharall_2005.exe,77824,2013-01-16
........\........\tcharall.c,2917,2013-01-17
........\........\tcharall_2003.sln,986,2012-12-20
........\........\tcharall_2003.vcproj,3552,2013-01-16
........\........\tcharall_2005.sln,1244,2012-12-20
........\........\tcharall_2005.vcproj,7266,2013-01-16
........\........\tcharall_2008.sln,891,2013-01-16
........\........\tcharall_2008.vcproj,4119,2013-01-16
........\........\tcharall_2010.sln,1246,2012-12-20
........\........\tcharall_2010.vcxproj,7132,2013-01-16
........\........\tcharall_2010.vcxproj.filters,1243,2012-12-20
........\........\tcharall_2010.vcxproj.user,143,2012-12-20
........\........\tcharall_2012.sln,1246,2012-12-20
........\........\tcharall_2012.vcxproj,7312,2013-01-16
........\........\tcharall_2012.vcxproj.filters,1243,2012-12-20
........\tcharall_gbk
........\............\auto_tchar.h,15135,2013-01-17
........\............\auto_tmain.h,1619,2013-01-17
........\............\makefile,1075,2013-01-16
........\............\prichar.h,2482,2013-01-17
........\............\Release
........\............\.......\tcharall_gbk.exe,57344,2013-01-16
........\............\.......\tcharall_gbk_2003.exe,53248,2013-01-16
........\............\tcharall_gbk.c,2777,2013-01-17
........\............\tcharall_gbk.dsp,4540,2013-01-16
........\............\tcharall_gbk.dsw,547,2012-12-20
........\............\tcharall_gbk_2003.sln,994,2012-12-20
........\............\tcharall_gbk_2003.vcproj,3572,2013-01-16
........\............\tcharall_gbk_2005.sln,1252,2012-12-20
........\............\tcharall_gbk_2005.vcproj,7278,2013-01-16
........\............\tcharall_gbk_bcb6.bpf,98,2012-12-20
........\............\tcharall_gbk_bcb6.bpr,3440,2013-01-16
........\............\tcharall_gbk_bcb6.res,876,2012-12-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Simulations-Dislocations
    介绍晶体结构,以及如何构建位错,纳米孪晶,如何利用C++与matlab编程(Introduction crystal structure, and how to build dislocations, nano twins, how to use C++ and matlab programming)
    2013-09-05 15:19:16下载
    积分:1
  • shiyan2
    通信网实验报告 用MATLAB实现话务量的计算(Communication network traffic using MATLAB realize the calculation)
    2013-07-25 19:49:04下载
    积分:1
  • MATLABcode
    matlab中对图形轮廓的特征提取代码,程序实现,(matlab in the graphic outline feature extraction code, program implementation,)
    2013-09-03 19:40:06下载
    积分:1
  • CPP-questions-and-answers
    C++ 相关例题、习题及答案 ( 含代码 )(C++ relevant exercises and answers (including code))
    2014-02-18 16:23:32下载
    积分:1
  • project2
    读入文件,对文件进行无损预测编码和解码,然后对文件进行DM编码和解码(Read the file, the file lossless predictive coding and decoding, and then the file encoding and decoding DM)
    2014-11-23 11:42:20下载
    积分:1
  • Frame-slot-ALOHA-algorithm
    ALOHA算法的仿真,对于算法的过程用mutlab进行了仿真(Frame slot ALOHA algorithm simulation)
    2013-05-24 22:01:26下载
    积分:1
  • Xu-White-model
    用C++编写的xu-white模型,适合砂泥岩地层岩石物理建模,很实用(Written by C++ xu-white model, suitable for sand-shale formation rock physics modeling, it is practical)
    2020-12-25 09:59:04下载
    积分:1
  • Multi2Carrier-Measurements
    利用GNSS 进行高精度导航定位的前提是正确固定载波相位观测值的整周模糊度。由Galileo 系统的4 个载波观测值可以 形成诸多有良好特性的组合观测值,利用这些组合观测值,结合MCAR 方法,可以有效地确定整周模糊度。(The use of high-precision GNSS navigation and positioning the premise is correct carrier phase observations fixed integer ambiguity. May consist of four carriers observations Galileo system There are many good characteristics to form a combination of observations using a combination of these observations, combined with MCAR method can effectively determine the integer ambiguity.)
    2013-12-21 14:07:20下载
    积分:1
  • malloc
    ics 的malloc实现,采用分离存储,模拟memory的malloc和free等操作。(to realize the molloc and free operation, the lab of ics class)
    2014-01-09 10:36:34下载
    积分:1
  • TSP(GA)
    遗传算法求tsp问题及其matlab代码实现 主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. (Genetic algorithm to solve the TSP problem and the matlab code to achieve A Rand main program ( seed , n) n as an integer, which is the setting of the random number generator seed, this actually provides a random number generating means, so the random number behind actually are determined, so that everyone can see the same results, can comment out this line, then each time the results do not necessarily the same. )
    2015-01-27 19:23:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载